Changes in modules/OldCalorimeter.h [b906e2b:77e9ae1] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/OldCalorimeter.h
rb906e2b r77e9ae1 28 28 { 29 29 public: 30 31 30 OldCalorimeter(); 32 31 ~OldCalorimeter(); … … 37 36 38 37 private: 39 40 typedef std::map< Long64_t, std::pair< Double_t, Double_t > > TFractionMap; //! 41 typedef std::map< Double_t, std::set< Double_t > > TBinMap; //! 38 typedef std::map<Long64_t, std::pair<Double_t, Double_t> > TFractionMap; //! 39 typedef std::map<Double_t, std::set<Double_t> > TBinMap; //! 42 40 43 41 Candidate *fTower; … … 51 49 TBinMap fBinMap; //! 52 50 53 std::vector < Double_t> fEtaBins;54 std::vector < std::vector < Double_t >*> fPhiBins;51 std::vector<Double_t> fEtaBins; 52 std::vector<std::vector<Double_t> *> fPhiBins; 55 53 56 std::vector < Long64_t> fTowerHits;54 std::vector<Long64_t> fTowerHits; 57 55 58 std::vector < Double_t> fECalFractions;59 std::vector < Double_t> fHCalFractions;56 std::vector<Double_t> fECalFractions; 57 std::vector<Double_t> fHCalFractions; 60 58 61 59 DelphesFormula *fECalResolutionFormula; //!
Note:
See TracChangeset
for help on using the changeset viewer.