ATLAS Offline Software
|
abstract class that judge if a calo cell is to be included in a collection More...
#include <ICaloCellSelector.h>
Public Member Functions | |
virtual | ~ICaloCellSelector () |
virtual destructor More... | |
virtual bool | select (const CaloCell &cell) const =0 |
Method to determine if a cell is to be selected or not. More... | |
virtual bool | preSelectAction (const Trk::CaloExtension &caloExtension) |
Initialize selector wtih CaloExtension, returns false if the selection cannot be performed for the given input. 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... | |
abstract class that judge if a calo cell is to be included in a collection
Definition at line 21 of file Reconstruction/RecoTools/RecoToolInterfaces/RecoToolInterfaces/ICaloCellSelector.h.
|
inlinevirtual |
virtual destructor
Definition at line 24 of file Reconstruction/RecoTools/RecoToolInterfaces/RecoToolInterfaces/ICaloCellSelector.h.
|
inlinevirtual |
Initialize selector wtih CaloExtension, returns false if the selection cannot be performed for the given input.
Reimplemented in Trk::CaloCellSelectorLayerdR, Trk::CaloCellSelectorMinPerp, Trk::CaloCellSelectorNearestdR, and Trk::CaloCellSelectorRoughdR.
Definition at line 40 of file Reconstruction/RecoTools/RecoToolInterfaces/RecoToolInterfaces/ICaloCellSelector.h.
|
inlinevirtual |
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 |
Implemented in Trk::CaloCellSelectorLayerdR, Trk::CaloCellSelectorMinPerp, Trk::CaloCellSelectorNearestdR, and Trk::CaloCellSelectorRoughdR.