ATLAS Offline Software
|
#include <ICaloCellsProducer.h>
Public Member Functions | |
DeclareInterfaceID (ICaloCellsProducer, 1, 0) | |
PABC (Pure Abstract Base Class) for CaloCellProducers. More... | |
virtual | ~ICaloCellsProducer () |
virtual StatusCode | cells (std::vector< const CaloCell * > &, const EventContext &) const =0 |
obtain a vector of CaloCells. More... | |
Definition at line 15 of file Global/GlobalSimulation/src/GlobalAlgs/ICaloCellsProducer.h.
|
inlinevirtual |
Definition at line 20 of file Global/GlobalSimulation/src/GlobalAlgs/ICaloCellsProducer.h.
|
pure virtual |
obtain a vector of CaloCells.
The implementation classes determine the choice of the Cells.
GlobalSim::ICaloCellsProducer::DeclareInterfaceID | ( | ICaloCellsProducer | , |
1 | , | ||
0 | |||
) |
PABC (Pure Abstract Base Class) for CaloCellProducers.