Fork me on GitHub

Changeset c27c038 in git for modules/TimeSmearing.h


Ignore:
Timestamp:
May 5, 2021, 6:16:18 PM (3 years ago)
Author:
michele <michele.selvaggi@…>
Branches:
master
Children:
0060caa
Parents:
5862d1f
Message:

TimeSmearing accepts formula, and smears only final position

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TimeSmearing.h

    r5862d1f rc27c038  
    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
     
    4243  void Process();
    4344  void Finish();
     45  void ComputeVertexMomenta();
    4446
    4547private:
    46   Double_t fTimeResolution;
    4748
    48   TIterator *fItInputArray; //!
     49  DelphesFormula *fResolutionFormula;
     50  Int_t fVertexTimeMode;
    4951
    50   const TObjArray *fInputArray; //!
     52  TIterator *fItTrackInputArray; //!
     53
     54  const TObjArray *fTrackInputArray; //!
    5155
    5256  TObjArray *fOutputArray; //!
Note: See TracChangeset for help on using the changeset viewer.