ATLAS Offline Software
Loading...
Searching...
No Matches
IAdditionalWeight.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef RATESANALYSIS_IADDITIONALWEIGHT_H
6#define RATESANALYSIS_IADDITIONALWEIGHT_H 1
7
8#include "GaudiKernel/IAlgTool.h"
9
14
15class IAdditionalWeight : virtual public IAlgTool {
16 public:
18
19 virtual StatusCode getValue(double& value) const = 0;
20
21};
22
23#endif
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