Changeset 1260 for trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
- Timestamp:
- 03/18/02 18:44:29 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
r1259 r1260 21 21 // 22 22 // $RCSfile: camera.cxx,v $ 23 // $Revision: 1.3 7$23 // $Revision: 1.38 $ 24 24 // $Author: blanch $ 25 // $Date: 2002-03-18 1 6:42:20$25 // $Date: 2002-03-18 18:44:29 $ 26 26 // 27 27 //////////////////////////////////////////////////////////////////////// … … 953 953 HeaderTrig[0]->SetOverlap(Trigger_overlaping_time); 954 954 HeaderTrig[0]->SetGate(Trigger_gate_length); 955 HeaderTrig[0]->SetElecNoise(Trigger_noise); 955 956 } 956 957 if(Trigger_Loop && Write_McTrig){ … … 972 973 HeaderTrig[iconcount]->SetOverlap(Trigger_overlaping_time); 973 974 HeaderTrig[iconcount]->SetGate(Trigger_gate_length); 975 HeaderTrig[iconcount]->SetElecNoise(Trigger_noise); 974 976 iconcount++; 975 977 } … … 3376 3378 // 3377 3379 // $Log: not supported by cvs2svn $ 3380 // Revision 1.37 2002/03/18 16:42:20 blanch 3381 // The data member fProductionSite of the MMcRunHeader has been set to 0, 3382 // which means that the prodution site is unknown. 3383 // 3378 3384 // Revision 1.35 2002/03/15 15:15:52 blanch 3379 3385 // Several modifications to simulate the actual trigger zone. … … 3485 3491 // 3486 3492 // $Log: not supported by cvs2svn $ 3493 // Revision 1.37 2002/03/18 16:42:20 blanch 3494 // The data member fProductionSite of the MMcRunHeader has been set to 0, 3495 // which means that the prodution site is unknown. 3496 // 3487 3497 // Revision 1.35 2002/03/15 15:15:52 blanch 3488 3498 // Several modifications to simulate the actual trigger zone.
Note:
See TracChangeset
for help on using the changeset viewer.