HighLAND
SystematicTuning.cxx
1 #include "SystematicTuning.hxx"
2 #include "Parameters.hxx"
3 
4 namespace systTuning{
5  bool APPLY_SYST_FINE_TUNING = false;
6 
7 }
8 
9 //********************************************************************
10 void systTuning::Initialize(){
11 //********************************************************************
12 
13  systTuning::APPLY_SYST_FINE_TUNING = (bool)ND::params().GetParameterI("psycheSelections.Systematics.ApplyFineTuning");
14 
15 }
16 
int GetParameterI(std::string)
Get parameter. Value is returned as integer.
Definition: Parameters.cxx:217
This file defines some parameters to tune the systematics for specific selections.
bool APPLY_SYST_FINE_TUNING
General tuning, the concept of apply the systematic for only the "relevant" objects.