This class implements.. More...
#include <PixelTrimCommon.h>
Public Member Functions | |
void | generateConfiguration (PixelFECConfigInterface *pixelFEC, PixelNameTranslation *trans, const PixelMaskBase &pixelMask) const |
PixelTrimCommon (std::string filename) | |
void | writeASCII (std::string filename) const |
void | writeBinary (std::string filename) const |
void | writeXML (pos::PixelConfigKey key, int version, std::string path) const |
virtual void | writeXML (std::ofstream *out) const |
virtual void | writeXMLHeader (pos::PixelConfigKey key, int version, std::string path, std::ofstream *out) const |
virtual void | writeXMLTrailer (std::ofstream *out) const |
Public Member Functions inherited from pos::PixelTrimBase | |
virtual PixelROCTrimBits | getTrimBits (int ROCId) const =0 |
virtual PixelROCTrimBits * | getTrimBits (PixelROCName name)=0 |
PixelTrimBase (std::string description, std::string creator, std::string date) | |
void | setOverride (PixelTrimOverrideBase *trimOverride) |
virtual void | writeXML (std::ofstream *out, std::ofstream *out1=NULL, std::ofstream *out2=NULL) const |
virtual void | writeXMLHeader (pos::PixelConfigKey key, int version, std::string path, std::ofstream *out, std::ofstream *out1=NULL, std::ofstream *out2=NULL) const |
virtual void | writeXMLTrailer (std::ofstream *out, std::ofstream *out1=NULL, std::ofstream *out2=NULL) const |
virtual | ~PixelTrimBase () |
Public Member Functions inherited from pos::PixelConfigBase | |
std::string | creator () |
std::string | date () |
std::string | description () |
std::string | getAuthor () const |
std::string | getComment () const |
PixelConfigBase (std::string description, std::string creator, std::string date) | |
void | setAuthor (std::string author) |
void | setComment (std::string comment) |
virtual | ~PixelConfigBase () |
Private Attributes | |
std::vector< PixelROCName > | rocname_ |
std::vector< unsigned int > | trimbits_ |
This class implements..
" " " "
A longer explanation will be placed here later
Definition at line 30 of file PixelTrimCommon.h.
PixelTrimCommon::PixelTrimCommon | ( | std::string | filename | ) |
Definition at line 19 of file PixelTrimCommon.cc.
References trackerHits::c, i, recoMuon::in, AlCaHLTBitMon_QueryRunRegistry::string, and trimbits_.
|
virtual |
Implements pos::PixelTrimBase.
Definition at line 131 of file PixelTrimCommon.cc.
References cuy::col, pos::PixelNameTranslation::getHdwAddress(), pos::PixelMaskBase::getMaskBits(), i, pos::PixelROCMaskBits::mask(), rocname_, pos::PixelFECConfigInterface::setMaskAndTrimAll(), tmp, and trimbits_.
|
virtual |
Implements pos::PixelTrimBase.
Definition at line 168 of file PixelTrimCommon.cc.
References i, dbtoconf::out, and trimbits_.
|
virtual |
Implements pos::PixelTrimBase.
Definition at line 154 of file PixelTrimCommon.cc.
References i, dbtoconf::out, and trimbits_.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
private |
Definition at line 54 of file PixelTrimCommon.h.
Referenced by generateConfiguration().
|
private |
Definition at line 55 of file PixelTrimCommon.h.
Referenced by generateConfiguration(), PixelTrimCommon(), writeASCII(), and writeBinary().