Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.h

    rba75867 re9c0d73  
    388388  Float_t Tau[5]; // N-subjettiness
    389389
    390   TLorentzVector SoftDroppedJet;
    391   TLorentzVector SoftDroppedSubJet1;
    392   TLorentzVector SoftDroppedSubJet2;
    393 
    394390  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
    395391  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
    396392  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
    397393
     394
    398395  Int_t NSubJetsTrimmed; // number of subjets trimmed
    399396  Int_t NSubJetsPruned; // number of subjets pruned
    400397  Int_t NSubJetsSoftDropped; // number of subjets soft-dropped
    401398
     399  Double_t ExclYmerge23;
     400  Double_t ExclYmerge34;
     401  Double_t ExclYmerge45;
     402  Double_t ExclYmerge56;
     403 
    402404  TRefArray Constituents; // references to constituents
    403405  TRefArray Particles; // references to generated particles
     
    629631  // Other Substructure variables
    630632
    631   TLorentzVector SoftDroppedJet;
    632   TLorentzVector SoftDroppedSubJet1;
    633   TLorentzVector SoftDroppedSubJet2;
    634 
    635633  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
    636634  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
     
    641639  Int_t NSubJetsSoftDropped; // number of subjets soft-dropped
    642640
    643 
     641  // Exclusive clustering variables
     642  Double_t ExclYmerge23;
     643  Double_t ExclYmerge34;
     644  Double_t ExclYmerge45;
     645  Double_t ExclYmerge56;
     646     
    644647  static CompBase *fgCompare; //!
    645648  const CompBase *GetCompare() const { return fgCompare; }
Note: See TracChangeset for help on using the changeset viewer.