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