5 #ifndef BASE_LINEAR_FAKE_BKG_TOOL_H
6 #define BASE_LINEAR_FAKE_BKG_TOOL_H
11 #ifdef FAKEBKGTOOLS_ATLAS_ENVIRONMENT
49 virtual StatusCode getTotalYield(
float& yield,
float& statErrorUp,
float& statErrorDown)
override final;
51 virtual StatusCode register1DHistogram(TH1*
h1,
const float *
val)
override;
52 virtual StatusCode register2DHistogram(TH2* h2,
const float *
xval,
const float *
yval)
override;
53 virtual StatusCode register3DHistogram(TH3* h3,
const float *
xval,
const float *
yval,
const float *zval)
override;
62 std::vector<FakeBkgTools::Yield> m_yields;
69 std::vector<int> m_yields;
70 std::map<int,int> m_cachedWeights;