#include <ITrigCaloDataAccessSvc.h>
|
| DeclareInterfaceID (ITrigCaloDataAccessSvc, 1, 0) |
| Interface for Virtual Class. More...
|
|
virtual StatusCode | loadCollections (const EventContext &context, const IRoiDescriptor &roi, const DETID detId, const int sampling, LArTT_Selector< LArCellCont > &loadedCells)=0 |
| downloads the LAr data for an RoI and makes sure the cache collection is filled wiht decoded cells
More...
|
|
virtual StatusCode | loadCollections (const EventContext &context, const IRoiDescriptor &roi, std::vector< const TileCell * > &)=0 |
|
virtual StatusCode | loadMBTS (const EventContext &context, std::vector< const TileCell * > &)=0 |
|
virtual StatusCode | loadFullCollections (const EventContext &context, CaloConstCellContainer &cont)=0 |
| Loads the full collection for the missing et computation. More...
|
|
template<class T > |
void | storeCells (const EventContext &context, T Begin, T End, CaloCellContainer *&pContainer, const float threshold=0., const uint32_t maxsize=1000) |
|
Definition at line 19 of file ITrigCaloDataAccessSvc.h.
◆ comp()
void ITrigCaloDataAccessSvc::comp |
( |
const EventContext & |
context | ) |
|
|
inlineprivate |
◆ DeclareInterfaceID()
Interface for Virtual Class.
◆ loadCollections() [1/2]
downloads the LAr data for an RoI and makes sure the cache collection is filled wiht decoded cells
◆ loadCollections() [2/2]
◆ loadFullCollections()
Loads the full collection for the missing et computation.
◆ loadMBTS()
virtual StatusCode ITrigCaloDataAccessSvc::loadMBTS |
( |
const EventContext & |
context, |
|
|
std::vector< const TileCell * > & |
|
|
) |
| |
|
pure virtual |
◆ storeCells()
template<class T >
void ITrigCaloDataAccessSvc::storeCells |
( |
const EventContext & |
context, |
|
|
T |
Begin, |
|
|
T |
End, |
|
|
CaloCellContainer *& |
pContainer, |
|
|
const float |
threshold = 0. , |
|
|
const uint32_t |
maxsize = 1000 |
|
) |
| |
The documentation for this class was generated from the following file:
void storeCells(const EventContext &context, T Begin, T End, CaloCellContainer *&pContainer, const float threshold=0., const uint32_t maxsize=1000)