Changes in modules/FastJetGridMedianEstimator.h [341014c:406b698] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/FastJetGridMedianEstimator.h
r341014c r406b698 20 20 #define FastJetGridMedianEstimator_h 21 21 22 22 23 /** \class FastJetGridMedianEstimator 23 24 * … … 34 35 class TIterator; 35 36 36 namespace fastjet 37 { 38 class GridMedianBackgroundEstimator; 37 namespace fastjet { 38 class GridMedianBackgroundEstimator; 39 39 } 40 40 … … 42 42 { 43 43 public: 44 44 45 FastJetGridMedianEstimator(); 45 46 ~FastJetGridMedianEstimator(); … … 50 51 51 52 private: 52 std::vector<fastjet::GridMedianBackgroundEstimator *> fEstimators; //! 53 54 std::vector< fastjet::GridMedianBackgroundEstimator * > fEstimators; //! 53 55 54 56 TIterator *fItInputArray; //!
Note:
See TracChangeset
for help on using the changeset viewer.