Skip to content

Commit

Permalink
fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Graves Kyriacou committed Sep 1, 2023
1 parent 5eee98e commit b452e2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xAODAnaHelpers/Jet.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace xAH {
DL1dv00_FixedCutBEff_60 , DL1dv00_FixedCutBEff_70 , DL1dv00_FixedCutBEff_77 , DL1dv00_FixedCutBEff_85 ,
DL1dv01_FixedCutBEff_60 , DL1dv01_FixedCutBEff_70 , DL1dv01_FixedCutBEff_77 , DL1dv01_FixedCutBEff_85 ,
GN120220509_FixedCutBEff_60 , GN120220509_FixedCutBEff_70 , GN120220509_FixedCutBEff_77 , GN120220509_FixedCutBEff_85 ,
DL1dv00_Continuous, DL1r_Continuous, DL1dv01_Continuous, GN120220509_Continuous// Continuous
DL1dv00_Continuous, DL1r_Continuous, DL1dv01_Continuous, GN120220509_Continuous , // Continuous
GN2v00LegacyWP_FixedCutBEff_60 , GN2v00LegacyWP_FixedCutBEff_70 , GN2v00LegacyWP_FixedCutBEff_77 , GN2v00LegacyWP_FixedCutBEff_85 ,
GN2v00NewAliasWP_FixedCutBEff_60 , GN2v00NewAliasWP_FixedCutBEff_70 , GN2v00NewAliasWP_FixedCutBEff_77 , GN2v00NewAliasWP_FixedCutBEff_85 ,
};
Expand Down Expand Up @@ -234,6 +234,7 @@ namespace xAH {
std::vector<float> SF_GN120220509_FixedCutBEff_77;
int is_GN120220509_FixedCutBEff_85;
std::vector<float> SF_GN120220509_FixedCutBEff_85;
int is_GN2v00LegacyWP_FixedCutBEff_60;
std::vector<float> SF_GN2v00LegacyWP_FixedCutBEff_60;
int is_GN2v00LegacyWP_FixedCutBEff_70;
std::vector<float> SF_GN2v00LegacyWP_FixedCutBEff_70;
Expand Down

0 comments on commit b452e2a

Please sign in to comment.