Changes in modules/TrackSmearing.h [341014c:cde9f31] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TrackSmearing.h
r341014c rcde9f31 21 21 { 22 22 public: 23 23 24 TrackSmearing(); 24 25 ~TrackSmearing(); … … 29 30 30 31 private: 31 Double_t ptError(const Double_t, const Double_t, const Double_t, const Double_t); 32 33 Double_t ptError (const Double_t, const Double_t, const Double_t, const Double_t); 32 34 33 35 Double_t fBz; … … 64 66 const TObjArray *fInputArray; //! 65 67 const TObjArray *fBeamSpotInputArray; //! 66 68 67 69 TObjArray *fOutputArray; //! 68 70
Note:
See TracChangeset
for help on using the changeset viewer.