ATLAS Offline Software
ILArH6Oscillation.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 LARELECCALIB_ILARH6OSCILLATION_H
6 #define LARELECCALIB_ILARH6OSCILLATION_H
7 
8 #include "AthenaKernel/CLASS_DEF.h"
10 #include "Identifier/Identifier.h"
12 
13 
15 
22 public:
27  virtual ~ILArH6Oscillation() {};
28 
29  // online ID
30  virtual const double& channelPhase(const HWIdentifier& id) const =0;
31 
32 
36  // online ID
37  virtual const double& channelAmplitude(const HWIdentifier& id) const =0;
38 
39 } ;
40 
41 CLASS_DEF( ILArH6Oscillation, 55993376,1)
42 
43 #endif
ILArH6Oscillation::~ILArH6Oscillation
virtual ~ILArH6Oscillation()
This class defines the interface for accessing channel phase and channel amplitues values for each ch...
Definition: ILArH6Oscillation.h:27
HWIdentifier
Definition: HWIdentifier.h:13
LArCalibErrorCode.h
Defines a common ERRORCODE enum for LAr-Calibration objects.
HWIdentifier.h
ILArH6Oscillation::channelAmplitude
virtual const double & channelAmplitude(const HWIdentifier &id) const =0
access to channel amplitude index by Identifier
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
ILArH6Oscillation::channelPhase
virtual const double & channelPhase(const HWIdentifier &id) const =0
ILArH6Oscillation
Definition: ILArH6Oscillation.h:14
CLASS_DEF.h
macros to associate a CLID to a type