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