Changes in modules/TimeSmearing.h [341014c:7fbde86] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TimeSmearing.h
r341014c r7fbde86 22 22 /** \class TimeSmearing 23 23 * 24 * Performs t ransverse time smearing.24 * Performs time smearing. 25 25 * 26 * \author Michele Selvaggi - UCL, Louvain-la-Neuve26 * \author Michele Selvaggi - CERN 27 27 * 28 28 */ … … 32 32 class TIterator; 33 33 class TObjArray; 34 class DelphesFormula; 34 35 35 36 class TimeSmearing: public DelphesModule … … 44 45 45 46 private: 46 Double_t fTimeResolution;47 47 48 TIterator *fItInputArray; //! 48 DelphesFormula *fResolutionFormula; 49 Int_t fVertexTimeMode; 49 50 50 const TObjArray *fInputArray; //! 51 TIterator *fItTrackInputArray; //! 52 53 const TObjArray *fTrackInputArray; //! 51 54 52 55 TObjArray *fOutputArray; //!
Note:
See TracChangeset
for help on using the changeset viewer.