Fork me on GitHub

Changeset 151255d in git for classes


Ignore:
Timestamp:
Aug 30, 2016, 12:12:33 PM (8 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
e121288
Parents:
947209d
Message:

update descriptions of the variables in DelphesClasses.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.h

    r947209d r151255d  
    4949  Long64_t Number; // event number
    5050
    51   Float_t ReadTime;
    52   Float_t ProcTime;
     51  Float_t ReadTime; // read time
     52  Float_t ProcTime; // processing time
    5353
    5454  ClassDef(Event, 1)
     
    147147  Float_t Pz; // particle momentum vector (z component) | hepevt.phep[number][2]
    148148
    149   Float_t D0;
    150   Float_t DZ;
    151   Float_t P;
    152   Float_t PT;
    153   Float_t CtgTheta;
    154   Float_t Phi;
     149  Float_t D0; // particle transverse impact parameter
     150  Float_t DZ; // particle longitudinal impact parameter
     151  Float_t P; // particle momentum
     152  Float_t PT; // particle transverse momentum
     153  Float_t CtgTheta; // particle cotangent of theta
     154  Float_t Phi; // particle azimuthal angle
    155155  Float_t Eta; // particle pseudorapidity
    156156  Float_t Rapidity; // particle rapidity
     
    174174{
    175175public:
    176   Float_t T; // vertex position (t component)
     176
    177177  Float_t X; // vertex position (x component)
    178178  Float_t Y; // vertex position (y component)
    179179  Float_t Z; // vertex position (z component)
    180 
    181   Double_t ErrorX;
    182   Double_t ErrorY;
    183   Double_t ErrorZ;
    184   Double_t ErrorT;
    185 
    186   Int_t Index;
    187   Int_t NDF;
     180  Float_t T; // vertex position (t component)
     181
     182  Double_t ErrorX; // vertex position error (x component)
     183  Double_t ErrorY; // vertex position error (y component)
     184  Double_t ErrorZ; // vertex position error (z component)
     185  Double_t ErrorT; // vertex position error (t component)
     186
     187  Int_t Index; // vertex index
     188  Int_t NDF; // number of degrees of freedom
    188189  Double_t Sigma;
    189190  Double_t SumPT2;
     
    257258  Float_t E; // photon energy
    258259
    259   Float_t T; //particle arrival time of flight
     260  Float_t T; // particle arrival time of flight
    260261
    261262  Float_t EhadOverEem; // ratio of the hadronic versus electromagnetic energy deposited in the calorimeter
     
    263264  TRefArray Particles; // references to generated particles
    264265
    265   // Isolation variables
    266 
    267   Float_t IsolationVar;
    268   Float_t IsolationVarRhoCorr;
    269   Float_t SumPtCharged;
    270   Float_t SumPtNeutral;
    271   Float_t SumPtChargedPU;
    272   Float_t SumPt;
     266  Float_t IsolationVar; // isolation variable
     267  Float_t IsolationVarRhoCorr; // isolation variable
     268  Float_t SumPtCharged; // isolation variable
     269  Float_t SumPtNeutral; // isolation variable
     270  Float_t SumPtChargedPU; // isolation variable
     271  Float_t SumPt; // isolation variable
    273272
    274273  static CompBase *fgCompare; //!
     
    290289  Float_t Phi; // electron azimuthal angle
    291290
    292   Float_t T; //particle arrival time of flight
     291  Float_t T; // particle arrival time of flight
    293292
    294293  Int_t Charge; // electron charge
     
    298297  TRef Particle; // reference to generated particle
    299298
    300   // Isolation variables
    301 
    302   Float_t IsolationVar;
    303   Float_t IsolationVarRhoCorr;
    304   Float_t SumPtCharged;
    305   Float_t SumPtNeutral;
    306   Float_t SumPtChargedPU;
    307   Float_t SumPt;
     299  Float_t IsolationVar; // isolation variable
     300  Float_t IsolationVarRhoCorr; // isolation variable
     301  Float_t SumPtCharged; // isolation variable
     302  Float_t SumPtNeutral; // isolation variable
     303  Float_t SumPtChargedPU; // isolation variable
     304  Float_t SumPt; // isolation variable
    308305
    309306  static CompBase *fgCompare; //!
     
    325322  Float_t Phi; // muon azimuthal angle
    326323
    327   Float_t T; //particle arrival time of flight
     324  Float_t T; // particle arrival time of flight
    328325
    329326  Int_t Charge; // muon charge
     
    331328  TRef Particle; // reference to generated particle
    332329
    333    // Isolation variables
    334 
    335   Float_t IsolationVar;
    336   Float_t IsolationVarRhoCorr;
    337   Float_t SumPtCharged;
    338   Float_t SumPtNeutral;
    339   Float_t SumPtChargedPU;
    340   Float_t SumPt;
     330  Float_t IsolationVar; // isolation variable
     331  Float_t IsolationVarRhoCorr; // isolation variable
     332  Float_t SumPtCharged; // isolation variable
     333  Float_t SumPtNeutral; // isolation variable
     334  Float_t SumPtChargedPU; // isolation variable
     335  Float_t SumPt; // isolation variable
    341336
    342337  static CompBase *fgCompare; //!
     
    365360  Float_t DeltaPhi;  // jet radius in azimuthal angle
    366361
    367   UInt_t Flavor;
    368   UInt_t FlavorAlgo;
    369   UInt_t FlavorPhys;
     362  UInt_t Flavor; // jet flavor
     363  UInt_t FlavorAlgo; // jet flavor
     364  UInt_t FlavorPhys; // jet flavor
    370365
    371366  UInt_t BTag; // 0 or 1 for a jet that has been tagged as containing a heavy quark
    372   UInt_t BTagAlgo;
    373   UInt_t BTagPhys;
     367  UInt_t BTagAlgo; // 0 or 1 for a jet that has been tagged as containing a heavy quark
     368  UInt_t BTagPhys; // 0 or 1 for a jet that has been tagged as containing a heavy quark
    374369
    375370  UInt_t TauTag; // 0 or 1 for a jet that has been tagged as a tau
     
    426421  Float_t Y; // track vertex position (y component)
    427422  Float_t Z; // track vertex position (z component)
    428   Float_t T; // track vertex position (z component)
     423  Float_t T; // track vertex position (t component)
    429424
    430425  Float_t XOuter; // track position (x component) at the tracker edge
    431426  Float_t YOuter; // track position (y component) at the tracker edge
    432427  Float_t ZOuter; // track position (z component) at the tracker edge
    433   Float_t TOuter; // track position (z component) at the tracker edge
     428  Float_t TOuter; // track position (t component) at the tracker edge
    434429
    435430  Float_t L; // track path length
    436   Float_t ErrorT; // error on the time measurement
    437 
    438   Float_t D0;     // track signed transverse impact parameter
    439   Float_t ErrorD0;    // signed error on the track signed transverse impact parameter
    440 
    441   Float_t DZ; // track transverse momentum
    442   Float_t ErrorDZ; // track transverse momentum error
    443 
    444   Float_t P; // track transverse momentum
    445   Float_t ErrorP; // track transverse momentum error
     431  Float_t ErrorT; // time measurement error
     432
     433  Float_t D0; // track transverse impact parameter
     434  Float_t ErrorD0; // track transverse impact parameter error
     435
     436  Float_t DZ; // track longitudinal impact parameter
     437  Float_t ErrorDZ; // track longitudinal impact parameter error
     438
     439  Float_t P; // track momentum
     440  Float_t ErrorP; // track momentum error
    446441
    447442  Float_t PT; // track transverse momentum
    448443  Float_t ErrorPT; // track transverse momentum error
    449444
    450   Float_t CtgTheta; // track transverse momentum
    451   Float_t ErrorCtgTheta; // track transverse momentum error
     445  Float_t CtgTheta; // track cotangent of theta
     446  Float_t ErrorCtgTheta; // track cotangent of theta error
    452447
    453448  Float_t Phi; // track azimuthal angle
    454   Float_t ErrorPhi; // track azimuthal angle
    455 
    456   Float_t Xd;      // X coordinate of point of closest approach to vertex
    457   Float_t Yd;      // Y coordinate of point of closest approach to vertex
    458   Float_t Zd;      // Z coordinate of point of closest approach to vertex
     449  Float_t ErrorPhi; // track azimuthal angle error
     450
     451  Float_t Xd; // X coordinate of point of closest approach to vertex
     452  Float_t Yd; // Y coordinate of point of closest approach to vertex
     453  Float_t Zd; // Z coordinate of point of closest approach to vertex
    459454
    460455  TRef Particle; // reference to generated particle
Note: See TracChangeset for help on using the changeset viewer.