Changes in modules/LeptonDressing.h [cab38f6:341014c] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/LeptonDressing.h
rcab38f6 r341014c 34 34 { 35 35 public: 36 37 36 LeptonDressing(); 38 37 ~LeptonDressing(); 39 38 40 39 void Init(); 41 40 void Process(); … … 43 42 44 43 private: 44 Double_t fDeltaR; 45 45 46 Double_t fDeltaR;47 48 46 TIterator *fItDressingInputArray; //! 49 47 50 48 TIterator *fItCandidateInputArray; //! 51 49 52 50 const TObjArray *fDressingInputArray; //! 53 51 54 52 const TObjArray *fCandidateInputArray; //! 55 53
Note:
See TracChangeset
for help on using the changeset viewer.