ATLAS Offline Software
LArH6OscillationComplete.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 LARRAWCONDITIONS_LARH6OSCILLATIONCOMPLETE_H
6 #define LARRAWCONDITIONS_LARH6OSCILLATIONCOMPLETE_H
7 
11 
12 #include <vector>
13 
22  public LArConditionsContainer<LArH6OscillationP>
23 {
24 
25  public:
26 
28 
30 
31  virtual ~LArH6OscillationComplete( );
32 
33  // retrieving channel phases using online ID
34 
35  virtual const double& channelPhase(const HWIdentifier& CellID) const ;
36 
37  virtual const double& channelAmplitude(const HWIdentifier& CellID) const ;
38 
39  // set method filling the data members individually (if one
40  // wants to fill this class not using the DB)
41  void set(const HWIdentifier& CellID,
42  double channelPhase,
43  double channelAmplitude);
44 
45 
46  private:
47 
48 };
49 
51 #endif
LArConditionsContainer.h
HWIdentifier
Definition: HWIdentifier.h:13
LArH6OscillationComplete::~LArH6OscillationComplete
virtual ~LArH6OscillationComplete()
Definition: LArH6OscillationComplete.cxx:20
LArConditionsContainer
Definition: LArAutoCorrSym.h:14
LArH6OscillationComplete::channelAmplitude
virtual const double & channelAmplitude(const HWIdentifier &CellID) const
access to channel amplitude index by Identifier
Definition: LArH6OscillationComplete.cxx:44
ILArH6Oscillation.h
LArH6OscillationComplete::set
void set(const HWIdentifier &CellID, double channelPhase, double channelAmplitude)
Definition: LArH6OscillationComplete.cxx:24
LArH6OscillationComplete
This class implements the ILArH6Oscillation interface.
Definition: LArH6OscillationComplete.h:23
LArH6OscillationP.h
LArH6OscillationComplete::channelPhase
virtual const double & channelPhase(const HWIdentifier &CellID) const
Definition: LArH6OscillationComplete.cxx:36
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
Definition: ILArH6Oscillation.h:14
LArH6OscillationComplete::CONTAINER
LArConditionsContainer< LArH6OscillationP > CONTAINER
Definition: LArH6OscillationComplete.h:27
LArH6OscillationComplete::LArH6OscillationComplete
LArH6OscillationComplete()
Definition: LArH6OscillationComplete.cxx:18