ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigCost
RatesAnalysis
RatesAnalysis
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
15
class
IAdditionalWeight
:
virtual
public
IAlgTool {
16
public
:
17
DeclareInterfaceID
(
IAdditionalWeight
, 1, 0 );
18
19
virtual
StatusCode
getValue
(
double
& value)
const
= 0;
20
21
};
22
23
#endif
IAdditionalWeight
Interface for an additional weight to be multiplied to the event weight e.g.
Definition
IAdditionalWeight.h:15
IAdditionalWeight::DeclareInterfaceID
DeclareInterfaceID(IAdditionalWeight, 1, 0)
IAdditionalWeight::getValue
virtual StatusCode getValue(double &value) const =0
Generated on
for ATLAS Offline Software by
1.17.0