Fork me on GitHub

Changeset 4acf2fd in git for modules/TimeSmearing.h


Ignore:
Timestamp:
May 17, 2021, 6:05:38 PM (3 years ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
7dac4ea
Parents:
46d3442 (diff), 4afb18d (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@…> (05/17/21 18:05:38)
git-committer:
GitHub <noreply@…> (05/17/21 18:05:38)
Message:

Merge branch 'master' into master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TimeSmearing.h

    r46d3442 r4acf2fd  
    2222/** \class TimeSmearing
    2323 *
    24  *  Performs transverse time smearing.
     24 *  Performs time smearing.
    2525 *
    26  *  \author Michele Selvaggi - UCL, Louvain-la-Neuve
     26 *  \author Michele Selvaggi - CERN
    2727 *
    2828 */
     
    3232class TIterator;
    3333class TObjArray;
     34class DelphesFormula;
    3435
    3536class TimeSmearing: public DelphesModule
     
    4445
    4546private:
    46   Double_t fTimeResolution;
    4747
    48   TIterator *fItInputArray; //!
     48  DelphesFormula *fResolutionFormula;
     49  Int_t fVertexTimeMode;
    4950
    50   const TObjArray *fInputArray; //!
     51  TIterator *fItTrackInputArray; //!
     52
     53  const TObjArray *fTrackInputArray; //!
    5154
    5255  TObjArray *fOutputArray; //!
Note: See TracChangeset for help on using the changeset viewer.