This is the documentation about PixelMaskAllPixels... More...
#include <PixelMaskAllPixels.h>
Public Member Functions | |
void | addROCMaskBits (const PixelROCMaskBits &) |
const PixelROCMaskBits & | getMaskBits (int ROCId) const override |
PixelROCMaskBits * | getMaskBits (PixelROCName name) override |
PixelMaskAllPixels (std::string filename) | |
PixelMaskAllPixels (std::vector< std::vector< std::string > > &tableMat) | |
PixelMaskAllPixels () | |
void | writeASCII (std::string dir) const override |
void | writeBinary (std::string filename) const override |
void | writeXML (pos::PixelConfigKey key, int version, std::string path) const override |
void | writeXML (std::ofstream *out, std::ofstream *out1=nullptr, std::ofstream *out2=nullptr) const override |
void | writeXMLHeader (pos::PixelConfigKey key, int version, std::string path, std::ofstream *out, std::ofstream *out1=nullptr, std::ofstream *out2=nullptr) const override |
void | writeXMLTrailer (std::ofstream *out, std::ofstream *out1=nullptr, std::ofstream *out2=nullptr) const override |
Public Member Functions inherited from pos::PixelMaskBase | |
PixelMaskBase (std::string description, std::string creator, std::string date) | |
void | setOverride (PixelMaskOverrideBase *) |
void | writeXML (pos::PixelConfigKey key, int version, std::string path) const override |
void | writeXML (std::ofstream *out, std::ofstream *out1=nullptr, std::ofstream *out2=nullptr) const override |
void | writeXMLHeader (pos::PixelConfigKey key, int version, std::string path, std::ofstream *out, std::ofstream *out1=nullptr, std::ofstream *out2=nullptr) const override |
void | writeXMLTrailer (std::ofstream *out, std::ofstream *out1=nullptr, std::ofstream *out2=nullptr) const override |
~PixelMaskBase () override | |
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 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 |
virtual | ~PixelConfigBase () |
Private Attributes | |
std::vector< PixelROCMaskBits > | maskbits_ |
This is the documentation about PixelMaskAllPixels...
" "
Definition at line 23 of file PixelMaskAllPixels.h.
PixelMaskAllPixels::PixelMaskAllPixels | ( | std::string | filename | ) |
Definition at line 95 of file PixelMaskAllPixels.cc.
References EnergyCorrector::c, gather_cfg::cout, mps_fire::i, recoMuon::in, maskbits_, pos::PixelROCMaskBits::read(), pos::PixelROCMaskBits::readBinary(), AlCaHLTBitMon_QueryRunRegistry::string, GlobalPosition_Frontier_DevDB_cff::tag, and tmp.
PixelMaskAllPixels::PixelMaskAllPixels | ( | std::vector< std::vector< std::string > > & | tableMat | ) |
Definition at line 27 of file PixelMaskAllPixels.cc.
References base64_decode, EnergyCorrector::c, MessageLogger_cfi::cerr, cuy::ins, maskbits_, gen::n, alignCSCRings::r, pos::PixelROCMaskBits::read(), AlCaHLTBitMon_QueryRunRegistry::string, and tmp.
PixelMaskAllPixels::PixelMaskAllPixels | ( | ) |
Definition at line 86 of file PixelMaskAllPixels.cc.
void PixelMaskAllPixels::addROCMaskBits | ( | const PixelROCMaskBits & | bits | ) |
Definition at line 89 of file PixelMaskAllPixels.cc.
References maskbits_.
|
overridevirtual |
Implements pos::PixelMaskBase.
Definition at line 203 of file PixelMaskAllPixels.cc.
References maskbits_.
Referenced by writeXML().
|
overridevirtual |
Implements pos::PixelMaskBase.
Definition at line 210 of file PixelMaskAllPixels.cc.
References mps_fire::i, maskbits_, and dataset::name.
|
overridevirtual |
Implements pos::PixelMaskBase.
Definition at line 234 of file PixelMaskAllPixels.cc.
References corrVsCorr::filename, mps_fire::i, maskbits_, pos::PixelModuleName::modulename(), dataset::name, MillePedeFileConverter_cfg::out, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridevirtual |
Implements pos::PixelMaskBase.
Definition at line 221 of file PixelMaskAllPixels.cc.
References mps_fire::i, maskbits_, and MillePedeFileConverter_cfg::out.
|
inlineoverridevirtual |
Reimplemented from pos::PixelConfigBase.
Definition at line 37 of file PixelMaskAllPixels.h.
References getMaskBits(), crabWrapper::key, dataset::name, MillePedeFileConverter_cfg::out, callgraph::path, AlCaHLTBitMon_QueryRunRegistry::string, jets_cff::version, writeXMLHeader(), and writeXMLTrailer().
|
overridevirtual |
Reimplemented from pos::PixelConfigBase.
Definition at line 295 of file PixelMaskAllPixels.cc.
References mps_fire::i, maskbits_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridevirtual |
Reimplemented from pos::PixelConfigBase.
Definition at line 250 of file PixelMaskAllPixels.cc.
References gather_cfg::cout, pos::PixelConfigBase::getAuthor(), pos::PixelConfigBase::getComment(), pos::PixelTimeFormatter::getmSecTime(), pos::PixelTimeFormatter::getTime(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by writeXML().
|
overridevirtual |
Reimplemented from pos::PixelConfigBase.
Definition at line 306 of file PixelMaskAllPixels.cc.
References gather_cfg::cout, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by writeXML().
|
private |
Definition at line 59 of file PixelMaskAllPixels.h.
Referenced by addROCMaskBits(), getMaskBits(), PixelMaskAllPixels(), writeASCII(), writeBinary(), and writeXML().