ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
GlobalSim::eEmMultAlgTool Class Reference

AlgTool to count GlobalSim::IOBitwise::eEmTOB objects. More...

#include <eEmMultAlgTool.h>

Inheritance diagram for GlobalSim::eEmMultAlgTool:
Collaboration diagram for GlobalSim::eEmMultAlgTool:

Public Member Functions

 eEmMultAlgTool (const std::string &type, const std::string &name, const IInterface *parent)
 
virtual ~eEmMultAlgTool () override=default
 
virtual StatusCode initialize () override
 Initialize function running before first event. More...
 
virtual StatusCode run (const EventContext &ctx) const override
 Main functional block running for each event. More...
 

Private Attributes

std::unique_ptr< ICommonSelectorm_c_selector {nullptr}
 
std::unique_ptr< IeEmSelectorm_e_selector {nullptr}
 
SG::ReadHandleKey< GlobalSim::IOBitwise::IeEmTOBm_gblLArCellContainerKey
 Key to the GlobalLArCellContainer. More...
 

Detailed Description

AlgTool to count GlobalSim::IOBitwise::eEmTOB objects.

Definition at line 29 of file eEmMultAlgTool.h.

Constructor & Destructor Documentation

◆ eEmMultAlgTool()

GlobalSim::eEmMultAlgTool::eEmMultAlgTool ( const std::string &  type,
const std::string &  name,
const IInterface *  parent 
)

Definition at line 9 of file eEmMultAlgTool.cxx.

11  :
12  base_class(type, name, parent) {
13  }

◆ ~eEmMultAlgTool()

virtual GlobalSim::eEmMultAlgTool::~eEmMultAlgTool ( )
overridevirtualdefault

Member Function Documentation

◆ initialize()

StatusCode GlobalSim::eEmMultAlgTool::initialize ( )
overridevirtual

Initialize function running before first event.

Definition at line 17 of file eEmMultAlgTool.cxx.

17  {
18 
19  return StatusCode::SUCCESS;
20  }

◆ run()

StatusCode GlobalSim::eEmMultAlgTool::run ( const EventContext &  ctx) const
overridevirtual

Main functional block running for each event.

Definition at line 24 of file eEmMultAlgTool.cxx.

24  {
25  return StatusCode::SUCCESS;
26  }

Member Data Documentation

◆ m_c_selector

std::unique_ptr<ICommonSelector> GlobalSim::eEmMultAlgTool::m_c_selector {nullptr}
private

Definition at line 46 of file eEmMultAlgTool.h.

◆ m_e_selector

std::unique_ptr<IeEmSelector> GlobalSim::eEmMultAlgTool::m_e_selector {nullptr}
private

Definition at line 47 of file eEmMultAlgTool.h.

◆ m_gblLArCellContainerKey

SG::ReadHandleKey<GlobalSim::IOBitwise::IeEmTOB> GlobalSim::eEmMultAlgTool::m_gblLArCellContainerKey
private
Initial value:
{
this,
"eEmTOBs",
"eEmTOBs",
"Key for GlobalSim eEmTOB container"}

Key to the GlobalLArCellContainer.

Definition at line 50 of file eEmMultAlgTool.h.


The documentation for this class was generated from the following files:
python.CaloAddPedShiftConfig.type
type
Definition: CaloAddPedShiftConfig.py:42
test_pyathena.parent
parent
Definition: test_pyathena.py:15
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240