Changeset 2871 for trunk/MagicSoft/include-Classes
- Timestamp:
- 01/21/04 15:18:07 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx
r2747 r2871 100 100 Float_t GetImpact() const { return fImpact;} //Get impact parameter 101 101 102 /* UInt_t GetPhotIni() { return fPhotIni; } //Get Initial photons */ 103 /* UInt_t GetPassPhotAtm() { return fPassPhotAtm;} //Get Passed atmosphere */ 104 /* UInt_t GetPassPhotRef() { return fPassPhotRef; } //Get Passed reflector */ 105 /* UInt_t GetPassPhotCone() { return fPassPhotCone; } //Get Passed glas */ 106 UInt_t GetPhotElfromShower() { return fPhotElfromShower; } 107 /* UInt_t GetPhotElinCamera() { return fPhotElinCamera; } //Get Passed qe total*/ 102 UInt_t GetPhotIni() { return fPhotIni; } //Get Initial photons 103 UInt_t GetPassPhotAtm() { return fPassPhotAtm;} //Get Passed atmosphere 104 UInt_t GetPassPhotRef() { return fPassPhotRef; } //Get Passed reflector 105 UInt_t GetPassPhotCone() { return fPassPhotCone; } //Get Passed glas 106 UInt_t GetPhotElfromShower() { return fPhotElfromShower; } //Get Passed qe from shower 107 UInt_t GetPhotElinCamera() { return fPhotElinCamera; } //Get Passed qe total 108 108 109 109 Float_t GetTelescopePhi() const { return fTelescopePhi; }
Note:
See TracChangeset
for help on using the changeset viewer.