Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/IdentificationMap.h

    ra5bbe8a r77e9ae1  
    2020#define IdentificationMap_h
    2121
    22 
    2322/** \class IdentificationMap
    2423 *
     
    3938{
    4039public:
    41 
    4240  IdentificationMap();
    4341  ~IdentificationMap();
     
    4846
    4947private:
    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; //!
    5249
    5350  TMisIDMap fEfficiencyMap; //!
Note: See TracChangeset for help on using the changeset viewer.