ATLAS Offline Software
Loading...
Searching...
No Matches
ILArEMEC_Cphi.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_CPHI_H
6#define LARCONDITIONS_ILAREMEC_CPHI_H
7
10#include "Identifier/Identifier.h"
12
13
22
23 public:
24
25 virtual ~ILArEMEC_Cphi() {};
26
27 // online ID
28 virtual const float& EMEC_Cphi(const HWIdentifier& id) const = 0 ;
29
31
32} ;
33
34CLASS_DEF( ILArEMEC_Cphi,64028922,1)
35
36#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 ~ILArEMEC_Cphi()
This class defines the interface for accessing EMEC_Cphi @stereotype Interface.
virtual const float & EMEC_Cphi(const HWIdentifier &id) const =0