Changeset 1288 for trunk/MagicSoft
- Timestamp:
- 04/23/02 18:19:36 (23 years ago)
- Location:
- trunk/MagicSoft
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1287 r1288 6 6 mdata/MDataChain.[h,cc], mdata/MDataMember.[h,cc]: 7 7 - added 8 9 * mmc/MMcEvt.[hxx,cxx]: 10 - added correct units for fImpact 8 11 9 12 -
trunk/MagicSoft/Mars/Makefile
r1283 r1288 44 44 mmontecarlo \ 45 45 mhist \ 46 mdata \ 46 47 mfilter \ 47 48 mraw -
trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.cxx
r1219 r1288 177 177 cout << "Monte Carlo output:" << endl; 178 178 cout << " Particle Id: " << fPartId; 179 cout << " Energy (GeV): " << fEnergy;180 cout << " Impactpar. (m): " << fImpact;179 cout << " Energy: " << fEnergy << "GeV"; 180 cout << " Impactpar.: " << fImpact/100 << "m"; 181 181 cout << " Photoelectrons: " << fPhotElfromShower; 182 182 cout << endl; -
trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx
r1219 r1288 18 18 Float_t fCoreX; // Core x pos 19 19 Float_t fCoreY; // Core y pos 20 Float_t fImpact; // impact parameter20 Float_t fImpact; // [mm] impact parameter 21 21 22 22 UInt_t fPhotIni; // Initial number of photons
Note:
See TracChangeset
for help on using the changeset viewer.