Changes in modules/IdentificationMap.h [a5bbe8a:77e9ae1] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/IdentificationMap.h
ra5bbe8a r77e9ae1 20 20 #define IdentificationMap_h 21 21 22 23 22 /** \class IdentificationMap 24 23 * … … 39 38 { 40 39 public: 41 42 40 IdentificationMap(); 43 41 ~IdentificationMap(); … … 48 46 49 47 private: 50 51 typedef std::multimap< Int_t, std::pair< Int_t, DelphesFormula * > > TMisIDMap; //! 48 typedef std::multimap<Int_t, std::pair<Int_t, DelphesFormula *> > TMisIDMap; //! 52 49 53 50 TMisIDMap fEfficiencyMap; //!
Note:
See TracChangeset
for help on using the changeset viewer.