This class implements.. More...
#include "interface/PixelTKFECParameters.h"
Public Member Functions | |
unsigned int | getAddress () const |
unsigned int | getCrate () const |
std::string | getTKFECID () const |
std::string | getType () const |
PixelTKFECParameters () | |
void | setAddress (unsigned int address) |
void | setCrate (unsigned int crate) |
void | setTKFECID (std::string TKFECID) |
void | setTKFECParameters (std::string TKFECID, unsigned int crate, std::string type, unsigned int address) |
void | setType (std::string type) |
~PixelTKFECParameters () | |
Private Attributes | |
unsigned int | address_ |
unsigned int | crate_ |
std::string | TKFECID_ |
std::string | type_ |
Friends | |
std::ostream & | operator<< (std::ostream &s, const PixelTKFECParameters &pTKFECp) |
This class implements..
A longer explanation will be placed here later
Definition at line 20 of file PixelTKFECParameters.h.
PixelTKFECParameters::PixelTKFECParameters | ( | ) |
PixelTKFECParameters::~PixelTKFECParameters | ( | ) |
Definition at line 15 of file PixelTKFECParameters.cc.
unsigned int PixelTKFECParameters::getAddress | ( | ) | const |
unsigned int PixelTKFECParameters::getCrate | ( | ) | const |
std::string PixelTKFECParameters::getTKFECID | ( | ) | const |
std::string PixelTKFECParameters::getType | ( | ) | const |
Definition at line 29 of file PixelTKFECParameters.cc.
References type_.
Referenced by Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::getDaughterObjects(), Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::getObjectRef(), Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::getShortType(), and Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::properties().
void PixelTKFECParameters::setAddress | ( | unsigned int | address | ) |
void PixelTKFECParameters::setCrate | ( | unsigned int | crate | ) |
void PixelTKFECParameters::setTKFECID | ( | std::string | TKFECID | ) |
void PixelTKFECParameters::setTKFECParameters | ( | std::string | TKFECID, |
unsigned int | crate, | ||
std::string | type, | ||
unsigned int | address | ||
) |
Definition at line 37 of file PixelTKFECParameters.cc.
References address_, crate_, TKFECID_, and type_.
Referenced by pos::PixelTKFECConfig::PixelTKFECConfig().
void PixelTKFECParameters::setType | ( | std::string | type | ) |
|
friend |
|
private |
Definition at line 42 of file PixelTKFECParameters.h.
Referenced by getAddress(), pos::operator<<(), PixelTKFECParameters(), setAddress(), and setTKFECParameters().
|
private |
Definition at line 40 of file PixelTKFECParameters.h.
Referenced by getCrate(), pos::operator<<(), PixelTKFECParameters(), setCrate(), and setTKFECParameters().
|
private |
Definition at line 39 of file PixelTKFECParameters.h.
Referenced by getTKFECID(), pos::operator<<(), PixelTKFECParameters(), setTKFECID(), and setTKFECParameters().
|
private |
Definition at line 41 of file PixelTKFECParameters.h.
Referenced by Modules.Service::__str__(), Modules.Service::_placeImpl(), Modules.ESSource::_placeImpl(), Modules.ESProducer::_placeImpl(), Modules.ESPrefer::copy(), Mixins._TypedParameterizable::dumpPython(), Modules.ESPrefer::dumpPythonAs(), Modules.Service::dumpSequencePython(), getType(), RandomRunSource.RandomRunSource::insertInto(), Modules.Service::insertInto(), Mixins._TypedParameterizable::insertInto(), Modules.ESSource::moduleLabel_(), Modules.ESProducer::moduleLabel_(), Modules.ESSource::nameInProcessDesc_(), Modules.ESProducer::nameInProcessDesc_(), Modules.ESPrefer::nameInProcessDesc_(), pos::operator<<(), PixelTKFECParameters(), setTKFECParameters(), and setType().