Changeset 406b698 in git for modules/FastJetGridMedianEstimator.h
- Timestamp:
- Dec 21, 2014, 11:04:36 AM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 1d1f6a4
- Parents:
- a740c66
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/FastJetGridMedianEstimator.h
ra740c66 r406b698 30 30 31 31 #include "classes/DelphesModule.h" 32 #include <map> 33 #include <utility> 34 32 #include <vector> 35 33 36 34 class TObjArray; … … 38 36 39 37 namespace fastjet { 40 class JetDefinition; 41 class AreaDefinition; 42 class Selector; 43 namespace contrib { 44 class NjettinessPlugin; 45 } 38 class GridMedianBackgroundEstimator; 46 39 } 47 40 … … 58 51 59 52 private: 60 61 typedef std::map< std::pair< Double_t , Double_t > , std::pair< Double_t , Double_t > > TGrid; //! 62 63 TGrid fGrid; //! 64 53 54 std::vector< fastjet::GridMedianBackgroundEstimator * > fEstimators; //! 55 65 56 TIterator *fItInputArray; //! 66 57
Note:
See TracChangeset
for help on using the changeset viewer.