5#ifndef TRTCONDITIONSALGS_TRTCONDREAD_H
6#define TRTCONDITIONSALGS_TRTCONDREAD_H
16#include "GaudiKernel/ToolHandle.h"
17#include "GaudiKernel/IInterface.h"
18#include "GaudiKernel/ServiceHandle.h"
19#include "GaudiKernel/ICondSvc.h"
38 TRTCondRead(
const std::string &name, ISvcLocator *pSvcLocator);
43 virtual StatusCode
execute(
void)
override;
44 virtual StatusCode
finalize(
void)
override;
56 ToolHandle<ITRT_CalDbTool>
m_TRTCalDbTool{
this,
"TRTCalDbTool",
"CalDbTool",
"Access to the folder of the calibration constants"};
defines an "iterator" over instances of a given type in StoreGateSvc
Class for storing/accessing trt rtrelations with channels 1;95;0c.
This is an Identifier helper class for the TRT subdetector.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
ToolHandle< ITRT_CalDbTool > m_TRTCalDbTool
virtual StatusCode execute(void) override
TRTCond::RtRelationMultChanContainer RtRelationContainer
virtual StatusCode initialize(void) override
virtual StatusCode finalize(void) override
TRTCond::StrawT0MultChanContainer StrawT0Container
TRTCondRead(const std::string &name, ISvcLocator *pSvcLocator)
constructor
const TRT_ID * m_trtid
trt id helper
virtual ~TRTCondRead() override=default
virtual StatusCode writeCalibTextFile(std::ostream &) const
write calibration constants or errors to flat text file
Gaudi::Property< std::string > m_par_caloutputfile
virtual TRTCond::ExpandedIdentifier trtcondid(const Identifier &id, int level=TRTCond::ExpandedIdentifier::STRAW) const
create an TRTCond::ExpandedIdentifier from a TRTID identifier
virtual StatusCode writeErrorTextFile(std::ostream &) const
Identifier for TRT detector elements in the conditions code.
Multichannel container for RtRelation objects.
A COOL Multichannel container for StrawT0 objects.
This is an Identifier helper class for the TRT subdetector.