Fork me on GitHub

Changeset 1345 in svn for trunk/classes


Ignore:
Timestamp:
Dec 21, 2013, 3:00:11 PM (11 years ago)
Author:
Michele Selvaggi
Message:

timing implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/classes/DelphesClasses.h

    r1323 r1345  
    211211
    212212  Float_t E; // photon energy
    213 
     213 
     214  Float_t T; //particle arrival time of flight
     215 
    214216  Float_t EhadOverEem; // ratio of the hadronic versus electromagnetic energy deposited in the calorimeter
    215217
     
    233235  Float_t Eta; // electron pseudorapidity
    234236  Float_t Phi; // electron azimuthal angle
    235 
     237 
     238  Float_t T; //particle arrival time of flight
     239 
    236240  Int_t Charge; // electron charge
    237241
     
    258262  Float_t Phi; // muon azimuthal angle
    259263
     264  Float_t T; //particle arrival time of flight
     265   
    260266  Int_t Charge; // muon charge
    261267
     
    280286  Float_t Phi; // jet azimuthal angle
    281287
     288  Float_t T; //particle arrival time of flight
     289 
    282290  Float_t Mass; // jet invariant mass
    283291
     
    323331  Float_t Y; // track vertex position (y component)
    324332  Float_t Z; // track vertex position (z component)
     333  Float_t T; // track vertex position (z component)
    325334
    326335  Float_t XOuter; // track position (x component) at the tracker edge
    327336  Float_t YOuter; // track position (y component) at the tracker edge
    328337  Float_t ZOuter; // track position (z component) at the tracker edge
     338  Float_t TOuter; // track position (z component) at the tracker edge
    329339
    330340  TRef Particle; // reference to generated particle
     
    349359  Float_t E; // calorimeter tower energy
    350360
     361  Float_t T; //particle arrival time of flight
     362 
    351363  Float_t Eem; // calorimeter tower electromagnetic energy
    352364  Float_t Ehad; // calorimeter tower hadronic energy
Note: See TracChangeset for help on using the changeset viewer.