Ignore:
Timestamp:
Nov 9, 2010, 3:36:05 PM (14 years ago)
Author:
Pavel Demin
Message:

add workaround for a typedef related bug in the latest rootcint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ExRootAnalysis/ExRootFilter.h

    r2 r22  
    2525private:
    2626
    27   typedef std::map<Int_t, TObjArray*> TCategoryMap;
    28   typedef std::map<ExRootClassifier*, std::pair<Bool_t, TCategoryMap> > TClassifierMap;
    29 
    3027  const TSeqCollection *fCollection;
    3128  TIterator *fIter;
    3229
    33   TClassifierMap fMap;
     30  std::map<ExRootClassifier*, std::pair<Bool_t, std::map<Int_t, TObjArray*> > > fMap;
    3431
    3532};
Note: See TracChangeset for help on using the changeset viewer.