Fork me on GitHub

Changeset 5496767 in git for classes/DelphesClasses.h


Ignore:
Timestamp:
Jun 17, 2016, 6:52:57 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
62d3bc5
Parents:
0f73bea
Message:

added array of constituents to vertices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.h

    r0f73bea r5496767  
    178178  Float_t Y; // vertex position (y component)
    179179  Float_t Z; // vertex position (z component)
    180  
     180
    181181  Double_t ErrorX;
    182182  Double_t ErrorY;
     
    191191  Double_t GenSumPT2;
    192192
     193  TRefArray Constituents; // references to constituents
     194
    193195  static CompBase *fgCompare; //!
    194196  const CompBase *GetCompare() const { return fgCompare; }
     
    416418
    417419  Float_t Eta; // track pseudorapidity
    418  
     420
    419421  Float_t EtaOuter; // track pseudorapidity at the tracker edge
    420422  Float_t PhiOuter; // track azimuthal angle at the tracker edge
     
    431433
    432434  Float_t L; // track path length
    433   Float_t ErrorT; // error on the time measurement 
    434      
     435  Float_t ErrorT; // error on the time measurement
     436
    435437  Float_t D0;     // track signed transverse impact parameter
    436438  Float_t ErrorD0;    // signed error on the track signed transverse impact parameter
    437  
     439
    438440  Float_t DZ; // track transverse momentum
    439441  Float_t ErrorDZ; // track transverse momentum error
    440  
     442
    441443  Float_t P; // track transverse momentum
    442444  Float_t ErrorP; // track transverse momentum error
    443  
     445
    444446  Float_t PT; // track transverse momentum
    445447  Float_t ErrorPT; // track transverse momentum error
    446  
     448
    447449  Float_t CtgTheta; // track transverse momentum
    448450  Float_t ErrorCtgTheta; // track transverse momentum error
    449  
     451
    450452  Float_t Phi; // track azimuthal angle
    451453  Float_t ErrorPhi; // track azimuthal angle
    452  
     454
    453455  Float_t Xd;      // X coordinate of point of closest approach to vertex
    454456  Float_t Yd;      // Y coordinate of point of closest approach to vertex
     
    458460
    459461  Int_t VertexIndex; // reference to vertex
    460  
     462
    461463  static CompBase *fgCompare; //!
    462464  const CompBase *GetCompare() const { return fgCompare; }
     
    584586
    585587  // tracking resolution
    586  
     588
    587589  Float_t TrackResolution;
    588590
     
    612614
    613615  // vertex variables
    614  
     616
    615617  Int_t ClusterIndex;
    616618  Int_t ClusterNDF;
Note: See TracChangeset for help on using the changeset viewer.