Changeset 376 for trunk/MagicSoft/Simulation/Detector/TimeCam
- Timestamp:
- 03/20/00 08:25:17 (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/TimeCam/timecam.cxx
r362 r376 21 21 // 22 22 // $RCSfile: timecam.cxx,v $ 23 // $Revision: 1. 3$23 // $Revision: 1.4 $ 24 24 // $Author: harald $ 25 // $Date: 2000-0 2-16 12:50:12$25 // $Date: 2000-03-20 08:25:17 $ 26 26 // 27 27 //////////////////////////////////////////////////////////////////////// … … 132 132 133 133 // flag for INTERAKTIV (default: OFF ) 134 #define __INTERAKTIV__ 134 135 #undef __INTERAKTIV__ 135 #define __INTERAKTIV__136 136 //!@} 137 137 … … 1260 1260 // 1261 1261 // 1262 Trigger.Fill ( nPMT, ( t - t_first ) ) ;1262 Trigger.FillShow( nPMT, ( t - t_first ) ) ; 1263 1263 1264 1264 // fadc.Fill( nPMT, ( t - t_first ), Trigger.Fill( nPMT, ( t - t_first ) ) ) ; … … 1403 1403 Trigger.ElecNoise() ; 1404 1404 1405 1406 Trigger.Diskriminate() ; 1407 1405 1408 // 1406 1409 // look if in all the signals in the trigger signal branch … … 1412 1415 // 1413 1416 1414 McTrig->SetZeroLevel( Lev0 = (Short_t) Trigger.Diskriminate() ) ; 1417 McTrig->SetZeroLevel( Lev0 = (Short_t) Trigger.ZeroLevel() ) ; 1418 1419 1420 1415 1421 Lev1 = Lev2 = 0 ; 1416 1422 … … 1420 1426 1421 1427 if ( Lev0 > 0 ) { 1428 1422 1429 McTrig->SetFirstLevel ( Lev1 = Trigger.FirstLevel() ) ; 1423 1430 } … … 2595 2602 // 2596 2603 // $Log: not supported by cvs2svn $ 2604 // Revision 1.3 2000/02/16 12:50:12 harald 2605 // At the meeting in Barcelona Dirk preseted an error in the pixelization 2606 // of the cphotons in the camera. He changed this in the camera program. 2607 // Now this change is also in the timecam.cxx code. It was tested and looks 2608 // allright now. 2609 // 2597 2610 // Revision 1.2 2000/02/09 12:45:28 harald 2598 2611 // small changes to run the timecam program.
Note:
See TracChangeset
for help on using the changeset viewer.