ATLAS Offline Software
|
#include <CaloCellSelectorLayerdR.h>
Public Member Functions | |
CaloCellSelectorLayerdR (double coneSize) | |
~CaloCellSelectorLayerdR () | |
void | setConeSize (double coneSize) |
bool | preSelectAction (const Trk::CaloExtension &caloExtension) |
Initialize selector wtih CaloExtension, returns false if the selection cannot be performed for the given input. More... | |
bool | preSelectAction (const xAOD::CaloCluster &caloCluster) |
bool | select (const CaloCell &cell) const |
Method to determine if a cell is to be selected or not. More... | |
virtual bool | preSelectActionCells (const Rec::ParticleCellAssociation &cellAssociation) |
Initialize selector wtih ParticleCellAssociation, returns false if the selection cannot be performed for the given input More... | |
Private Attributes | |
CaloExtensionHelpers::EtaPhiHashLookupVector | m_midPoints |
double | m_coneSize2 |
Definition at line 26 of file CaloCellSelectorLayerdR.h.
Trk::CaloCellSelectorLayerdR::CaloCellSelectorLayerdR | ( | double | coneSize | ) |
Definition at line 16 of file CaloCellSelectorLayerdR.cxx.
|
default |
|
virtual |
Initialize selector wtih CaloExtension, returns false if the selection cannot be performed for the given input.
Reimplemented from Trk::ICaloCellSelector.
Definition at line 20 of file CaloCellSelectorLayerdR.cxx.
bool Trk::CaloCellSelectorLayerdR::preSelectAction | ( | const xAOD::CaloCluster & | caloCluster | ) |
Definition at line 26 of file CaloCellSelectorLayerdR.cxx.
|
inlinevirtualinherited |
Initialize selector wtih ParticleCellAssociation, returns false if the selection cannot be performed for the given input
Definition at line 44 of file Reconstruction/RecoTools/RecoToolInterfaces/RecoToolInterfaces/ICaloCellSelector.h.
Method to determine if a cell is to be selected or not.
CaloCell |
Implements Trk::ICaloCellSelector.
Definition at line 39 of file CaloCellSelectorLayerdR.cxx.
|
inline |
Definition at line 31 of file CaloCellSelectorLayerdR.h.
|
private |
Definition at line 39 of file CaloCellSelectorLayerdR.h.
|
private |
Definition at line 38 of file CaloCellSelectorLayerdR.h.