Electron Efficiency correction cache do not repeat
After we have initialized the systematics we know these
+ //Caching of variations we know after initialize
+ std::string m_prefixUncorr;
+ std::string m_toysBasename;
+ std::vector<CP::SystematicVariation> m_corrVarUp;
+ std::vector<CP::SystematicVariation> m_corrVarDown;
so cache the info to avoid repeating work.
Also move the impl of the "helper" methods up, before the "metadata" ones.
Edited by Christos Anastopoulos