Changeset 723
- Timestamp:
- 04/06/01 17:48:09 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
r709 r723 21 21 // 22 22 // $RCSfile: camera.cxx,v $ 23 // $Revision: 1.2 3$24 // $Author: blanch$25 // $Date: 2001-0 3-28 16:13:41$23 // $Revision: 1.24 $ 24 // $Author: magicsol $ 25 // $Date: 2001-04-06 16:48:09 $ 26 26 // 27 27 //////////////////////////////////////////////////////////////////////// … … 385 385 //@' 386 386 387 int ioscar=0; 388 387 389 char inname[256]; //@< input file name 388 390 char starfieldname[256]; //@< starfield input file name … … 1128 1130 1129 1131 while( isA( flag, FLAG_START_OF_EVENT )){ // while there is a next event 1130 1131 1132 // 1132 1133 // Clear Trigger and Fadc … … 1141 1142 1142 1143 // get MCEventHeader 1143 1144 1144 fread( (char*)&mcevth, mcevth.mysize(), 1, inputfile ); 1145 1145 … … 1443 1443 mcevth.get_coreY(), 1444 1444 impactD, 1445 ulli,1446 ulli,1447 (UInt_t) ncph,1445 (UInt_t)mcevth.get_CORSIKA(), 1446 (UInt_t)mcevth.get_AtmAbs(), 1447 (UInt_t)mcevth.get_MirrAbs()+mcevth.get_OutOfMirr()+mcevth.get_BlackSpot(), 1448 1448 (UInt_t) ncph, 1449 1449 (UInt_t) inumphe, … … 1452 1452 // Fill the Tree with the current leaves of each branch 1453 1453 i=EvtTree.Fill() ; 1454 1454 1455 1455 // Clear the branches 1456 1456 if(Write_McTrig){ … … 1559 1559 mcevth.get_coreY(), 1560 1560 impactD, 1561 ulli,1562 ulli,1563 (UInt_t) ncph,1561 (UInt_t)mcevth.get_CORSIKA(), 1562 (UInt_t)mcevth.get_AtmAbs(), 1563 (UInt_t)mcevth.get_MirrAbs()+mcevth.get_OutOfMirr()+mcevth.get_BlackSpot(), 1564 1564 (UInt_t) ncph, 1565 1565 (UInt_t) inumphe, … … 1574 1574 1575 1575 EvtTree.Fill() ; 1576 1577 1578 1576 1579 1577 // 1580 1578 // if a first level trigger occurred, then … … 2854 2852 2855 2853 // check if wl is inside table; outside the table, QE is assumed to be zero 2856 2857 2854 2858 2855 if((wl < qept[0][0]) || (wl > qept[0][pointsQE-1])){ … … 3220 3217 // 3221 3218 // $Log: not supported by cvs2svn $ 3219 // Revision 1.23 2001/03/28 16:13:41 blanch 3220 // While feeling the MMcFadeHeader branch the boolean conditoin was wrong. It has 3221 // been solved. 3222 // 3222 3223 // Revision 1.22 2001/03/20 18:52:43 blanch 3223 3224 // *** empty log message *** … … 3268 3269 // 3269 3270 // $Log: not supported by cvs2svn $ 3271 // Revision 1.23 2001/03/28 16:13:41 blanch 3272 // While feeling the MMcFadeHeader branch the boolean conditoin was wrong. It has 3273 // been solved. 3274 // 3270 3275 // Revision 1.22 2001/03/20 18:52:43 blanch 3271 3276 // *** empty log message ***
Note:
See TracChangeset
for help on using the changeset viewer.