|
ATLAS Offline Software
|
Go to the documentation of this file.
6 #include "GaudiKernel/IMessageSvc.h"
10 #include "GaudiKernel/Bootstrap.h"
11 #include "GaudiKernel/ISvcLocator.h"
12 #include "GaudiKernel/IToolSvc.h"
25 double channelPhase,
double channelAmplitude ) {
28 t.m_channelPhase = channelPhase;
29 t.m_channelAmplitude = channelAmplitude;
41 return t.m_channelPhase;
49 return t.m_channelAmplitude;
singleton-like access to IMessageSvc via open function and helper
virtual ~LArH6OscillationComplete()
virtual const double & channelAmplitude(const HWIdentifier &CellID) const
access to channel amplitude index by Identifier
void set(const HWIdentifier &CellID, double channelPhase, double channelAmplitude)
virtual const double & channelPhase(const HWIdentifier &CellID) const
T * get(TKey *tobj)
get a TObject* from a TKey* (why can't a TObject be a TKey?)
c-struct reproducing the structure of the persistent data
LArH6OscillationComplete()