Changeset 1598
- Timestamp:
- 11/08/02 18:04:40 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MC/MCEventHeader_2.hxx
r1562 r1598 185 185 // get information about the EventHeader 186 186 187 // get the event number 188 inline Float_t get_evt_number (void) {return EvtNumber;} 189 187 190 // get the primary type (GEANT code) 188 191 inline Float_t get_primary ( void ) { return ( PrimaryID ); } … … 190 193 // get the total primary energy 191 194 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 193 205 // get the initial zenith angle 194 206 inline Float_t get_theta ( void ) { return ( Theta ); } … … 295 307 *t2 = TimeLast; 296 308 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 297 318 } 298 319
Note:
See TracChangeset
for help on using the changeset viewer.