Fork me on GitHub

Changeset 2b5ff2c in git for modules/TimeSmearing.h


Ignore:
Timestamp:
Dec 12, 2019, 3:01:34 PM (5 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
Timing
Children:
584e2e9, d4e5b6a
Parents:
2c81caa
Message:

take Olmos Timesmearing and use TFormula as time resolution parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TimeSmearing.h

    r2c81caa r2b5ff2c  
    3232class TIterator;
    3333class TObjArray;
     34class DelphesFormula;
    3435
    3536class TimeSmearing: public DelphesModule
     
    4445
    4546private:
    46   Double_t fTimeResolution;
     47  DelphesFormula *fFormula; //!
     48  Double_t fEtaMax;
    4749
    4850  TIterator *fItInputArray; //!
Note: See TracChangeset for help on using the changeset viewer.