Changes in modules/UniqueObjectFinder.h [93da593:cab38f6] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/UniqueObjectFinder.h
r93da593 rcab38f6 30 30 #include "classes/DelphesModule.h" 31 31 32 #include <vector> 33 #include <utility> 32 #include <map> 34 33 35 34 class TIterator; … … 50 49 private: 51 50 52 Bool_t Unique(Candidate *candidate, std:: vector< std::pair< TIterator *, TObjArray * >>::iterator itInputMap);51 Bool_t Unique(Candidate *candidate, std::map< TIterator *, TObjArray * >::iterator itInputMap); 53 52 54 std:: vector< std::pair< TIterator *, TObjArray * >> fInputMap; //!53 std::map< TIterator *, TObjArray * > fInputMap; //! 55 54 56 55 ClassDef(UniqueObjectFinder, 1)
Note:
See TracChangeset
for help on using the changeset viewer.