Changeset 341014c in git for modules/FastJetGridMedianEstimator.h
- Timestamp:
- Feb 12, 2019, 9:29:17 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, llp, master
- Children:
- 6455202
- Parents:
- 45e58be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/FastJetGridMedianEstimator.h
r45e58be r341014c 20 20 #define FastJetGridMedianEstimator_h 21 21 22 23 22 /** \class FastJetGridMedianEstimator 24 23 * … … 35 34 class TIterator; 36 35 37 namespace fastjet { 38 class GridMedianBackgroundEstimator; 36 namespace fastjet 37 { 38 class GridMedianBackgroundEstimator; 39 39 } 40 40 … … 42 42 { 43 43 public: 44 45 44 FastJetGridMedianEstimator(); 46 45 ~FastJetGridMedianEstimator(); … … 51 50 52 51 private: 53 54 std::vector< fastjet::GridMedianBackgroundEstimator * > fEstimators; //! 52 std::vector<fastjet::GridMedianBackgroundEstimator *> fEstimators; //! 55 53 56 54 TIterator *fItInputArray; //!
Note:
See TracChangeset
for help on using the changeset viewer.