5#ifndef RATESANALYSIS_IADDITIONALWEIGHT_H
6#define RATESANALYSIS_IADDITIONALWEIGHT_H 1
8#include "GaudiKernel/IAlgTool.h"
19 virtual StatusCode
getValue(
double& value)
const = 0;
Interface for an additional weight to be multiplied to the event weight e.g.
DeclareInterfaceID(IAdditionalWeight, 1, 0)
virtual StatusCode getValue(double &value) const =0