- Jul 24, 2018
-
-
Administrator authored
git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@13212 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
-
- Jul 06, 2018
-
-
Administrator authored
The changes also affects also some code outside of the trd directory. This code was adapted accordingly. Some code was commented for the time beeing because it is not working after the changes in the paramter handling (L1) or due to the new digitizer (run). The trd was also excluded from the tests in the macro/run directory till all the code is fully working with the new trd code. #--This line, and those below, will be ignored-- M L1/CMakeLists.txt M L1/CbmL1.cxx M L1/CbmL1.h M data/trd/CbmTrdDigi.cxx M data/trd/CbmTrdDigi.h M eventbuilder/CMakeLists.txt M eventdisplay/CMakeLists.txt M eventdisplay/CbmTrdDigiDraw.cxx M eventdisplay/CbmTrdDigiDraw.h M fles/reader/tasks/CbmTrdTimeCorrel.cxx M fles/reader/tasks/tools/CbmTrdTestBeamTools.cxx M fles/reader/tasks/tools/CbmTrdTestBeamTools.h M macro/run/modules/reconstruct.C M macro/run/run.C M macro/run/run_transport.C M run/CMakeLists.txt M run/CbmDigitization.cxx M trd/base/CMakeLists.txt A trd/base/CbmTrdBaseLinkDef.h M trd/base/CbmTrdContFact.cxx A trd/base/CbmTrdModuleAbstract.cxx A trd/base/CbmTrdModuleAbstract.h M trd/base/CbmTrdPads.h A trd/base/CbmTrdParAsic.cxx A trd/base/CbmTrdParAsic.h A trd/base/CbmTrdParFasp.cxx A trd/base/CbmTrdParFasp.h A trd/base/CbmTrdParManager.cxx A trd/base/CbmTrdParManager.h A trd/base/CbmTrdParMod.cxx A trd/base/CbmTrdParMod.h A trd/base/CbmTrdParModDigi.cxx A trd/base/CbmTrdParModDigi.h A trd/base/CbmTrdParModGain.cxx A trd/base/CbmTrdParModGain.h A trd/base/CbmTrdParModGas.cxx A trd/base/CbmTrdParModGas.h A trd/base/CbmTrdParModGeo.cxx A trd/base/CbmTrdParModGeo.h A trd/base/CbmTrdParSet.cxx A trd/base/CbmTrdParSet.h A trd/base/CbmTrdParSetAsic.cxx A trd/base/CbmTrdParSetAsic.h A trd/base/CbmTrdParSetDigi.cxx A trd/base/CbmTrdParSetDigi.h A trd/base/CbmTrdParSetGain.cxx A trd/base/CbmTrdParSetGain.h A trd/base/CbmTrdParSetGas.cxx A trd/base/CbmTrdParSetGas.h A trd/base/CbmTrdParSetGeo.cxx A trd/base/CbmTrdParSetGeo.h A trd/base/CbmTrdParSpadic.cxx A trd/base/CbmTrdParSpadic.h M trd/base/CbmTrdSPADIC.cxx M trd/base/CbmTrdSPADIC.h M trd/base/CbmTrdUtils.cxx M trd/base/CbmTrdUtils.h M trd/qa/CMakeLists.txt M trd/qa/CbmTrdHitDensityQa.cxx M trd/qa/CbmTrdHitDensityQa.h M trd/qa/CbmTrdHitRateFastQa.cxx M trd/qa/CbmTrdHitRateFastQa.h M trd/qa/CbmTrdHitRateQa.cxx M trd/qa/CbmTrdHitRateQa.h M trd/qa/CbmTrdMCQa.cxx M trd/qa/CbmTrdOccupancyQa.cxx M trd/qa/CbmTrdOccupancyQa.h M trd/qa/CbmTrdQa.cxx M trd/qa/CbmTrdQa.h M trd/qa/CbmTrdRecoQa.cxx M trd/qa/CbmTrdRecoQa.h M trd/rec/CMakeLists.txt M trd/rec/CbmTrdClusterFinder.cxx M trd/rec/CbmTrdClusterFinder.h A trd/rec/CbmTrdHitProducer.cxx A trd/rec/CbmTrdHitProducer.h A trd/rec/CbmTrdModuleRec.cxx A trd/rec/CbmTrdModuleRec.h A trd/rec/CbmTrdModuleRecR.cxx A trd/rec/CbmTrdModuleRecR.h A trd/rec/CbmTrdModuleRecT.cxx A trd/rec/CbmTrdModuleRecT.h M trd/rec/CbmTrdRecLinkDef.h M trd/rec/pid/CMakeLists.txt M trd/rec/pid/CbmTrdElectronsTrainAnn.cxx M trd/rec/pid/CbmTrdElectronsTrainAnn.h M trd/sim/CMakeLists.txt M trd/sim/CbmTrdDigitizer.cxx M trd/sim/CbmTrdDigitizer.h A trd/sim/CbmTrdModuleSim.cxx A trd/sim/CbmTrdModuleSim.h A trd/sim/CbmTrdModuleSimR.cxx A trd/sim/CbmTrdModuleSimR.h A trd/sim/CbmTrdModuleSimT.cxx A trd/sim/CbmTrdModuleSimT.h M trd/sim/CbmTrdRadiator.cxx M trd/sim/CbmTrdSimLinkDef.h A trd/sim/CbmTrdTrianglePRF.cxx A trd/sim/CbmTrdTrianglePRF.h git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@13149 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
-
- Jul 04, 2018
-
-
Administrator authored
git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@13129 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
-
Administrator authored
Restructure trd directory. Create attic directory and move files which will become obsolete in near future into this directory. Adapt CMakeLists.txt to this restructuring. refs #1102 30m. git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@13126 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
-
- Jun 11, 2018
-
-
Administrator authored
Add missing include statement. Remove obsolete include statements. Header files were removed with the latests ROOT version. Add staic_cast when using ROOT > 6.12.0. git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@13021 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
-
- Jun 21, 2017
-
-
Administrator authored
Remove call to CbmTrdDigiPar::Initialize function which was implemented yesterday. This function and the calls from all tasks are not needed any longer since the origin of the problem was found and corrected with r11846. git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@11848 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
-
- Jun 20, 2017
-
-
Administrator authored
Change CbmTrdDigiPar class to allow initilization from ROOT files. Add map which can be streamed to file and read back from file. The map used in all tasks must be initialized in the Init function of the tasks by calling CbmTrdDigiPar->Initialize(). When reading the parameters from ascii files the initilization is done automatically. The call of CbmTrdDigiPar->Initialize() was added in the Init and ReInit functions of all tasks which use CbmTrdDigiPar. git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@11845 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
-
- May 30, 2017
-
-
Volker Friese authored
Unified enumerators (DetectorId / SystemId) into ECbmModuleId. Alle enumerators and constants now in CbmDefs.h. Removed CbmDetectorList. Refs #942 @6.5h. git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@11744 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
-
- Sep 29, 2016
-
-
Administrator authored
Fix compuiler warnings. Correct order of data members in member initilization list. Remove unused parameters and variables. Use correct variable type (unsigned int vs. int). git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@10597 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
-
- Sep 13, 2016
-
-
Timur Ablyazimov authored
git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@10531 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
-
- Apr 12, 2016
-
-
Administrator authored
git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@9791 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
-
- Apr 11, 2016
-
-
Administrator authored
git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@9784 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
-
Norbert Herrmann authored
git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@9781 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
-
- Mar 08, 2016
-
-
Administrator authored
git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@9627 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
-
- Mar 07, 2016
-
-
Administrator authored
Remove compiler warnings. Initialize all data members in initilization list. Declare private assignment operators and copy constructors for classes with pointer data members. git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@9614 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
-
- Feb 16, 2016
-
-
Timur Ablyazimov authored
git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@9414 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
-
Timur Ablyazimov authored
git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@9411 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
-
- Sep 03, 2015
-
-
Administrator authored
Rename LinkDef files to follow the convetion that LinkDef file names shall be Cbm[Dirname]LinkDef.h. Change library names to follow the convention that ibrary names shall be libCbm[Dirname].so. refs #40 @90m. git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@8334 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
-
- Jul 27, 2015
-
-
Administrator authored
Tof merging: Bring into trunk the changes from the tofmerge folder in the folders renamed by rev. 8112. refs #285 @1 git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@8170 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
-
- Jul 22, 2015
-
-
Administrator authored
Rename directory cbmdata->data, cbmbase->base, cbmgenerators->generators and cbmdisplay->eventdisplay. Change build system to take this renaming into account. git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@8112 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
-