5#ifndef IFAKE_BKG_TOOL_H
6#define IFAKE_BKG_TOOL_H
51 virtual StatusCode
getTotalYield(
float& yield,
float& statErrorUp,
float& statErrorDown) = 0;
66 virtual StatusCode
register3DHistogram(TH3* h3,
const float *xval,
const float *yval,
const float *zval) = 0;
DataVector adapter that acts like it holds const pointers.
Auxiliary interface equiping the tools derived from IFakeBkgTool with helper methods to identify what...
DataVector adapter that acts like it holds const pointers.
Select isolated Photons, Electrons and Muons.
DataVector< IParticle > IParticleContainer
Simple convenience declaration of IParticleContainer.