Skip to content

Commit

Permalink
define 2nd Fall10 without Offset correction
Browse files Browse the repository at this point in the history
  • Loading branch information
stadie committed Feb 18, 2011
1 parent 4732e33 commit a3d87b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion JetMETCorFactorsFactory.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// $Id: JetMETCorFactorsFactory.cc,v 1.15 2011/01/19 15:10:40 stadie Exp $
// $Id: JetMETCorFactorsFactory.cc,v 1.16 2011/02/15 12:53:14 stadie Exp $
//
#include "JetMETCorFactorsFactory.h"
#include "CorFactors.h"
Expand Down Expand Up @@ -108,6 +108,8 @@ JetMETCorFactorsFactory::Register::Register()
// create("Spring10_AK5CaloJW","JetMETObjects/data/Spring10_L2Relative_AK5Calo.txt:JetMETObjects/data/Spring10_L3Absolute_AK5Calo.txt:JetMETObjects/data/L4JW_AK5Calo.txt",L2L3L4);
create("Fall10_AK5Calo","JetMETObjects/data/Fall10_L1Offset_AK5Calo.txt:JetMETObjects/data/Fall10_L2Relative_AK5Calo.txt:JetMETObjects/data/Fall10_L3Absolute_AK5Calo.txt:JetMETObjects/data/Jec10V1_L2L3Residual_AK5Calo.txt",L1L2L3res);
create("Fall10_AK5PF","JetMETObjects/data/Fall10_L1Offset_AK5PF.txt:JetMETObjects/data/Fall10_L2Relative_AK5PF.txt:JetMETObjects/data/Fall10_L3Absolute_AK5PF.txt:JetMETObjects/data/Jec10V1_L2L3Residual_AK5PF.txt",L1L2L3res);
create("Fall10_AK5CaloNoOffset","JetMETObjects/data/Fall10_L2Relative_AK5Calo.txt:JetMETObjects/data/Fall10_L3Absolute_AK5Calo.txt:JetMETObjects/data/Jec10V1_L2L3Residual_AK5Calo.txt",L2L3res);
create("Fall10_AK5PFNoOffset","JetMETObjects/data/Fall10_L2Relative_AK5PF.txt:JetMETObjects/data/Fall10_L3Absolute_AK5PF.txt:JetMETObjects/data/Jec10V1_L2L3Residual_AK5PF.txt",L2L3res);
create("Fall10_AK5JPT","JetMETObjects/data/Fall10_L2Relative_AK5JPT.txt:JetMETObjects/data/Fall10_L3Absolute_AK5JPT.txt:JetMETObjects/data/Jec10V1_L2L3Residual_AK5JPT.txt",L2L3res);
}

Expand Down

0 comments on commit a3d87b6

Please sign in to comment.