Changeset 1755 for trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
- Timestamp:
- 02/12/03 12:22:10 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
r1754 r1755 21 21 // 22 22 // $RCSfile: camera.cxx,v $ 23 // $Revision: 1.5 4$23 // $Revision: 1.55 $ 24 24 // $Author: blanch $ 25 // $Date: 2003-02-12 1 1:55:01$25 // $Date: 2003-02-12 12:22:10 $ 26 26 // 27 27 //////////////////////////////////////////////////////////////////////// … … 1300 1300 1301 1301 ++nshow; 1302 log(SIGNATURE, "Event %d(+%d)\n", nshow, ntshow); 1302 if((nshow+ntshow)%100 == 1) 1303 log(SIGNATURE, "Event %d(+%d)\n", nshow, ntshow); 1303 1304 1304 1305 // get MCEventHeader … … 1524 1525 }// end if(simulateNSB && nphe2NSB<=inumphe) ... 1525 1526 1526 log(SIGNATURE, "End of this event: %d cphs(+%d). . .\n", 1527 ncph, ntcph); 1528 1527 inumphensb=0; 1528 for (UInt_t ui=0;ui<camgeom.GetNumPixels();ui++){ 1529 inumphensb+=nsb_phepns[ui]*TOTAL_TRIGGER_TIME; 1530 } 1531 1532 if ((nshow+ntshow)%100 == 1){ 1533 log(SIGNATURE, "End of this event: %d cphs(+%d). . .\n", 1534 ncph, ntcph); 1535 1536 cout << "Total number of phes: " << inumphe<<" + "; 1537 cout<<inumphensb<<endl; 1538 } 1529 1539 ntcph += ncph; 1530 1540 … … 1547 1557 } 1548 1558 1549 cout << "Total number of phes: " << inumphe<<" + ";1550 inumphensb=0;1551 for (UInt_t ui=0;ui<camgeom.GetNumPixels();ui++){1552 inumphensb+=nsb_phepns[ui]*TOTAL_TRIGGER_TIME;1553 }1554 cout<<inumphensb<<endl;1555 1556 1559 //++++++++++++++++++++++++++++++++++++++++++++++++++ 1557 1560 // at this point we have a camera full of … … 4239 4242 // 4240 4243 // $Log: not supported by cvs2svn $ 4244 // Revision 1.54 2003/02/12 11:55:01 blanch 4245 // *** empty log message *** 4246 // 4241 4247 // Revision 1.53 2003/01/23 18:35:21 blanch 4242 4248 // *** empty log message *** … … 4408 4414 // 4409 4415 // $Log: not supported by cvs2svn $ 4416 // Revision 1.54 2003/02/12 11:55:01 blanch 4417 // *** empty log message *** 4418 // 4410 4419 // Revision 1.53 2003/01/23 18:35:21 blanch 4411 4420 // *** empty log message ***
Note:
See TracChangeset
for help on using the changeset viewer.