/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimG4Core/GFlash/TB/README
43 строки
2 KB
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
------------------------------------------------------ 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 -----------------------------------------------------------------------------------