Changeset 2871 for trunk/MagicSoft
- Timestamp:
- 01/21/04 15:18:07 (21 years ago)
- Location:
- trunk/MagicSoft
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2870 r2871 6 6 7 7 2004/01/21: Abelardo moralejo 8 9 * mmc/MMcEvt.hxx 10 - Uncommented 6 Getter functions (those regarding the number of 11 photons surviving the different stages of simulation). 8 12 9 13 * manalysis/MMcCalibrationUpdate.[h,cc] -
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.