ATLAS Offline Software
HLTCaloCellSumMaker.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3  * */
4 
15 #ifndef TRIGT2CALOCOMMON_HLTCALOCELLSUMMAKER_H
16 #define TRIGT2CALOCOMMON_HLTCALOCELLSUMMAKER_H
17 #include <string>
19 
23 
24 
28  public:
29  HLTCaloCellSumMaker(const std::string & name, ISvcLocator* pSvcLocator);
30 
31  virtual StatusCode execute(const EventContext& context ) const override;
32  virtual StatusCode initialize() override;
33  private:
34 
39  bool m_roiMode;
40 };
41 
42 #endif
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
HLTCaloCellSumMaker::m_cellContainerKey
SG::ReadHandleKey< CaloCellContainer > m_cellContainerKey
Definition: HLTCaloCellSumMaker.h:37
HLTCaloCellSumMaker::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: HLTCaloCellSumMaker.cxx:33
HLTCaloCellSumMaker::m_cellContainerV
SG::ReadHandle< ConstDataVector< CaloCellContainerVector > > m_cellContainerV
Definition: HLTCaloCellSumMaker.h:36
HLTCaloCellSumMaker
NAME: HLTCaloCellSumMaker.h PACKAGE: Trigger/TrigAlgorithms/TrigT2CaloCommon.
Definition: HLTCaloCellSumMaker.h:27
ConstDataVector.h
DataVector adapter that acts like it holds const pointers.
SG::ReadHandle
Definition: StoreGate/StoreGate/ReadHandle.h:70
HLTCaloCellSumMaker::HLTCaloCellSumMaker
HLTCaloCellSumMaker(const std::string &name, ISvcLocator *pSvcLocator)
Definition: HLTCaloCellSumMaker.cxx:17
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
HLTCaloCellSumMaker::m_cellContainer
SG::ReadHandle< CaloCellContainerVector > m_cellContainer
Definition: HLTCaloCellSumMaker.h:38
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
HLTCaloCellSumMaker::m_cellContainerVKey
SG::ReadHandleKey< ConstDataVector< CaloCellContainerVector > > m_cellContainerVKey
Definition: HLTCaloCellSumMaker.h:35
HLTCaloCellSumMaker::initialize
virtual StatusCode initialize() override
Definition: HLTCaloCellSumMaker.cxx:27
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthReentrantAlgorithm.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
CaloCellContainerVector.h
HLTCaloCellSumMaker::m_roiMode
bool m_roiMode
Definition: HLTCaloCellSumMaker.h:39