4#ifndef GLOBALSIM_ICELLSPRODUCER_H
5#define GLOBALSIM_ICELLSPRODUCER_H
7#include "GaudiKernel/IAlgTool.h"
8#include "Identifier/Identifier.h"
10#include "GaudiKernel/EventContext.h"
26 virtual StatusCode
cells(std::vector<const CaloCell*>&,
27 const EventContext&)
const = 0;
Data object for each calorimeter readout cell.
virtual StatusCode cells(std::vector< const CaloCell * > &, const EventContext &) const =0
obtain a vector of CaloCells.
virtual ~ICaloCellsProducer()
DeclareInterfaceID(ICaloCellsProducer, 1, 0)
PABC (Pure Abstract Base Class) for CaloCellProducers.
AlgTool that to test whether expected the TIP values generated by data supplied by eEmMultTestBench c...