ATLAS Offline Software
|
#include <CaloCellSelectorNearestdR.h>
Public Member Functions | |
CaloCellSelectorNearestdR (double coneSize) | |
~CaloCellSelectorNearestdR () | |
bool | preSelectAction (const Trk::CaloExtension &caloExtension) |
Initialize selector wtih CaloExtension, returns false if the selection cannot be performed for the given input. More... | |
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 | |
const Trk::CaloExtension * | m_caloExtension |
double | m_coneSize2 |
Definition at line 22 of file CaloCellSelectorNearestdR.h.
Trk::CaloCellSelectorNearestdR::CaloCellSelectorNearestdR | ( | double | coneSize | ) |
Definition at line 17 of file CaloCellSelectorNearestdR.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 21 of file CaloCellSelectorNearestdR.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 26 of file CaloCellSelectorNearestdR.cxx.
|
private |
Definition at line 32 of file CaloCellSelectorNearestdR.h.
|
private |
Definition at line 33 of file CaloCellSelectorNearestdR.h.