Fork me on GitHub

Changeset fd4b326 in git for classes


Ignore:
Timestamp:
Mar 17, 2021, 4:19:54 PM (3 years ago)
Author:
michele <michele.selvaggi@…>
Branches:
master
Children:
9cc5aeb
Parents:
b8a6aa3
Message:

tracks have now montecarlo mass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.h

    rb8a6aa3 rfd4b326  
    385385
    386386  Float_t NeutralEnergyFraction;  // charged energy fraction
    387   Float_t ChargedEnergyFraction;  // neutral energy fraction 
     387  Float_t ChargedEnergyFraction;  // neutral energy fraction
    388388
    389389  Float_t Beta; // (sum pt of charged pile-up constituents)/(sum pt of charged constituents)
     
    439439  Float_t CtgTheta; // track cotangent of theta
    440440  Float_t C; // track curvature inverse
     441  Float_t Mass; // particle mass
    441442
    442443  Float_t EtaOuter; // track pseudorapidity at the tracker edge
     
    472473
    473474  // track covariance off-diagonal terms
    474   Float_t ErrorD0Phi;     
    475   Float_t ErrorD0C;       
    476   Float_t ErrorD0DZ;     
    477   Float_t ErrorD0CtgTheta;   
    478   Float_t ErrorPhiC;     
    479   Float_t ErrorPhiDZ;     
    480   Float_t ErrorPhiCtgTheta ; 
    481   Float_t ErrorCDZ;       
    482   Float_t ErrorCCtgTheta;   
    483   Float_t ErrorDZCtgTheta;   
     475  Float_t ErrorD0Phi;
     476  Float_t ErrorD0C;
     477  Float_t ErrorD0DZ;
     478  Float_t ErrorD0CtgTheta;
     479  Float_t ErrorPhiC;
     480  Float_t ErrorPhiDZ;
     481  Float_t ErrorPhiCtgTheta ;
     482  Float_t ErrorCDZ;
     483  Float_t ErrorCCtgTheta;
     484  Float_t ErrorDZCtgTheta;
    484485
    485486  TRef Particle; // reference to generated particle
     
    542543  Float_t CtgTheta; // track cotangent of theta
    543544  Float_t C; // track curvature inverse
     545  Float_t Mass; // particle mass
    544546
    545547  Float_t EtaOuter; // track pseudorapidity at the tracker edge
     
    575577
    576578  // track covariance off-diagonal terms
    577   Float_t ErrorD0Phi;     
    578   Float_t ErrorD0C;       
    579   Float_t ErrorD0DZ;     
    580   Float_t ErrorD0CtgTheta;   
    581   Float_t ErrorPhiC;     
    582   Float_t ErrorPhiDZ;     
    583   Float_t ErrorPhiCtgTheta ; 
    584   Float_t ErrorCDZ;       
    585   Float_t ErrorCCtgTheta;   
    586   Float_t ErrorDZCtgTheta;   
     579  Float_t ErrorD0Phi;
     580  Float_t ErrorD0C;
     581  Float_t ErrorD0DZ;
     582  Float_t ErrorD0CtgTheta;
     583  Float_t ErrorPhiC;
     584  Float_t ErrorPhiDZ;
     585  Float_t ErrorPhiCtgTheta ;
     586  Float_t ErrorCDZ;
     587  Float_t ErrorCCtgTheta;
     588  Float_t ErrorDZCtgTheta;
    587589
    588590  Int_t VertexIndex; // reference to vertex
     
    710712  Float_t FracPt[5];
    711713  Float_t NeutralEnergyFraction;  // charged energy fraction
    712   Float_t ChargedEnergyFraction;  // neutral energy fraction 
     714  Float_t ChargedEnergyFraction;  // neutral energy fraction
    713715
    714716
     
    767769  // event characteristics variables
    768770  Double_t ParticleDensity; // particle multiplicity density in the proximity of the particle
    769  
     771
    770772  static CompBase *fgCompare; //!
    771773  const CompBase *GetCompare() const { return fgCompare; }
Note: See TracChangeset for help on using the changeset viewer.