ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/Selection/src/SelectionFuncs.cc
(Generate patch)

Comparing UserCode/MitHzz4l/Selection/src/SelectionFuncs.cc (file contents):
Revision 1.16 by anlevin, Wed Jan 16 16:14:18 2013 UTC vs.
Revision 1.17 by anlevin, Thu Jan 17 10:25:26 2013 UTC

# Line 357 | Line 357 | void initJets(ControlFlags ctrl,
357    TString tag;
358    if(ctrl.era==2011) {
359      cout << "\n\nNOTE: dont have the right JEC tags yet!\n\n" << endl;
360 <    //                               // from h4l hcp twiki:
361 <    if(ctrl.mc) tag = "START42_V17"; //START44_V13
362 <    else        tag = "GR_R_42_V23"; //GR_R_44_V15
360 >    //                              
361 >    if(ctrl.mc) tag = "START42_V17"; //same as START44_V13
362 >    else        tag = "GR_R_42_V23"; //same as GR_R_44_V15C and GR_R_42_V25
363    } else if(ctrl.era==2012) {
364      cout << "\n\nNOTE: dont have the right JEC tags yet!\n\n" << endl;
365 <    //                               // from h4l hcp twiki:
366 <    if(ctrl.mc) tag = "START53_V7F";   //START53_V10
367 <    else        tag = "GR_P_V41_AN2";  //GR_P_V41_AN1
365 >    if(ctrl.mc) tag = "START53_V7F";   //same as START53_V10
366 >    else        tag = "GR_P_V41_AN2";  //same as GR_P_V41_AN1
367      assert(TString(cmsswpath).Contains("CMSSW_5_3"));
368    } else assert(0);
369  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines