![]() |
ATLAS Offline Software
|
#include <LArCellMaskingTool.h>
Public Member Functions | |
| LArCellMaskingTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual StatusCode | initialize () override |
| virtual StatusCode | process (CaloCellContainer *theCellContainer, const EventContext &ctx) const override |
| virtual StatusCode | finalize () override |
Private Member Functions | |
| StatusCode | fillIncludedCellsMap (const LArOnOffIdMapping *cabling) const |
Private Attributes | |
| const LArOnlineID * | m_onlineID |
| const CaloCell_ID * | m_offlineID |
| SG::ReadCondHandleKey< LArOnOffIdMapping > | m_cablingKey {this,"CablingKey","LArOnOffIdMap","SG Key of LArOnOffIdMapping object"} |
| std::vector< std::string > | m_rejLArChannels |
| std::bitset< 200000 > m_includedCellsMap | ATLAS_THREAD_SAFE |
| std::atomic< bool > | m_mapInitialized |
| IdentifierHash | m_offlinehashMax |
| IdentifierHash | m_onlinehashMax |
| std::mutex | m_mutex |
Definition at line 21 of file LArCellMaskingTool.h.
| LArCellMaskingTool::LArCellMaskingTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 21 of file LArCellMaskingTool.cxx.
|
private |
Definition at line 68 of file LArCellMaskingTool.cxx.
|
overridevirtual |
Definition at line 184 of file LArCellMaskingTool.cxx.
|
overridevirtual |
Definition at line 45 of file LArCellMaskingTool.cxx.
|
overridevirtual |
Definition at line 151 of file LArCellMaskingTool.cxx.
|
mutableprivate |
Definition at line 48 of file LArCellMaskingTool.h.
|
private |
Definition at line 44 of file LArCellMaskingTool.h.
|
mutableprivate |
Definition at line 50 of file LArCellMaskingTool.h.
|
mutableprivate |
Definition at line 53 of file LArCellMaskingTool.h.
|
private |
Definition at line 51 of file LArCellMaskingTool.h.
|
private |
Definition at line 43 of file LArCellMaskingTool.h.
|
private |
Definition at line 52 of file LArCellMaskingTool.h.
|
private |
Definition at line 42 of file LArCellMaskingTool.h.
|
private |
Definition at line 47 of file LArCellMaskingTool.h.