ATLAS Offline Software
CompareCells.h
Go to the documentation of this file.
1 
2 /*
3  * Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
4  * */
5 #ifndef TrigT2CaloCommon_CompareCells_h
6 #define TrigT2CaloCommon_CompareCells_h
7 
8 #include <string>
9 
17 
19 {
20  public:
21  CompareCells( const std::string& name, ISvcLocator* pSvcLocator );
22  virtual StatusCode initialize() override;
23  virtual StatusCode execute(const EventContext& context) const override;
24 
25  private:
27 
29 
31  this, "BCIDAvgKey", "CaloBCIDAverage", "" };
32 
34  {this, "MCSymKey", "LArMCSym", "SG Key of LArMCSym object"};
35 
36 };
37 #endif
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
CompareCells
Definition: CompareCells.h:19
CompareCells::m_dataAccessSvc
ServiceHandle< ITrigCaloDataAccessSvc > m_dataAccessSvc
Definition: CompareCells.h:26
CompareCells::m_bcidAvgKey
SG::ReadHandleKey< CaloBCIDAverage > m_bcidAvgKey
Definition: CompareCells.h:30
CompareCells::initialize
virtual StatusCode initialize() override
Definition: CompareCells.cxx:19
SG::ReadHandleKey< CaloCellContainer >
CompareCells::m_calocellcollectionKey
SG::ReadHandleKey< CaloCellContainer > m_calocellcollectionKey
Definition: CompareCells.h:28
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
CompareCells::CompareCells
CompareCells(const std::string &name, ISvcLocator *pSvcLocator)
Definition: CompareCells.cxx:10
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ReadCondHandleKey.h
AthReentrantAlgorithm.h
CompareCells::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: CompareCells.cxx:27
ITrigCaloDataAccessSvc.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
CompareCells::m_mcsymKey
SG::ReadCondHandleKey< LArMCSym > m_mcsymKey
Definition: CompareCells.h:34
CaloCellContainer.h
CaloBCIDAverage.h
SG::ReadCondHandleKey< LArMCSym >
LArMCSym.h
ServiceHandle< ITrigCaloDataAccessSvc >