Fork me on GitHub

Changeset e9c0d73 in git for classes


Ignore:
Timestamp:
Dec 5, 2017, 1:11:19 PM (7 years ago)
Author:
Ulrike Schnoor <schnooru@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
0879ed1
Parents:
197fed7
Message:

added exclusive_ymerge for n=2,3,4,5

Location:
classes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.cc

    r197fed7 re9c0d73  
    157157  NSubJetsPruned(0),
    158158  NSubJetsSoftDropped(0),
     159  ExclYmerge23(0),
     160  ExclYmerge34(0),
     161  ExclYmerge45(0),
     162  ExclYmerge56(0),
    159163  fFactory(0),
    160164  fArray(0)
  • classes/DelphesClasses.h

    r197fed7 re9c0d73  
    392392  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
    393393
     394
    394395  Int_t NSubJetsTrimmed; // number of subjets trimmed
    395396  Int_t NSubJetsPruned; // number of subjets pruned
    396397  Int_t NSubJetsSoftDropped; // number of subjets soft-dropped
    397398
     399  Double_t ExclYmerge23;
     400  Double_t ExclYmerge34;
     401  Double_t ExclYmerge45;
     402  Double_t ExclYmerge56;
     403 
    398404  TRefArray Constituents; // references to constituents
    399405  TRefArray Particles; // references to generated particles
     
    633639  Int_t NSubJetsSoftDropped; // number of subjets soft-dropped
    634640
    635 
     641  // Exclusive clustering variables
     642  Double_t ExclYmerge23;
     643  Double_t ExclYmerge34;
     644  Double_t ExclYmerge45;
     645  Double_t ExclYmerge56;
     646     
    636647  static CompBase *fgCompare; //!
    637648  const CompBase *GetCompare() const { return fgCompare; }
Note: See TracChangeset for help on using the changeset viewer.