/
githubmirror
/
cmssw
ОбзорДокументацияВойти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
cmssw/
.../GFlash/TB/
..
Makefile

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
README

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
TBHcal.xml

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
TreeMatrixCalib.cc

Code check

4 года назад
TreeMatrixCalib.h

Clean up the codes in SimG4Core/GFlash/TB as suggested by Andrea

4 года назад
TreeProducerCalibSimul.cc

Code check

4 года назад
fitMaximumPoint.cc

Use the thread safe form of TH*::Fit

12 лет назад
gflashTBH2ProdCuts.xml

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
gflashTBH4ProdCuts.xml

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
h2TB2006GeometryXML_cfi.py

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
h4TB2006GeometryXML_cfi.py

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
lateralAllCalib.cpp

Fixed incorrect syntax for Fit function

12 лет назад
myFunctions.cc

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
tbrot.xml

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
xtal_pos.list

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
README
------------------------------------------------------
Test beam geometry/analysis related files for Geant4
------------------------------------------------------
 
* Note : This set of configuration works in CMSSW_2_1_0_pre3
 
BuildFile : This BuildFile doesn't work as it is
because scramv1 doesn't support non-standard directory structure
such as "TB". However we want to keep all Test beam related files
in TB directory because this is not going to be a part of either
official compilation chain or test area.
So trick is that we keep everything in TB directory but when one
wants to build this producer one can copy BuildFile to test area
and specify file path accordingly.
To do that, one needs to copy BuildFile to ../test directory.
 
If there is any question about this, send an email to dwjang@fnal.gov
 
-----------------------------------------------------------------------------------
Files in TB directory
-----------------------------------------------------------------------------------
xtal_pos.list : crystal number/position information
 
h4TB2006GeometryXML.cfi : H4 TB geometry configuration
gflashTBH4ProdCuts.xml : define GflashRegion
tbrot.xml : individual crystal positioning
 
h2TB2006GeometryXML.cfi : H2 TB geometry configuration
gflashTBH2ProdCuts.xml : define GflashRegion
 
TreeMatrixCalib.h,cc : TB tree definition, same for TB/Geant4
TreeProducerCalibSimul.h,cc : TB tree producer
 
run_Gflash_TBH4_setup.cfg : configuration file to be used as an input of cmsRun
 
 
After making TB tree files in Geant4, the following files are used.
 
lateralAllCalib.cpp : TB tree analysis script
myFunctions.cc : utility funtions for lateralAllCalib
fitMaximumPoint.cc : utility funtions for lateralAllCalib
Makefile : compile the above three files together
-----------------------------------------------------------------------------------