![]() |
ATLAS Offline Software
|
#include <ICaloCellsProducer.h>
Public Member Functions | |
| DeclareInterfaceID (ICaloCellsProducer, 1, 0) | |
| PABC (Pure Abstract Base Class) for CaloCellProducers, which are AlgTools used by GepPi0Alg. | |
| virtual | ~ICaloCellsProducer () |
| virtual StatusCode | cells (std::vector< std::vector< const CaloCell * > > &, const EventContext &) const =0 |
| obtain a vector of vectors of CaloCells. | |
Definition at line 14 of file TrigGepPerf/src/ICaloCellsProducer.h.
|
inlinevirtual |
Definition at line 20 of file TrigGepPerf/src/ICaloCellsProducer.h.
|
pure virtual |
obtain a vector of vectors of CaloCells.
The outer vector may be a single entry containing selected cells as is the case of reading cells and selecting a sampling layer, or it may have a number of entries, as would occur if the cells from clusters were being returned, with each entry corresponding to a different cluster.
| ICaloCellsProducer::DeclareInterfaceID | ( | ICaloCellsProducer | , |
| 1 | , | ||
| 0 | ) |