Changeset 18179 for branches/Corsika7405Compatibility/msim
- Timestamp:
- 05/08/15 12:32:23 (10 years ago)
- Location:
- branches/Corsika7405Compatibility/msim
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Corsika7405Compatibility/msim/MPhotonData.cc
r10060 r18179 273 273 Int_t MPhotonData::FillEventIO(Float_t f[8]) 274 274 { 275 275 // photons in this bunch 276 276 const UInt_t n = TMath::Nint(f[6]); 277 277 if (n==0) … … 292 292 fTag = -1; 293 293 fWeight = 1; 294 294 295 295 296 return n; -
branches/Corsika7405Compatibility/msim/MPhotonData.h
r9941 r18179 16 16 #ifndef ROOT_TQuaternion 17 17 #include <math.h> 18 #define sqrt ::sqrt18 //#define sqrt ::sqrt 19 19 #include <TQuaternion.h> 20 20 #undef sqrt -
branches/Corsika7405Compatibility/msim/MPhotonEvent.cc
r10167 r18179 512 512 fInFormat->Read(bunchHeader, 3 * sizeof(Int_t)); 513 513 514 515 //std::cout << "BunchHeader: " << bunchHeader[0] << " " 516 // << bunchHeader[1] << " " 517 // << bunchHeader[2] << std::endl; 518 514 519 Int_t n = 0; 515 520 … … 520 525 521 526 if (Add(n).FillEventIO(buffer)) 522 n++;527 n++; 523 528 } 524 529
Note:
See TracChangeset
for help on using the changeset viewer.