ATLAS Offline Software
Loading...
Searching...
No Matches
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
10#include "Identifier/Identifier.h"
12
13
15
21
22public:
26
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
41CLASS_DEF( ILArH6Oscillation, 55993376,1)
42
43#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 double & channelPhase(const HWIdentifier &id) const =0
virtual ~ILArH6Oscillation()
This class defines the interface for accessing channel phase and channel amplitues values for each ch...
virtual const double & channelAmplitude(const HWIdentifier &id) const =0
access to channel amplitude index by Identifier