Changeset 532 for trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
- Timestamp:
- 01/17/01 09:32:27 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
r502 r532 21 21 // 22 22 // $RCSfile: camera.cxx,v $ 23 // $Revision: 1.1 4$24 // $Author: magicsol$25 // $Date: 2001-01-1 5 12:33:34$23 // $Revision: 1.15 $ 24 // $Author: harald $ 25 // $Date: 2001-01-17 09:32:27 $ 26 26 // 27 27 //////////////////////////////////////////////////////////////////////// … … 754 754 755 755 // create a Tree for the Header Event 756 TTree HeaderTree(" HeaderTree","Header of Run");756 TTree HeaderTree("McHeaders","Monte Carlo Header of Run"); 757 757 758 758 // define branches of Header Tree … … 811 811 812 812 // create a Tree for the Event data stream 813 TTree EvtTree("Ev tTree","Events of Run");813 TTree EvtTree("Events","Normal Triggered Events"); 814 814 815 815 if (Write_McEvt){ … … 3096 3096 // 3097 3097 // $Log: not supported by cvs2svn $ 3098 // Revision 1.14 2001/01/15 12:33:34 magicsol 3099 // Some modifications have been done to use the new (Dec'2000) Raw data format. 3100 // There are also some minnors modifications to adapt the improvements in the 3101 // MTrigger class (overlaping time and trigger cells). 3102 // 3098 3103 // Revision 1.13 2000/10/25 08:14:23 magicsol 3099 3104 // The routine that produce poisson random numbers to decide how many phe … … 3109 3114 // 3110 3115 // $Log: not supported by cvs2svn $ 3116 // Revision 1.14 2001/01/15 12:33:34 magicsol 3117 // Some modifications have been done to use the new (Dec'2000) Raw data format. 3118 // There are also some minnors modifications to adapt the improvements in the 3119 // MTrigger class (overlaping time and trigger cells). 3120 // 3111 3121 // Revision 1.13 2000/10/25 08:14:23 magicsol 3112 3122 // The routine that produce poisson random numbers to decide how many phe
Note:
See TracChangeset
for help on using the changeset viewer.