ATLAS Offline Software
Loading...
Searching...
No Matches
ILArEMEC_HValpha.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARCONDITIONS_ILAREMEC_HVALPHA_H
6#define LARCONDITIONS_ILAREMEC_HVALPHA_H
7
10#include "Identifier/Identifier.h"
12
21
22 public:
23
24 virtual ~ILArEMEC_HValpha() {};
25
26 // online ID
27 virtual const float& EMEC_HValpha(const HWIdentifier& id) const = 0 ;
28
30
31} ;
32
33CLASS_DEF( ILArEMEC_HValpha,5397011,1)
34#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.
virtual const float & EMEC_HValpha(const HWIdentifier &id) const =0
virtual ~ILArEMEC_HValpha()
This class defines the interface for accessing EMEC_HValpha @stereotype Interface.