15#ifndef DQTDetSynchMonAlg_H
16#define DQTDetSynchMonAlg_H
19#include "GaudiKernel/ToolHandle.h"
50 virtual StatusCode
fillHistograms(
const EventContext& ctx )
const override;
51 uint32_t
findid(
const std::multiset<uint32_t>& mset)
const;
52 float findfrac(
const std::multiset<uint32_t>& mset, uint16_t ctpid)
const;
62 Gaudi::Property<bool>
m_doRPC {
this,
"doRPC",
true };
63 Gaudi::Property<bool>
m_run2Compat {
this,
"run2Compat",
false,
"Make histograms with Run 2 naming" };
71 {
this,
"InDetTimeCollectionKeys", {
"TRT_BCID",
"SCT_BCID",
"PixelBCID",
"TRT_LVL1ID",
"SCT_LVL1ID",
"PixelLVL1ID"} } ;
73 {
this,
"LArFebHeaderKey",
"LArFebHeader" };
75 {
this,
"TileDigitsContainerKey",
"TileDigitsFlt" };
77 {
this,
"RpcPadContainerKey",
"RPCPAD" };
80 "AtlasFieldCacheCondObj",
82 "Name of the Magnetic Field conditions object key"
Property holding a SG store/key/clid from which a ReadHandle is made.
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Gaudi::Property< bool > m_run2Compat
Gaudi::Property< Int_t > m_solenoidPositionX
Gaudi::Property< Int_t > m_solenoidPositionY
std::vector< std::string > m_diffnamevec
Gaudi::Property< Int_t > m_solenoidPositionZ
SG::ReadHandleKey< RpcPadContainer > m_RpcPadContainerKey
uint32_t findid(const std::multiset< uint32_t > &mset) const
Gaudi::Property< bool > m_doRPC
Gaudi::Property< Int_t > m_toroidPositionZ
SG::ReadHandleKey< LArFebHeaderContainer > m_LArFebHeaderContainerKey
float findfrac(const std::multiset< uint32_t > &mset, uint16_t ctpid) const
SG::ReadHandleKeyArray< InDetTimeCollection > m_InDetTimeCollectionKeys
SG::ReadCondHandleKey< AtlasFieldCacheCondObj > m_fieldCacheCondObjInputKey
Gaudi::Property< Int_t > m_toroidPositionX
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
Gaudi::Property< Int_t > m_toroidPositionY
SG::ReadHandleKey< TileDigitsContainer > m_TileDigitsContainerKey
Property holding a SG store/key/clid from which a ReadHandle is made.
HandleKeyArray< ReadHandle< T >, ReadHandleKey< T >, Gaudi::DataHandle::Reader > ReadHandleKeyArray