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