Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.h

    rba75867 r0e0f211  
    275275  Float_t SumPt; // isolation variable
    276276
     277  Int_t Status; // 1: prompt -- 2: non prompt -- 3: fake
     278
    277279  static CompBase *fgCompare; //!
    278280  const CompBase *GetCompare() const { return fgCompare; }
     
    396398  TLorentzVector SoftDroppedP4[5]; // first entry (i = 0) is the total SoftDropped Jet 4-momenta and from i = 1 to 4 are the pruned subjets 4-momenta
    397399
     400
    398401  Int_t NSubJetsTrimmed; // number of subjets trimmed
    399402  Int_t NSubJetsPruned; // number of subjets pruned
    400403  Int_t NSubJetsSoftDropped; // number of subjets soft-dropped
    401404
     405  Double_t ExclYmerge23;
     406  Double_t ExclYmerge34;
     407  Double_t ExclYmerge45;
     408  Double_t ExclYmerge56;
     409 
    402410  TRefArray Constituents; // references to constituents
    403411  TRefArray Particles; // references to generated particles
     
    544552
    545553  Int_t IsConstituent;
    546 
    547554  Int_t IsFromConversion;
    548555
     
    641648  Int_t NSubJetsSoftDropped; // number of subjets soft-dropped
    642649
    643 
     650  // Exclusive clustering variables
     651  Double_t ExclYmerge23;
     652  Double_t ExclYmerge34;
     653  Double_t ExclYmerge45;
     654  Double_t ExclYmerge56;
     655     
    644656  static CompBase *fgCompare; //!
    645657  const CompBase *GetCompare() const { return fgCompare; }
Note: See TracChangeset for help on using the changeset viewer.