Changeset 1585


Ignore:
Timestamp:
11/06/02 17:22:51 (22 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx

    r1580 r1585  
    99{
    1010 private:
    11   Float_t      fEvtNumber;
    12   UShort_t fPartId;         // Type of particle
    13   Float_t  fEnergy;         // [GeV] Energy
     11  UInt_t      fEvtNumber;
     12  UShort_t     fPartId;     // Type of particle
     13  Float_t      fEnergy;     // [GeV] Energy
    1414  Float_t      fThick0;   
    1515  Float_t      fFirstTarget;
    16   Float_t      fzFirstInt;
     16  Float_t      fZFirstInteraction;
    1717
    1818  Float_t fTheta;           // [rad] Theta angle of event
    1919  Float_t fPhi;             // [rad] Phi angle of event
    2020
    21   Float_t fCoreD;           // Core d pos
    22   Float_t fCoreX;           // Core x pos
    23   Float_t fCoreY;           // Core y pos
    24   Float_t fImpact;          // [mm] impact parameter
     21  Float_t fCoreD;           // [cm] Core d pos
     22  Float_t fCoreX;           // [cm] Core x pos
     23  Float_t fCoreY;           // [cm] Core y pos
     24  Float_t fImpact;          // [cm] impact parameter
    2525
    26   /* ^^^ Up to here, the info from the CORSIKA event header. */
     26  // Up to here, the info from the CORSIKA event header.
    2727
    28   /* Telescope orientation: */
    29   Float_t       ftelescopePhi;    /* rad */
    30   Float_t       ftelescopeTheta;  /* rad */
     28  // Telescope orientation:
     29  Float_t       ftelescopePhi;    // [rad]
     30  Float_t       ftelescopeTheta;  // [rad]
    3131
    32   /* Time of first and last photon: */
    33   Float_t      fTimeFirst;
    34   Float_t      fTimeLast;
     32  // Time of first and last photon:
     33  Float_t      fTimeFirst;   // [ns]
     34  Float_t      fTimeLast;    // [ns]
    3535
    36   /* 6 parameters and chi2 of the NKG fit to the longitudinal
    37    * particle distribution (see CORSIKA manual for explanation):
    38    */
    39   Float_t       flongi_Nmax;
    40   Float_t       flongi_t0;
    41   Float_t       flongi_tmax;
    42   Float_t       flongi_a;
    43   Float_t       flongi_b;
    44   Float_t       flongi_c;
    45   Float_t       flongi_chi2;
     36  // 6 parameters and chi2 of the NKG fit to the longitudinal
     37  // particle distribution (see CORSIKA manual for explanation):
     38  //
     39  Float_t       fLongiNmax;
     40  Float_t       fLongit0;
     41  Float_t       fLongitmax;
     42  Float_t       fLongia;
     43  Float_t       fLongib;
     44  Float_t       fLongic;
     45  Float_t       fLongichi2;
    4646
    47   UInt_t fPhotIni;          // Initial number of photons
    48   UInt_t fPassPhotAtm;      // Passed atmosphere
    49   UInt_t fPassPhotRef;      // Passed reflector(reflectivity + effective area)
    50   UInt_t fPassPhotCone;     // Passed glas
    51   UInt_t fPhotElfromShower; // Passed qe coming from the shower
    52   UInt_t fPhotElinCamera;   // usPhotElfromShower + mean of phe
     47  UInt_t fPhotIni;          // [ph] Initial number of photons
     48  UInt_t fPassPhotAtm;      // [ph] Passed atmosphere
     49  UInt_t fPassPhotRef;      // [ph] Passed reflector(reflectivity + effective area)
     50  UInt_t fPassPhotCone;     // [ph] Passed glas
     51  UInt_t fPhotElfromShower; // [phe] Passed qe coming from the shower
     52  UInt_t fPhotElinCamera;   // [phe] usPhotElfromShower + mean of phe
    5353                            // from NSB
    5454
     
    5656  MMcEvt() ;
    5757 
    58   MMcEvt( Float_t, UShort_t, Float_t, Float_t, Float_t,
     58  MMcEvt( UInt_t, UShort_t, Float_t, Float_t, Float_t,
    5959          Float_t, Float_t, Float_t, Float_t, Float_t, Float_t,
    6060          Float_t, Float_t, Float_t, Float_t, Float_t, Float_t,
     
    6666  void Clear(Option_t *opt=NULL);
    6767
    68   void Fill( Float_t, UShort_t, Float_t, Float_t, Float_t,
     68  void Fill( UInt_t, UShort_t, Float_t, Float_t, Float_t,
    6969             Float_t, Float_t, Float_t, Float_t, Float_t, Float_t,
    7070             Float_t, Float_t, Float_t, Float_t, Float_t, Float_t,
Note: See TracChangeset for help on using the changeset viewer.