Fork me on GitHub

Changeset 8c3ac78 in git for classes/DelphesClasses.h


Ignore:
Timestamp:
Apr 11, 2018, 6:26:41 PM (7 years ago)
Author:
GitHub <noreply@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
58cfe91, 900ad95
Parents:
a670493 (diff), b1d948c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Michele Selvaggi <michele.selvaggi@…> (04/11/18 18:26:41)
git-committer:
GitHub <noreply@…> (04/11/18 18:26:41)
Message:

Merge pull request #54 from uschnoor/master

CLICdet cards and code additions ready for release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.h

    ra670493 r8c3ac78  
    396396  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
    397397
     398
    398399  Int_t NSubJetsTrimmed; // number of subjets trimmed
    399400  Int_t NSubJetsPruned; // number of subjets pruned
    400401  Int_t NSubJetsSoftDropped; // number of subjets soft-dropped
    401402
     403  Double_t ExclYmerge23;
     404  Double_t ExclYmerge34;
     405  Double_t ExclYmerge45;
     406  Double_t ExclYmerge56;
     407 
    402408  TRefArray Constituents; // references to constituents
    403409  TRefArray Particles; // references to generated particles
     
    641647  Int_t NSubJetsSoftDropped; // number of subjets soft-dropped
    642648
    643 
     649  // Exclusive clustering variables
     650  Double_t ExclYmerge23;
     651  Double_t ExclYmerge34;
     652  Double_t ExclYmerge45;
     653  Double_t ExclYmerge56;
     654     
    644655  static CompBase *fgCompare; //!
    645656  const CompBase *GetCompare() const { return fgCompare; }
Note: See TracChangeset for help on using the changeset viewer.