Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/UniqueObjectFinder.h

    r93da593 rcab38f6  
    3030#include "classes/DelphesModule.h"
    3131
    32 #include <vector>
    33 #include <utility>
     32#include <map>
    3433
    3534class TIterator;
     
    5049private:
    5150
    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);
    5352
    54   std::vector< std::pair< TIterator *, TObjArray * > > fInputMap; //!
     53  std::map< TIterator *, TObjArray * > fInputMap; //!
    5554
    5655  ClassDef(UniqueObjectFinder, 1)
Note: See TracChangeset for help on using the changeset viewer.