Fork me on GitHub

Changeset 8a11cdc in git for classes


Ignore:
Timestamp:
Feb 12, 2019, 2:59:49 PM (6 years ago)
Author:
GitHub <noreply@…>
Branches:
ImprovedOutputFile, Timing, llp, master
Children:
769f65b
Parents:
70bb4cb (diff), dd64cff (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:
Pavel Demin <pavel-demin@…> (02/12/19 14:59:49)
git-committer:
GitHub <noreply@…> (02/12/19 14:59:49)
Message:

Merge pull request #68 from delphes/llp

new modules and classes for llp

Location:
classes
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.h

    r70bb4cb r8a11cdc  
    315315  Float_t SumPt; // isolation variable
    316316
     317  Float_t D0; // track transverse impact parameter
     318  Float_t DZ; // track longitudinal impact parameter
     319  Float_t ErrorD0; // track transverse impact parameter error
     320  Float_t ErrorDZ; // track longitudinal impact parameter error
     321
    317322  static CompBase *fgCompare; //!
    318323  const CompBase *GetCompare() const { return fgCompare; }
     
    345350  Float_t SumPtChargedPU; // isolation variable
    346351  Float_t SumPt; // isolation variable
     352
     353  Float_t D0; // track transverse impact parameter
     354  Float_t DZ; // track longitudinal impact parameter
     355  Float_t ErrorD0; // track transverse impact parameter error
     356  Float_t ErrorDZ; // track longitudinal impact parameter error
    347357
    348358  static CompBase *fgCompare; //!
Note: See TracChangeset for help on using the changeset viewer.