jpata / tthbb13

2 stars 5 forks source link

remove `methodOrder` #118

Open jpata opened 8 years ago

jpata commented 8 years ago

Instead of relying on MEM ordering by methodOrder in MEAnalysis_cfg_heppy.py, we save them by their names using methodsToRun https://github.com/jpata/tthbb13/blob/0afc3492387d3d41b3d47731956dcd7a2220acc1/MEAnalysis/python/MEAnalysis_cfg_heppy.py#L313

in MEMAnalyzer, printInputs still refers to methodOrder, which is no longer used. Same is true for CommonClassifierAnalyzer.py.