Changes in modules/FastJetGridMedianEstimator.h [406b698:341014c] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/FastJetGridMedianEstimator.h
r406b698 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.