#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 14 of file PixelToFEDAssociate.h.
|
inlinevirtual |
Definition at line 20 of file PixelToFEDAssociate.h.
|
inlinevirtual |
FED id for module.
Reimplemented in PixelToFEDAssociateFromAscii.
Definition at line 26 of file PixelToFEDAssociate.h.
|
inlinevirtual |
LNK id for module.
Reimplemented in PixelToLNKAssociateFromAscii.
Definition at line 31 of file PixelToFEDAssociate.h.
|
pure virtual |
version
Implemented in PixelToLNKAssociateFromAscii, and PixelToFEDAssociateFromAscii.
Referenced by SiPixelFedCablingMapBuilder::produce().