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/src/ExRootFilter.cc

    r2 r22  
    1919
    2020using namespace std;
     21
     22typedef map<Int_t, TObjArray*> TCategoryMap;
     23typedef map<ExRootClassifier*, pair<Bool_t, TCategoryMap> > TClassifierMap;
    2124
    2225ExRootFilter::ExRootFilter(const TSeqCollection *collection) :
Note: See TracChangeset for help on using the changeset viewer.