ATLAS Offline Software
Loading...
Searching...
No Matches
ILArMinBiasAverage.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_ILARMINBIASAVERAGE_H
6#define LARCONDITIONS_ILARMINBIASAVERAGE_H
7
10class HWIdentifier;
11
12
18
19 public:
20
21 virtual ~ILArMinBiasAverage() {};
22
26
27 // online ID
28 virtual const float& minBiasAverage(const HWIdentifier& id) const = 0 ;
29
31} ;
33CLASS_DEF( ILArMinBiasAverage, 112216056 ,1)
35
36#endif
Hold mappings of ranges to condition objects.
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 & minBiasAverage(const HWIdentifier &id) const =0
access to average of E in minimum bias events index by Identifier
virtual ~ILArMinBiasAverage()
This class defines the interface for accessing Average of E in minimum bias events @stereotype Interf...