ATLAS Offline Software
Loading...
Searching...
No Matches
EventInfoCalibRawDataProvider.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef MUONCALIBSTREAM_EVENTINFOCALIBRAWDATAPROVIDER_H
5#define MUONCALIBSTREAM_EVENTINFOCALIBRAWDATAPROVIDER_H
6
7#include <stdint.h>
8#include <string>
9#include <map>
10
19#include "MuCalDecode/CalibData.h"
20#include "MuCalDecode/CalibEvent.h"
21#include "MuCalDecode/CalibUti.h"
22#include "GaudiKernel/Converter.h"
26//#include "MuonCalibStreamCnvSvc/MuonCalibRunLumiBlockCoolSvc.h"
27
28class StatusCode;
29//class MuonCalibRunLumiBlockCoolSvc;
30
31
33
34 public:
36 EventInfoCalibRawDataProvider(const std::string &name, ISvcLocator *pSvcLocator);
37
39 virtual StatusCode initialize() override;
40
42 virtual StatusCode execute(const EventContext &ctx) const override;
43
46
47 private:
48
49 ServiceHandle<IMuonCalibStreamDataProviderSvc> m_dataProvider{this,"DataProviderSvc","MuonCalibStreamDataProviderSvc"};
50
51 //ServiceHandle<MuonCalibRunLumiBlockCoolSvc> m_lumiBlockCoolSvc{this,"MuonCalibRunLumiBlockCoolSvc", "MuonCalibRunLumiBlockCoolSvc"};
52
53 SG::WriteHandleKey<xAOD::EventInfo> m_eventInfoKey {this, "OutputEventInfo", "MuonCalibStreamxAODEventInfo"};
54
55 Gaudi::Property<bool> m_lumi_block_number_from_cool {this, "lb_from_cool", true};
56
57};
58#endif
defines an "iterator" over instances of a given type in StoreGateSvc
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
Handle class for recording to StoreGate.
An algorithm that can be simultaneously executed in multiple threads.
~EventInfoCalibRawDataProvider()=default
Destructur.
ServiceHandle< IMuonCalibStreamDataProviderSvc > m_dataProvider
EventInfoCalibRawDataProvider(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
SG::WriteHandleKey< xAOD::EventInfo > m_eventInfoKey
virtual StatusCode initialize() override
Initialize.
Gaudi::Property< bool > m_lumi_block_number_from_cool
virtual StatusCode execute(const EventContext &ctx) const override
Execute.
Property holding a SG store/key/clid from which a WriteHandle is made.