ATLAS Offline Software
Loading...
Searching...
No Matches
ILArMinBias.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARCONDITIONS_ILARMINBIAS_H
6#define LARCONDITIONS_ILARMINBIAS_H
7
10class HWIdentifier;
11
12
18
19 public:
20
21 virtual ~ILArMinBias() {};
22
26
27 // online ID
28 virtual const float& minBiasRMS(const HWIdentifier& id) const = 0 ;
29
31} ;
32
33CLASS_DEF( ILArMinBias, 197482938 ,1)
34#include "AthenaKernel/CondCont.h"
35CLASS_DEF( CondCont<ILArMinBias>,88954252 , 1 )
36
37#endif
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Defines a common ERRORCODE enum for LAr-Calibration objects.
Hold mapping of ranges to condition objects.
Definition CondCont.h:889
virtual const float & minBiasRMS(const HWIdentifier &id) const =0
access to RMS of E in minimum bias events index by Identifier
virtual ~ILArMinBias()
This class defines the interface for accessing RMS of E in minimum bias events @stereotype Interface.
Definition ILArMinBias.h:21