Changeset 2871


Ignore:
Timestamp:
01/21/04 15:18:07 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2870 r2871  
    66
    77 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).
    812
    913   * manalysis/MMcCalibrationUpdate.[h,cc]
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx

    r2747 r2871  
    100100  Float_t GetImpact() const { return fImpact;}         //Get impact parameter
    101101
    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*/
     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
    108108
    109109  Float_t GetTelescopePhi() const { return fTelescopePhi; }
Note: See TracChangeset for help on using the changeset viewer.