Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/IdentificationMap.h

    r77e9ae1 ra5bbe8a  
    2020#define IdentificationMap_h
    2121
     22
    2223/** \class IdentificationMap
    2324 *
     
    3839{
    3940public:
     41
    4042  IdentificationMap();
    4143  ~IdentificationMap();
     
    4648
    4749private:
    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; //!
    4952
    5053  TMisIDMap fEfficiencyMap; //!
Note: See TracChangeset for help on using the changeset viewer.