Fork me on GitHub

Changeset 24d005f in git for classes/DelphesClasses.h


Ignore:
Timestamp:
Jan 3, 2014, 4:41:28 PM (11 years ago)
Author:
mselvaggi <mselvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
54b6dfc
Parents:
22dc7fd
Message:

added PileUpJetID module from Seth Senz

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.h

    r22dc7fd r24d005f  
    308308  TLorentzVector P4();
    309309
     310  // -- PileUpJetID variables ---
     311
     312  Int_t    NCharged;
     313  Int_t    NNeutrals;
     314  Float_t  Beta;
     315  Float_t  BetaStar;
     316  Float_t  MeanSqDeltaR;
     317  Float_t  PTD;
     318  Float_t  FracPt[5];
     319
     320
     321
    310322  ClassDef(Jet, 2)
    311323};
     
    421433  virtual void Clear(Option_t* option = "");
    422434
     435// -- PileUpJetID variables ---
     436
     437  Int_t    NCharged;
     438  Int_t    NNeutrals;
     439  Float_t  Beta;
     440  Float_t  BetaStar;
     441  Float_t  MeanSqDeltaR;
     442  Float_t  PTD;
     443  Float_t  FracPt[5];
     444
    423445private:
    424446  DelphesFactory *fFactory; //!
Note: See TracChangeset for help on using the changeset viewer.