Fork me on GitHub

Changeset e4c3fef in git for classes


Ignore:
Timestamp:
Apr 17, 2014, 10:54:17 AM (10 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
b96d99b
Parents:
2e6a81b
Message:

several minor corrections

Location:
classes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.cc

    r2e6a81b re4c3fef  
    112112  Position(0.0, 0.0, 0.0, 0.0),
    113113  Dxy(0),SDxy(0),Xd(0),Yd(0),Zd(0),
    114   Tau1(0.0), Tau2(0.0), Tau3(0.0), Tau4(0.0), Tau5(0.0), 
     114  Tau1(0.0), Tau2(0.0), Tau3(0.0), Tau4(0.0), Tau5(0.0),
    115115  Area(0.0, 0.0, 0.0, 0.0),
    116116  NCharged(0),
     
    241241  object.Tau4 = Tau4;
    242242  object.Tau5 = Tau5;
    243  
     243
    244244  object.fFactory = fFactory;
    245245  object.fArray = 0;
     
    303303  Tau4 = 0.0;
    304304  Tau5 = 0.0;
    305  
     305
    306306  fArray = 0;
    307307}
  • classes/DelphesClasses.h

    r2e6a81b re4c3fef  
    107107  Int_t IsPU; // 0 or 1 for particles from pile-up interactions
    108108
    109 
    110109  Int_t M1; // particle 1st mother | hepevt.jmohep[number][0] - 1
    111110  Int_t M2; // particle 2nd mother | hepevt.jmohep[number][1] - 1
     
    299298
    300299  Float_t EhadOverEem; // ratio of the hadronic versus electromagnetic energy deposited in the calorimeter
    301 
    302   TRefArray Constituents; // references to constituents
    303   TRefArray Particles; // references to generated particles
    304 
    305   static CompBase *fgCompare; //!
    306   const CompBase *GetCompare() const { return fgCompare; }
    307 
    308   TLorentzVector P4();
    309300
    310301  // -- PileUpJetID variables ---
     
    319310
    320311 // -- Nsubjettiness variables ---
    321  
    322   Float_t Tau1;
    323   Float_t Tau2;
    324   Float_t Tau3;
    325   Float_t Tau4;
    326   Float_t Tau5;
     312
     313  Float_t Tau1;
     314  Float_t Tau2;
     315  Float_t Tau3;
     316  Float_t Tau4;
     317  Float_t Tau5;
     318
     319  TRefArray Constituents; // references to constituents
     320  TRefArray Particles; // references to generated particles
     321
     322  static CompBase *fgCompare; //!
     323  const CompBase *GetCompare() const { return fgCompare; }
     324
     325  TLorentzVector P4();
    327326
    328327  ClassDef(Jet, 2)
     
    355354  Float_t ZOuter; // track position (z component) at the tracker edge
    356355  Float_t TOuter; // track position (z component) at the tracker edge
    357  
     356
    358357  Float_t Dxy;     // track signed transverse impact parameter
    359358  Float_t SDxy;    // signed error on the track signed transverse impact parameter
     
    369368  TLorentzVector P4();
    370369
    371   ClassDef(Track, 1)
     370  ClassDef(Track, 2)
    372371};
    373372
     
    456455
    457456  TLorentzVector Momentum, Position, Area;
    458  
    459   Float_t  Dxy;   
    460   Float_t  SDxy;   
    461   Float_t  Xd;     
    462   Float_t  Yd;     
    463   Float_t  Zd;     
     457
     458  Float_t  Dxy;
     459  Float_t  SDxy;
     460  Float_t  Xd;
     461  Float_t  Yd;
     462  Float_t  Zd;
    464463
    465464  // PileUpJetID variables
     
    472471  Float_t  PTD;
    473472  Float_t  FracPt[5];
    474  
     473
    475474  // -- Nsubjettiness variables ---
    476  
    477   Float_t Tau1;
    478   Float_t Tau2;
    479   Float_t Tau3;
    480   Float_t Tau4;
    481   Float_t Tau5;
    482  
     475
     476  Float_t Tau[5];
     477
    483478  static CompBase *fgCompare; //!
    484479  const CompBase *GetCompare() const { return fgCompare; }
     
    499494  void SetFactory(DelphesFactory *factory) { fFactory = factory; }
    500495
    501   ClassDef(Candidate, 1)
     496  ClassDef(Candidate, 2)
    502497};
    503498
Note: See TracChangeset for help on using the changeset viewer.