Ignore:
Timestamp:
11/08/02 18:04:40 (22 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/include-MC/MCEventHeader_2.hxx

    r1562 r1598  
    185185  // get information about the EventHeader
    186186
     187  // get the event number
     188  inline Float_t get_evt_number (void) {return EvtNumber;}
     189
    187190  // get the primary type (GEANT code)
    188191  inline Float_t get_primary ( void ) { return ( PrimaryID ); }
     
    190193  // get the total primary energy
    191194  inline Float_t get_energy ( void ) { return ( Etotal ); }
    192  
     195
     196  // get Thick0
     197  inline Float_t get_thick0 (void) { return Thick0;}
     198
     199  // get First Target
     200  inline Float_t get_first_target (void) {return FirstTarget;}
     201
     202  // get z first interaction
     203  inline Float_t get_z_first_int (void) {return zFirstInt;}
     204
    193205  // get the initial zenith angle
    194206  inline Float_t get_theta ( void ) { return ( Theta ); }
     
    295307    *t2 = TimeLast;
    296308    return ( TimeLast - TimeFirst );
     309  }
     310
     311  inline Float_t get_NKGfit(Float_t *Nmax, Float_t *t0, Float_t *tmax,
     312                            Float_t *a,    Float_t *b,  Float_t *c){
     313    *Nmax=longi_Nmax; *t0=longi_t0; *tmax=longi_tmax;
     314    *a=longi_a;       *b=longi_b;   *c=longi_c;
     315   
     316    return longi_chi2;
     317
    297318  }
    298319
Note: See TracChangeset for help on using the changeset viewer.