Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.h

    re9c0d73 rba75867  
    388388  Float_t Tau[5]; // N-subjettiness
    389389
     390  TLorentzVector SoftDroppedJet;
     391  TLorentzVector SoftDroppedSubJet1;
     392  TLorentzVector SoftDroppedSubJet2;
     393
    390394  TLorentzVector TrimmedP4[5]; // first entry (i = 0) is the total Trimmed Jet 4-momenta and from i = 1 to 4 are the trimmed subjets 4-momenta
    391395  TLorentzVector PrunedP4[5]; // first entry (i = 0) is the total Pruned Jet 4-momenta and from i = 1 to 4 are the pruned subjets 4-momenta
    392396  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
    393397
    394 
    395398  Int_t NSubJetsTrimmed; // number of subjets trimmed
    396399  Int_t NSubJetsPruned; // number of subjets pruned
    397400  Int_t NSubJetsSoftDropped; // number of subjets soft-dropped
    398401
    399   Double_t ExclYmerge23;
    400   Double_t ExclYmerge34;
    401   Double_t ExclYmerge45;
    402   Double_t ExclYmerge56;
    403  
    404402  TRefArray Constituents; // references to constituents
    405403  TRefArray Particles; // references to generated particles
     
    631629  // Other Substructure variables
    632630
     631  TLorentzVector SoftDroppedJet;
     632  TLorentzVector SoftDroppedSubJet1;
     633  TLorentzVector SoftDroppedSubJet2;
     634
    633635  TLorentzVector TrimmedP4[5]; // first entry (i = 0) is the total Trimmed Jet 4-momenta and from i = 1 to 4 are the trimmed subjets 4-momenta
    634636  TLorentzVector PrunedP4[5]; // first entry (i = 0) is the total Pruned Jet 4-momenta and from i = 1 to 4 are the pruned subjets 4-momenta
     
    639641  Int_t NSubJetsSoftDropped; // number of subjets soft-dropped
    640642
    641   // Exclusive clustering variables
    642   Double_t ExclYmerge23;
    643   Double_t ExclYmerge34;
    644   Double_t ExclYmerge45;
    645   Double_t ExclYmerge56;
    646      
     643
    647644  static CompBase *fgCompare; //!
    648645  const CompBase *GetCompare() const { return fgCompare; }
Note: See TracChangeset for help on using the changeset viewer.