#include <PixelToFEDAssociate.h>
Classes | |
struct | CablingRocId |
struct | DetectorRocId |
Public Member Functions | |
virtual int | operator() (const PixelModuleName &) const |
FED id for module. More... | |
virtual const CablingRocId * | operator() (const DetectorRocId &roc) const |
LNK id for module. More... | |
virtual std::string | version () const =0 |
version More... | |
virtual | ~PixelToFEDAssociate () |
Check to which FED pixel module belongs to. The associacions are read from the datafile
Definition at line 13 of file PixelToFEDAssociate.h.
|
inlinevirtual |
Definition at line 25 of file PixelToFEDAssociate.h.
References AlCaHLTBitMon_QueryRunRegistry::string, and version().
|
inlinevirtual |
FED id for module.
Reimplemented in PixelToFEDAssociateFromAscii.
Definition at line 31 of file PixelToFEDAssociate.h.
|
inlinevirtual |
LNK id for module.
Reimplemented in PixelToLNKAssociateFromAscii.
Definition at line 34 of file PixelToFEDAssociate.h.
|
pure virtual |
version
Implemented in PixelToLNKAssociateFromAscii, and PixelToFEDAssociateFromAscii.
Referenced by validation.Sample::datasetpattern(), validation.Sample::filename(), SiPixelFedCablingMapBuilder::produce(), and ~PixelToFEDAssociate().