![]() |
ATLAS Offline Software
|
#include <CaloCellSelectorRoughdR.h>
Public Member Functions | |
| CaloCellSelectorRoughdR (double coneSize) | |
| ~CaloCellSelectorRoughdR () | |
| bool | preSelectAction (const Trk::CaloExtension &caloExtension) |
| Initialize selector wtih CaloExtension, returns false if the selection cannot be performed for the given input. | |
| bool | select (const CaloCell &cell) const |
| Method to determine if a cell is to be selected or not. | |
| virtual bool | preSelectActionCells (const Rec::ParticleCellAssociation &cellAssociation) |
| Initialize selector wtih ParticleCellAssociation, returns false if the selection cannot be performed for the given input. | |
Private Attributes | |
| double | m_coneSize |
| double | m_midEta |
| double | m_midPhi |
| double | m_maxDiff |
| CaloExtensionHelpers::EntryExitPerLayerVector | m_crossPoints |
Definition at line 22 of file CaloCellSelectorRoughdR.h.
| Trk::CaloCellSelectorRoughdR::CaloCellSelectorRoughdR | ( | double | coneSize | ) |
Definition at line 17 of file CaloCellSelectorRoughdR.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 CaloCellSelectorRoughdR.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 88 of file CaloCellSelectorRoughdR.cxx.
|
private |
Definition at line 32 of file CaloCellSelectorRoughdR.h.
|
private |
Definition at line 38 of file CaloCellSelectorRoughdR.h.
|
private |
Definition at line 35 of file CaloCellSelectorRoughdR.h.
|
private |
Definition at line 33 of file CaloCellSelectorRoughdR.h.
|
private |
Definition at line 34 of file CaloCellSelectorRoughdR.h.