#include <TrackerMap.h>
Public Types | |
typedef std::multimap< TmCcu *, TmModule * > | FecModule |
typedef std::map< const int, TmModule * > | ImoduleMap |
typedef std::map< const int, TmCcu * > | MapCcu |
typedef std::map< const int, TmPsu * > | MapPsu |
typedef std::multimap< const int, TmApvPair * > | ModApvPair |
typedef std::multimap< TmPsu *, TmModule * > | PsuModule |
typedef std::map< const int, TmModule * > | SmoduleMap |
typedef std::map< const int, TmApvPair * > | SvgApvPair |
typedef std::map< const int, int > | SvgFed |
Public Member Functions | |
void | addPixel (bool addPixelfl) |
void | build () |
void | defcwindow (int num_crate) |
void | deffecwindow (int num_crate) |
void | defpsuwindow (int num_rack) |
void | defwindow (int num_lay) |
void | drawApvPair (int crate, int numfed_incrate, bool total, TmApvPair *apvPair, std::ofstream *file, bool useApvPairValue) |
void | drawCcu (int crate, int numfed_incrate, bool total, TmCcu *ccu, std::ofstream *file, bool useCcuValue) |
void | drawHV2 (int rack, int numcrate_inrack, bool print_total, TmPsu *psu, std::ofstream *svgfile, bool usePsuValue) |
void | drawHV3 (int rack, int numcrate_inrack, bool print_total, TmPsu *psu, std::ofstream *svgfile, bool usePsuValue) |
void | drawModule (TmModule *mod, int key, int layer, bool total, std::ofstream *file) |
void | drawPalette (std::ofstream *file, int xoffset=3660, int yoffset=1540) |
void | drawPsu (int rack, int numcrate_inrack, bool print_total, TmPsu *psu, std::ofstream *svgfile, bool usePsuValue) |
void | fill (int layer, int ring, int nmod, float x) |
void | fill (int idmod, float qty) |
void | fill_all_blank () |
void | fill_current_val (int idmod, float current_val) |
void | fill_current_val_fed_channel (int fedId, int fedCh, float current_val) |
void | fill_fec_channel (int crate, int slot, int ring, int addr, float qty) |
void | fill_fed_channel (int fedId, int fedCh, float qty) |
void | fill_fed_channel (int modId, float qty) |
void | fill_hv_channel2 (int rack, int crate, int board, float qty) |
void | fill_hv_channel3 (int rack, int crate, int board, float qty) |
void | fill_lv_channel (int rack, int crate, int board, float qty) |
void | fillc (int idmod, int RGBcode) |
void | fillc (int idmod, int red, int green, int blue) |
void | fillc (int layer, int ring, int nmod, int red, int green, int blue) |
void | fillc_all_blank () |
void | fillc_fec_channel (int crate, int slot, int ring, int addr, int red, int green, int blue) |
void | fillc_fed_channel (int fedId, int fedCh, int red, int green, int blue) |
void | fillc_hv_channel2 (int rack, int crate, int board, int red, int green, int blue) |
void | fillc_hv_channel3 (int rack, int crate, int board, int red, int green, int blue) |
void | fillc_lv_channel (int rack, int crate, int board, int red, int green, int blue) |
int | find_layer (int ix, int iy) |
std::ifstream * | findfile (std::string filename) |
std::pair< float, float > | getAutomaticRange () |
int | getcolor (float value, int palette) |
int | getlayerCount (int subdet, int partdet) |
int | getmoduleCount (int subdet, int partdet, int layer, int ring) |
int | getNumMod () |
int | getringCount (int subdet, int partdet, int layer) |
int | getxsize () |
int | getysize () |
void | init () |
std::string | layername (int layer) |
void | load (std::string s="tmap.svg") |
int | module (int fedId, int fedCh) |
int | nlayer (int det, int part, int lay) |
void | onlyPixel (bool onlyPixelfl) |
double | phival (double x, double y) |
void | print (bool print_total=true, float minval=0., float maxval=0., std::string s="svgmap") |
void | printall (bool print_total=true, float minval=0., float maxval=0., std::string s="svgmap", int width=6000, int height=3200) |
void | printlayers (bool print_total=true, float minval=0., float maxval=0., std::string s="layer") |
void | printonline () |
void | reset () |
void | save (bool print_total=true, float minval=0., float maxval=0., std::string s="svgmap.svg", int width=1500, int height=800) |
void | save_as_fectrackermap (bool print_total=true, float minval=0., float maxval=0., std::string s="fec_svgmap.svg", int width=1500, int height=800) |
void | save_as_fedtrackermap (bool print_total=true, float minval=0., float maxval=0., std::string s="fed_svgmap.svg", int width=100+(90+100) *31+300, int height=150+(2940+150) *1+300) |
void | save_as_HVtrackermap (bool print_total=true, float minval=0., float maxval=0., std::string s="psu_svgmap.svg", int width=1500, int height=800) |
void | save_as_psutrackermap (bool print_total=true, float minval=0., float maxval=0., std::string s="psu_svgmap.svg", int width=100+(360+100) *5+300, int height=50+(150+50) *6+300) |
void | setPalette (int numpalette) |
void | setRange (float min, float max) |
void | setText (int idmod, std::string s) |
void | setText (int layer, int ring, int nmod, std::string s) |
void | setTitle (std::string s) |
void | showPalette (bool printflag1) |
TrackerMap (std::string s=" ", int xsize1=340, int ysize1=200) | |
TrackerMap (const edm::ParameterSet &iConfig) | |
TrackerMap (const edm::ParameterSet &iConfig, const SiStripFedCabling *tkFed, const TrackerTopology *const topology) | |
double | xdpixel (double x) |
double | xdpixelc (double x) |
double | xdpixelfec (double x) |
double | xdpixelpsu (double x) |
double | ydpixel (double y) |
double | ydpixelc (double y) |
double | ydpixelfec (double y) |
double | ydpixelpsu (double y) |
~TrackerMap () | |
default destructor More... | |
Static Public Member Functions | |
static bool | isRingStereo (int key) |
static int | layerno (int subdet, int leftright, int layer) |
Public Attributes | |
SvgApvPair | apvMap |
ModApvPair | apvModuleMap |
MapCcu | ccuMap |
bool | enableFecProcessing |
bool | enableFedProcessing |
bool | enableHVProcessing |
bool | enableLVProcessing |
FecModule | fecModuleMap |
SvgFed | fedMap |
int | firstRing [43] |
ImoduleMap | imoduleMap |
std::string | infilename |
std::string | jsfilename |
std::string | jsPath |
int | ntotRing [43] |
int | palette |
bool | printflag |
bool | psetAvailable |
MapPsu | psuMap |
PsuModule | psuModuleMap |
bool | saveGeoTrackerMap |
bool | saveWebInterface |
SvgFed | slotMap |
SmoduleMap | smoduleMap |
std::string | title |
bool | tkMapLog |
std::vector< TColor * > | vc |
Protected Attributes | |
std::ifstream * | ccufile |
bool | firstcall |
int | firstcrate |
float | gmaxvalue |
float | gminvalue |
std::ifstream * | inputfile |
int | ix |
int | iy |
std::ifstream * | jsfile |
float | maxvalue |
float | minvalue |
int | ncrates |
int | nfeccrates |
int | nlay |
int | npsuracks |
int | number_modules |
bool | posrel |
std::ofstream * | savefile |
std::ofstream * | svgfile |
bool | temporary_file |
double | xmax |
double | xmin |
int | xsize |
double | ymax |
double | ymin |
int | ysize |
Private Member Functions | |
TLegend * | buildLegend () |
Private Attributes | |
bool | addPixelFlag |
std::vector< TPolyLine * > | legInfos_ |
std::vector< std::string > | legKeys_ |
float | oldz |
bool | onlyPixelFlag |
bool | saveAsSingleLayer |
Definition at line 75 of file TrackerMap.h.
typedef std::multimap<TmCcu*, TmModule*> TrackerMap::FecModule |
Definition at line 183 of file TrackerMap.h.
typedef std::map<const int, TmModule*> TrackerMap::ImoduleMap |
Definition at line 172 of file TrackerMap.h.
typedef std::map<const int, TmCcu*> TrackerMap::MapCcu |
Definition at line 181 of file TrackerMap.h.
typedef std::map<const int, TmPsu*> TrackerMap::MapPsu |
Definition at line 185 of file TrackerMap.h.
typedef std::multimap<const int, TmApvPair*> TrackerMap::ModApvPair |
Definition at line 176 of file TrackerMap.h.
typedef std::multimap<TmPsu*, TmModule*> TrackerMap::PsuModule |
Definition at line 187 of file TrackerMap.h.
typedef std::map<const int, TmModule*> TrackerMap::SmoduleMap |
Definition at line 170 of file TrackerMap.h.
typedef std::map<const int, TmApvPair*> TrackerMap::SvgApvPair |
Definition at line 174 of file TrackerMap.h.
typedef std::map<const int, int> TrackerMap::SvgFed |
Definition at line 178 of file TrackerMap.h.
TrackerMap::TrackerMap | ( | std::string | s = " " , |
int | xsize1 = 340 , |
||
int | ysize1 = 200 |
||
) |
Definition at line 443 of file TrackerMap.cc.
References enableFecProcessing, enableFedProcessing, enableHVProcessing, enableLVProcessing, infilename, init(), jsfilename, jsPath, psetAvailable, alignCSCRings::s, saveAsSingleLayer, saveGeoTrackerMap, saveWebInterface, title, tkMapLog, xsize, and ysize.
TrackerMap::TrackerMap | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 418 of file TrackerMap.cc.
References gather_cfg::cout, enableFedProcessing, firstcrate, edm::ParameterSet::getUntrackedParameter(), infilename, init(), jsfilename, ncrates, psetAvailable, saveAsSingleLayer, saveGeoTrackerMap, saveWebInterface, AlCaHLTBitMon_QueryRunRegistry::string, title, tkMapLog, xsize, and ysize.
TrackerMap::TrackerMap | ( | const edm::ParameterSet & | iConfig, |
const SiStripFedCabling * | tkFed, | ||
const TrackerTopology *const | topology | ||
) |
Definition at line 36 of file TrackerMap.cc.
References generateTowerEtThresholdLUT::addr, apvMap, apvModuleMap, MicroEventContent_cff::branch, TmModule::CcuId, ccuMap, TmCcu::cmodid, TmPsu::cmodid_HV2, TmPsu::cmodid_HV3, TmPsu::cmodid_LV, gather_cfg::cout, TmApvPair::crate, FCDTask_cfi::crate, SiStripFecCabling::crates(), enableFecProcessing, enableFedProcessing, enableHVProcessing, enableLVProcessing, fecModuleMap, SiStripFedCabling::fedConnections(), SiStripFedCabling::fedIds(), fedMap, l1tstage2emulator_dqm_sourceclient-live_cfg::feds, firstcrate, contentValuesFiles::fullPath, TmCcu::getCcuCrate(), TmCcu::getCcuRing(), TmCcu::getCcuSlot(), SiStripDetCabling::getConnections(), TmApvPair::getFedCh(), TmApvPair::getFedId(), TmPsu::getPsuBoard(), TmPsu::getPsuBranch(), TmPsu::getPsuCrate(), TmPsu::getPsuDcs(), TmPsu::getPsuRack(), edm::ParameterSet::getUntrackedParameter(), TmModule::HVchannel, TmPsu::idex, TmCcu::idex, TmApvPair::idex, B2GTnPMonitor_cfi::idmod, imoduleMap, recoMuon::in, infilename, init(), sistrip::invalid32_, sistrip::invalid_, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, jsfilename, jsPath, submitPVResolutionJobs::key, TmCcu::layer, TmModule::layer, nano_mu_digi_cff::layer, mod(), TmApvPair::mod, TmApvPair::mpos, TmCcu::mpos, ncrates, nfeccrates, TmCcu::nmod, TmPsu::nmod, TmPsu::nmodHV2, TmPsu::nmodHV3, npsuracks, psetAvailable, TmPsu::psId, TmModule::PsuId, TmModule::psuIdex, psuMap, psuModuleMap, runTheMatrix::ret, relativeConstraints::ring, alignCSCRings::s, saveAsSingleLayer, saveGeoTrackerMap, saveWebInterface, FCDTask_cfi::slot, slotMap, AlCaHLTBitMon_QueryRunRegistry::string, TmCcu::text, TmApvPair::text, TmPsu::text, TmPsu::textHV2, TmPsu::textHV3, title, tkMapLog, HLT_2024v13_cff::topology, xsize, and ysize.
TrackerMap::~TrackerMap | ( | ) |
default destructor
Definition at line 525 of file TrackerMap.cc.
References apvMap, ccuMap, firstRing, submitPVResolutionJobs::key, nano_mu_digi_cff::layer, mod(), module(), ntotRing, psuMap, relativeConstraints::ring, and smoduleMap.
|
inline |
Definition at line 160 of file TrackerMap.h.
References addPixelFlag.
Referenced by DetIdSelectorTest::DetIdSelectorTest().
void TrackerMap::build | ( | ) |
Definition at line 3469 of file TrackerMap.cc.
References gather_cfg::cout, contentValuesFiles::fullPath, imoduleMap, recoMuon::in, timingPdfMaker::infile, infilename, submitPVResolutionJobs::key, nano_mu_digi_cff::layer, mod(), Skims_PA_cff::name, number_modules, relativeConstraints::ring, smoduleMap, AlCaHLTBitMon_QueryRunRegistry::string, Calorimetry_cff::thickness, and ApeEstimator_cff::width.
Referenced by init(), and psClasses.BuildThread::run().
|
private |
Definition at line 4448 of file TrackerMap.cc.
References mps_fire::i, legInfos_, and legKeys_.
Referenced by save().
|
inline |
Definition at line 349 of file TrackerMap.h.
References ix, iy, NUMFED_INCOLUMN, NUMFED_INROW, NUMFEDCH_INCOLUMN, NUMFEDCH_INROW, NUMFEDCRATE_INCOLUMN, XFEDCSIZE, XFEDOFFSET, xmax, xmin, EcalSCDynamicDPhiParametersESProducer_cfi::xoffset, YFEDCSIZE, YFEDOFFSET, ymax, ymin, and EcalSCDynamicDPhiParametersESProducer_cfi::yoffset.
Referenced by save_as_fedtrackermap().
|
inline |
Definition at line 361 of file TrackerMap.h.
References ix, iy, xmax, xmin, EcalSCDynamicDPhiParametersESProducer_cfi::xoffset, xsize, ymax, ymin, EcalSCDynamicDPhiParametersESProducer_cfi::yoffset, and ysize.
Referenced by save_as_fectrackermap().
|
inline |
Definition at line 375 of file TrackerMap.h.
References ix, iy, NUMPSUCH_INROW, NUMPSUCRATE_INCOLUMN, NUMPSURACK_INCOLUMN, xmax, xmin, EcalSCDynamicDPhiParametersESProducer_cfi::xoffset, XPSUOFFSET, XPSURSIZE, ymax, ymin, EcalSCDynamicDPhiParametersESProducer_cfi::yoffset, YPSUOFFSET, and YPSURSIZE.
Referenced by save_as_HVtrackermap(), and save_as_psutrackermap().
|
inline |
Definition at line 388 of file TrackerMap.h.
References createfilelist::int, ix, iy, posrel, xmax, xmin, xsize, ymax, ymin, and ysize.
Referenced by print(), printlayers(), and save().
void TrackerMap::drawApvPair | ( | int | crate, |
int | numfed_incrate, | ||
bool | total, | ||
TmApvPair * | apvPair, | ||
std::ofstream * | file, | ||
bool | useApvPairValue | ||
) |
Definition at line 1242 of file TrackerMap.cc.
References TmApvPair::blue, TmModule::blue, DivergingColor::blue, edmScanValgrind::buffer, TmModule::count, TmApvPair::count, FCDTask_cfi::crate, PVValHelper::dx, PVValHelper::dy, getcolor(), TmApvPair::getFedCh(), TmApvPair::getFedId(), TmModule::getKey(), TmApvPair::green, TmModule::green, TmApvPair::idex, TmModule::idex, createfilelist::int, dqmiolumiharvest::j, dqmdumpme::k, TmApvPair::mod, TmModule::name, np, NUMFED_INCOLUMN, NUMFED_INROW, NUMFEDCH_INCOLUMN, NUMFEDCH_INROW, palette, TmApvPair::red, TmModule::red, DivergingColor::red, alignCSCRings::s, AlCaHLTBitMon_QueryRunRegistry::string, svgfile, temporary_file, TmModule::value, TmApvPair::value, xdpixelc(), and ydpixelc().
Referenced by save_as_fedtrackermap().
void TrackerMap::drawCcu | ( | int | crate, |
int | numfed_incrate, | ||
bool | total, | ||
TmCcu * | ccu, | ||
std::ofstream * | file, | ||
bool | useCcuValue | ||
) |
Definition at line 1407 of file TrackerMap.cc.
References TmCcu::blue, DivergingColor::blue, edmScanValgrind::buffer, TmCcu::cmodid, TmCcu::count, FCDTask_cfi::crate, PVValHelper::dx, PVValHelper::dy, TmCcu::getCcuRing(), TmCcu::getCcuSlot(), getcolor(), TmCcu::green, TmCcu::idex, createfilelist::int, dqmiolumiharvest::j, dqmdumpme::k, TmCcu::layer, TmCcu::mpos, np, palette, TmCcu::red, DivergingColor::red, alignCSCRings::s, AlCaHLTBitMon_QueryRunRegistry::string, svgfile, temporary_file, TmCcu::text, TmCcu::value, xdpixelfec(), and ydpixelfec().
Referenced by save_as_fectrackermap().
void TrackerMap::drawHV2 | ( | int | rack, |
int | numcrate_inrack, | ||
bool | print_total, | ||
TmPsu * | psu, | ||
std::ofstream * | svgfile, | ||
bool | usePsuValue | ||
) |
Definition at line 1627 of file TrackerMap.cc.
References TmPsu::blueHV2, edmScanValgrind::buffer, TmPsu::cmodid_HV2, TmPsu::countHV2, PVValHelper::dx, PVValHelper::dy, getcolor(), TmPsu::getPsuBoard(), TmPsu::getPsuCrate(), TmPsu::greenHV2, TmPsu::idex, dqmiolumiharvest::j, dqmdumpme::k, np, palette, TmPsu::redHV2, alignCSCRings::s, AlCaHLTBitMon_QueryRunRegistry::string, svgfile, temporary_file, TmPsu::textHV2, TmPsu::valueHV2, xdpixelpsu(), and ydpixelpsu().
Referenced by save_as_HVtrackermap().
void TrackerMap::drawHV3 | ( | int | rack, |
int | numcrate_inrack, | ||
bool | print_total, | ||
TmPsu * | psu, | ||
std::ofstream * | svgfile, | ||
bool | usePsuValue | ||
) |
Definition at line 1731 of file TrackerMap.cc.
References TmPsu::blueHV3, edmScanValgrind::buffer, TmPsu::cmodid_HV3, TmPsu::countHV3, PVValHelper::dx, PVValHelper::dy, getcolor(), TmPsu::getPsuBoard(), TmPsu::getPsuCrate(), TmPsu::greenHV3, TmPsu::idex, dqmiolumiharvest::j, dqmdumpme::k, np, palette, TmPsu::redHV3, alignCSCRings::s, AlCaHLTBitMon_QueryRunRegistry::string, svgfile, temporary_file, TmPsu::textHV3, TmPsu::valueHV3, xdpixelpsu(), and ydpixelpsu().
Referenced by save_as_HVtrackermap().
void TrackerMap::drawModule | ( | TmModule * | mod, |
int | key, | ||
int | layer, | ||
bool | total, | ||
std::ofstream * | file | ||
) |
Definition at line 561 of file TrackerMap.cc.
References DivergingColor::blue, edmScanValgrind::buffer, HltBtagPostValidation_cff::c, funct::cos(), PVValHelper::dx, PVValHelper::dy, newFWLiteAna::found, getcolor(), CommonMethods::isnan(), isRingStereo(), dqmiolumiharvest::j, dqmdumpme::k, submitPVResolutionJobs::key, M_PI, mod(), nlay, np, palette, phi, phival(), posrel, alignCSCRings::r, DivergingColor::red, funct::sin(), mathSSE::sqrt(), AlCaHLTBitMon_QueryRunRegistry::string, svgfile, temporary_file, xdpixel(), and ydpixel().
Referenced by print(), printlayers(), and save().
void TrackerMap::drawPalette | ( | std::ofstream * | file, |
int | xoffset = 3660 , |
||
int | yoffset = 1540 |
||
) |
Definition at line 3167 of file TrackerMap.cc.
References DivergingColor::blue, gather_cfg::cout, nano_mu_digi_cff::float, getcolor(), mps_fire::i, createfilelist::int, maxvalue, minvalue, palette, DivergingColor::red, svgfile, temporary_file, tkMapLog, heppy_batch::val, ApeEstimator_cff::width, EcalSCDynamicDPhiParametersESProducer_cfi::xoffset, and EcalSCDynamicDPhiParametersESProducer_cfi::yoffset.
Referenced by print(), save(), save_as_fectrackermap(), save_as_fedtrackermap(), save_as_HVtrackermap(), and save_as_psutrackermap().
void TrackerMap::drawPsu | ( | int | rack, |
int | numcrate_inrack, | ||
bool | print_total, | ||
TmPsu * | psu, | ||
std::ofstream * | svgfile, | ||
bool | usePsuValue | ||
) |
Definition at line 1513 of file TrackerMap.cc.
References TmPsu::blue, DivergingColor::blue, edmScanValgrind::buffer, TmPsu::cmodid_LV, TmPsu::count, PVValHelper::dx, PVValHelper::dy, getcolor(), TmPsu::getPsuBoard(), TmPsu::getPsuCrate(), TmPsu::green, TmPsu::idex, dqmiolumiharvest::j, dqmdumpme::k, np, NUMPSUCH_INROW, NUMPSUCRATE_INCOLUMN, palette, TmPsu::red, DivergingColor::red, alignCSCRings::s, AlCaHLTBitMon_QueryRunRegistry::string, svgfile, temporary_file, TmPsu::text, TmPsu::value, xdpixelpsu(), and ydpixelpsu().
Referenced by save_as_psutrackermap().
void TrackerMap::fill | ( | int | layer, |
int | ring, | ||
int | nmod, | ||
float | x | ||
) |
Definition at line 3442 of file TrackerMap.cc.
References gather_cfg::cout, submitPVResolutionJobs::key, nano_mu_digi_cff::layer, mod(), relativeConstraints::ring, and smoduleMap.
Referenced by SiStripCorrelateNoise::DoAnalysis(), SiStripPlotGain::DoAnalysis(), TkHistoMap::dumpInTkMap(), SiStripBaseCondObjDQM::fillTkMap(), SiStripCondObjectRepresent::SiStripDataContainer< Item, type >::fillTrackerMap(), load(), SiStripHitResolFromCalibTree::makeTKMap(), SiStripHitEffFromCalibTree::makeTKMap(), and SiStripQualityStatistics::updateAndSave().
void TrackerMap::fill | ( | int | idmod, |
float | qty | ||
) |
Definition at line 3422 of file TrackerMap.cc.
References TmModule::count, gather_cfg::cout, B2GTnPMonitor_cfi::idmod, imoduleMap, mod(), and TmModule::value.
void TrackerMap::fill_all_blank | ( | ) |
Definition at line 3405 of file TrackerMap.cc.
References fill_current_val(), and imoduleMap.
void TrackerMap::fill_current_val | ( | int | idmod, |
float | current_val | ||
) |
Definition at line 3412 of file TrackerMap.cc.
References gather_cfg::cout, B2GTnPMonitor_cfi::idmod, imoduleMap, and mod().
Referenced by DetIdSelectorTest::analyze(), TrackerDpgAnalysis::beginRun(), and fill_all_blank().
void TrackerMap::fill_current_val_fed_channel | ( | int | fedId, |
int | fedCh, | ||
float | current_val | ||
) |
Definition at line 3242 of file TrackerMap.cc.
References apvMap, TmApvPair::count, gather_cfg::cout, l1tstage2_dqm_sourceclient-live_cfg::fedId, submitPVResolutionJobs::key, TmApvPair::red, and TmApvPair::value.
void TrackerMap::fill_fec_channel | ( | int | crate, |
int | slot, | ||
int | ring, | ||
int | addr, | ||
float | qty | ||
) |
Definition at line 3268 of file TrackerMap.cc.
References generateTowerEtThresholdLUT::addr, ccuMap, TmCcu::count, gather_cfg::cout, FCDTask_cfi::crate, submitPVResolutionJobs::key, relativeConstraints::ring, FCDTask_cfi::slot, and TmCcu::value.
void TrackerMap::fill_fed_channel | ( | int | fedId, |
int | fedCh, | ||
float | qty | ||
) |
Definition at line 3364 of file TrackerMap.cc.
References apvMap, TmApvPair::count, gather_cfg::cout, l1tstage2_dqm_sourceclient-live_cfg::fedId, submitPVResolutionJobs::key, and TmApvPair::value.
void TrackerMap::fill_fed_channel | ( | int | modId, |
float | qty | ||
) |
Definition at line 3229 of file TrackerMap.cc.
References apvModuleMap, TmApvPair::count, gather_cfg::cout, B2GTnPMonitor_cfi::idmod, and TmApvPair::value.
void TrackerMap::fill_hv_channel2 | ( | int | rack, |
int | crate, | ||
int | board, | ||
float | qty | ||
) |
Definition at line 3333 of file TrackerMap.cc.
References TmPsu::countHV2, gather_cfg::cout, FCDTask_cfi::crate, submitPVResolutionJobs::key, psuMap, and TmPsu::valueHV2.
void TrackerMap::fill_hv_channel3 | ( | int | rack, |
int | crate, | ||
int | board, | ||
float | qty | ||
) |
Definition at line 3344 of file TrackerMap.cc.
References TmPsu::countHV3, gather_cfg::cout, FCDTask_cfi::crate, submitPVResolutionJobs::key, psuMap, and TmPsu::valueHV3.
void TrackerMap::fill_lv_channel | ( | int | rack, |
int | crate, | ||
int | board, | ||
float | qty | ||
) |
Definition at line 3294 of file TrackerMap.cc.
References TmPsu::count, gather_cfg::cout, FCDTask_cfi::crate, submitPVResolutionJobs::key, psuMap, and TmPsu::value.
|
inline |
Definition at line 134 of file TrackerMap.h.
References fillc(), and B2GTnPMonitor_cfi::idmod.
Referenced by SiStripCorrelateBadStripAndNoise::correlateWithNoise(), fillc(), fillc_all_blank(), SiStripHitResolFromCalibTree::makeTKMap(), SiStripHitEffFromCalibTree::makeTKMap(), SiStripQualityStatistics::SetBadComponents(), and SiStripQualityStatistics::updateAndSave().
void TrackerMap::fillc | ( | int | idmod, |
int | red, | ||
int | green, | ||
int | blue | ||
) |
Definition at line 3375 of file TrackerMap.cc.
References DivergingColor::blue, gather_cfg::cout, B2GTnPMonitor_cfi::idmod, imoduleMap, mod(), and DivergingColor::red.
void TrackerMap::fillc | ( | int | layer, |
int | ring, | ||
int | nmod, | ||
int | red, | ||
int | green, | ||
int | blue | ||
) |
Definition at line 3385 of file TrackerMap.cc.
References DivergingColor::blue, gather_cfg::cout, submitPVResolutionJobs::key, nano_mu_digi_cff::layer, mod(), DivergingColor::red, relativeConstraints::ring, and smoduleMap.
void TrackerMap::fillc_all_blank | ( | ) |
void TrackerMap::fillc_fec_channel | ( | int | crate, |
int | slot, | ||
int | ring, | ||
int | addr, | ||
int | red, | ||
int | green, | ||
int | blue | ||
) |
Definition at line 3254 of file TrackerMap.cc.
References generateTowerEtThresholdLUT::addr, TmCcu::blue, DivergingColor::blue, ccuMap, gather_cfg::cout, FCDTask_cfi::crate, TmCcu::green, submitPVResolutionJobs::key, TmCcu::red, DivergingColor::red, relativeConstraints::ring, and FCDTask_cfi::slot.
void TrackerMap::fillc_fed_channel | ( | int | fedId, |
int | fedCh, | ||
int | red, | ||
int | green, | ||
int | blue | ||
) |
Definition at line 3216 of file TrackerMap.cc.
References apvMap, TmApvPair::blue, DivergingColor::blue, gather_cfg::cout, l1tstage2_dqm_sourceclient-live_cfg::fedId, TmApvPair::green, submitPVResolutionJobs::key, TmApvPair::red, and DivergingColor::red.
void TrackerMap::fillc_hv_channel2 | ( | int | rack, |
int | crate, | ||
int | board, | ||
int | red, | ||
int | green, | ||
int | blue | ||
) |
Definition at line 3306 of file TrackerMap.cc.
References DivergingColor::blue, TmPsu::blueHV2, gather_cfg::cout, FCDTask_cfi::crate, TmPsu::greenHV2, submitPVResolutionJobs::key, psuMap, DivergingColor::red, and TmPsu::redHV2.
void TrackerMap::fillc_hv_channel3 | ( | int | rack, |
int | crate, | ||
int | board, | ||
int | red, | ||
int | green, | ||
int | blue | ||
) |
Definition at line 3319 of file TrackerMap.cc.
References DivergingColor::blue, TmPsu::blueHV3, gather_cfg::cout, FCDTask_cfi::crate, TmPsu::greenHV3, submitPVResolutionJobs::key, psuMap, DivergingColor::red, and TmPsu::redHV3.
void TrackerMap::fillc_lv_channel | ( | int | rack, |
int | crate, | ||
int | board, | ||
int | red, | ||
int | green, | ||
int | blue | ||
) |
Definition at line 3280 of file TrackerMap.cc.
References TmPsu::blue, DivergingColor::blue, gather_cfg::cout, FCDTask_cfi::crate, TmPsu::green, submitPVResolutionJobs::key, psuMap, TmPsu::red, and DivergingColor::red.
|
inline |
Definition at line 218 of file TrackerMap.h.
References PVValHelper::add(), ix, iy, nano_mu_digi_cff::layer, xsize, and ysize.
std::ifstream * TrackerMap::findfile | ( | std::string | filename | ) |
Definition at line 4292 of file TrackerMap.cc.
References gather_cfg::cout, corrVsCorr::filename, contentValuesFiles::fullPath, recoMuon::in, jsPath, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by printall(), and printonline().
std::pair< float, float > TrackerMap::getAutomaticRange | ( | ) |
Definition at line 816 of file TrackerMap.cc.
References firstRing, submitPVResolutionJobs::key, nano_mu_digi_cff::layer, dqm-mbProfile::log, mod(), module(), ntotRing, relativeConstraints::ring, smoduleMap, and tkMapLog.
int TrackerMap::getcolor | ( | float | value, |
int | palette | ||
) |
Definition at line 3512 of file TrackerMap.cc.
References DivergingColor::blue, dumpMFGeometry_cfg::delta, createfilelist::int, dqm-mbProfile::log, maxvalue, minvalue, palette, DivergingColor::red, tkMapLog, and x.
Referenced by drawApvPair(), drawCcu(), drawHV2(), drawHV3(), drawModule(), drawPalette(), and drawPsu().
|
inline |
|
inline |
Definition at line 536 of file TrackerMap.h.
References nano_mu_digi_cff::layer, and relativeConstraints::ring.
Referenced by init().
|
inline |
Definition at line 168 of file TrackerMap.h.
|
inline |
Definition at line 498 of file TrackerMap.h.
References nano_mu_digi_cff::layer.
Referenced by init().
|
inline |
|
inline |
void TrackerMap::init | ( | void | ) |
Definition at line 472 of file TrackerMap.cc.
References addPixelFlag, build(), ALPAKA_ACCELERATOR_NAMESPACE::brokenline::constexpr(), firstcall, firstRing, getlayerCount(), getmoduleCount(), getringCount(), gmaxvalue, gminvalue, isRingStereo(), ix, iy, submitPVResolutionJobs::key, nano_mu_digi_cff::layer, maxvalue, minvalue, module(), nlayer(), nlayers, npart, ntotRing, onlyPixelFlag, palette, posrel, printflag, relativeConstraints::ring, smoduleMap, and temporary_file.
Referenced by TrackerMap().
|
inlinestatic |
Definition at line 583 of file TrackerMap.h.
References submitPVResolutionJobs::key, nano_mu_digi_cff::layer, and relativeConstraints::ring.
Referenced by drawModule(), and init().
|
inline |
Definition at line 620 of file TrackerMap.h.
References nano_mu_digi_cff::layer, alignCSCRings::s, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlinestatic |
Definition at line 561 of file TrackerMap.h.
References cms::cuda::assert(), and nano_mu_digi_cff::layer.
void TrackerMap::load | ( | std::string | s = "tmap.svg" | ) |
Definition at line 3062 of file TrackerMap.cc.
References gather_cfg::cout, fill(), recoMuon::in, inputfile, mps_splice::line, AlCaHLTBitMon_QueryRunRegistry::string, heppy_batch::val, and relativeConstraints::value.
Referenced by MatrixToProcess.MatrixToProcess::getProcess(), MatrixToProcess.MatrixToProcess::listAll(), and ConfigBuilder.ConfigBuilder::prepare_FILTER().
int TrackerMap::module | ( | int | fedId, |
int | fedCh | ||
) |
Definition at line 3356 of file TrackerMap.cc.
References apvMap, l1tstage2_dqm_sourceclient-live_cfg::fedId, TmModule::idex, submitPVResolutionJobs::key, and TmApvPair::mod.
Referenced by getAutomaticRange(), init(), print(), printall(), printlayers(), printonline(), save(), and ~TrackerMap().
|
inline |
Definition at line 595 of file TrackerMap.h.
References gather_cfg::cout.
Referenced by init().
|
inline |
|
inline |
Definition at line 203 of file TrackerMap.h.
References M_PI, phi, x, and y.
Referenced by drawModule().
void TrackerMap::print | ( | bool | print_total = true , |
float | minval = 0. , |
||
float | maxval = 0. , |
||
std::string | s = "svgmap" |
||
) |
Definition at line 3096 of file TrackerMap.cc.
References defwindow(), drawModule(), drawPalette(), firstRing, contentValuesFiles::fullPath, recoMuon::in, jsfile, jsfilename, submitPVResolutionJobs::key, nano_mu_digi_cff::layer, mps_splice::line, maxvalue, minvalue, mod(), module(), ntotRing, MillePedeFileConverter_cfg::out, createfilelist::outputfilename, printflag, relativeConstraints::ring, smoduleMap, AlCaHLTBitMon_QueryRunRegistry::string, svgfile, temporary_file, and title.
Referenced by SiStripQualityStatistics::dqmEndJob(), and SiStripQualityStatistics::updateAndSave().
void TrackerMap::printall | ( | bool | print_total = true , |
float | minval = 0. , |
||
float | maxval = 0. , |
||
std::string | s = "svgmap" , |
||
int | width = 6000 , |
||
int | height = 3200 |
||
) |
Definition at line 3902 of file TrackerMap.cc.
References apvMap, apvModuleMap, ccuMap, mps_check::command, gather_cfg::cout, FCDTask_cfi::crate, enableFecProcessing, enableFedProcessing, enableHVProcessing, enableLVProcessing, fecModuleMap, l1tstage2_dqm_sourceclient-live_cfg::fedId, fedMap, symbols::filetype, findfile(), firstcrate, firstRing, newFWLiteAna::found, TmCcu::getCcuCrate(), TmApvPair::getFedCh(), TmApvPair::getFedId(), TmPsu::getPsuBoard(), TmPsu::getPsuRack(), TmPsu::idex, TmCcu::idex, TmApvPair::idex, TmModule::idex, B2GTnPMonitor_cfi::idmod, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, submitPVResolutionJobs::key, nano_mu_digi_cff::layer, mps_splice::line, mod(), TmApvPair::mod, module(), TmCcu::mpos, ncrates, nfeccrates, TmCcu::nmod, TmPsu::nmod, TmPsu::nmodHV2, TmPsu::nmodHV3, npsuracks, ntotRing, haddnano::ofname, MillePedeFileConverter_cfg::out, createfilelist::outputfilename, funct::pow(), printlayers(), psuMap, psuModuleMap, runTheMatrix::ret, relativeConstraints::ring, alignCSCRings::s, save(), save_as_fectrackermap(), save_as_fedtrackermap(), save_as_HVtrackermap(), save_as_psutrackermap(), saveGeoTrackerMap, saveWebInterface, smoduleMap, AlCaHLTBitMon_QueryRunRegistry::string, temporary_file, TmCcu::text, TmApvPair::text, TmPsu::text, TmPsu::textHV2, TmPsu::textHV3, title, tkMapLog, makeMuonMisalignmentScenario::txtfile, and ApeEstimator_cff::width.
void TrackerMap::printlayers | ( | bool | print_total = true , |
float | minval = 0. , |
||
float | maxval = 0. , |
||
std::string | s = "layer" |
||
) |
Definition at line 4310 of file TrackerMap.cc.
References defwindow(), drawModule(), firstRing, submitPVResolutionJobs::key, nano_mu_digi_cff::layer, maxvalue, minvalue, mod(), module(), ntotRing, MillePedeFileConverter_cfg::out, createfilelist::outputfilename, relativeConstraints::ring, saveAsSingleLayer, smoduleMap, and makeMuonMisalignmentScenario::xmlfile.
Referenced by printall(), and printonline().
void TrackerMap::printonline | ( | ) |
Definition at line 3559 of file TrackerMap.cc.
References apvMap, apvModuleMap, ccuMap, mps_check::command, gather_cfg::cout, FCDTask_cfi::crate, enableFecProcessing, enableFedProcessing, enableHVProcessing, enableLVProcessing, fecModuleMap, l1tstage2_dqm_sourceclient-live_cfg::fedId, fedMap, findfile(), firstcrate, firstRing, TmCcu::getCcuCrate(), TmApvPair::getFedCh(), TmApvPair::getFedId(), TmPsu::getPsuBoard(), TmPsu::getPsuRack(), gmaxvalue, gminvalue, TmPsu::idex, TmCcu::idex, TmApvPair::idex, TmModule::idex, B2GTnPMonitor_cfi::idmod, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, submitPVResolutionJobs::key, nano_mu_digi_cff::layer, mps_splice::line, mod(), TmApvPair::mod, module(), TmCcu::mpos, ncrates, nfeccrates, TmCcu::nmod, TmPsu::nmod, TmPsu::nmodHV2, TmPsu::nmodHV3, npsuracks, ntotRing, haddnano::ofname, MillePedeFileConverter_cfg::out, createfilelist::outputfilename, printlayers(), psuMap, psuModuleMap, runTheMatrix::ret, relativeConstraints::ring, save(), save_as_fectrackermap(), save_as_fedtrackermap(), save_as_HVtrackermap(), save_as_psutrackermap(), smoduleMap, AlCaHLTBitMon_QueryRunRegistry::string, temporary_file, TmCcu::text, TmApvPair::text, TmPsu::text, TmPsu::textHV2, TmPsu::textHV3, title, and makeMuonMisalignmentScenario::txtfile.
void TrackerMap::reset | ( | void | ) |
Definition at line 462 of file TrackerMap.cc.
References imoduleMap, and mod().
Referenced by MatrixReader.MatrixReader::__init__(), data_sources.json_list::__next__(), and MatrixReader.MatrixReader::showRaw().
void TrackerMap::save | ( | bool | print_total = true , |
float | minval = 0. , |
||
float | maxval = 0. , |
||
std::string | s = "svgmap.svg" , |
||
int | width = 1500 , |
||
int | height = 800 |
||
) |
Definition at line 844 of file TrackerMap.cc.
References addPixelFlag, newFWLiteAna::bin, DivergingColor::blue, buildLegend(), HltBtagPostValidation_cff::c, cuy::col, mps_check::command, Skims_PA_cff::content, gather_cfg::cout, defwindow(), drawModule(), drawPalette(), corrVsCorr::filename, symbols::filetype, firstRing, newFWLiteAna::found, mps_fire::i, recoMuon::in, submitPVResolutionJobs::key, MainPageGenerator::l, nano_mu_digi_cff::layer, dqm-mbProfile::log, maxvalue, minvalue, mod(), module(), npoints, ntotRing, onlyPixelFlag, MillePedeFileConverter_cfg::out, createfilelist::outputfilename, printflag, DivergingColor::red, relativeConstraints::ring, cond::runnumber, alignCSCRings::s, savefile, saveGeoTrackerMap, smoduleMap, AlCaHLTBitMon_QueryRunRegistry::string, temporary_file, title, tkMapLog, vc, ApeEstimator_cff::width, x, and y.
Referenced by SiStripDetVOffTkMapPlotter::analyze(), TkVoltageMapCreator::beginRun(), TrackerDpgAnalysis::beginRun(), SiStripCorrelateNoise::DoPlots(), SiStripQualityStatistics::dqmEndJob(), SiStripCorrelateBadStripAndNoise::endJob(), SiStripPlotGain::endJob(), DetIdSelectorTest::endJob(), BuildTrackerMapPlugin::endJob(), SiStripHitResolFromCalibTree::makeTKMap(), SiStripHitEffFromCalibTree::makeTKMap(), printall(), printonline(), SpecificationBuilder_cfi.Specification::saveAll(), SiStripBaseCondObjDQM::saveTkMap(), and SiStripQualityStatistics::updateAndSave().
void TrackerMap::save_as_fectrackermap | ( | bool | print_total = true , |
float | minval = 0. , |
||
float | maxval = 0. , |
||
std::string | s = "fec_svgmap.svg" , |
||
int | width = 1500 , |
||
int | height = 800 |
||
) |
Definition at line 1834 of file TrackerMap.cc.
References TmCcu::blue, DivergingColor::blue, HltBtagPostValidation_cff::c, ccuMap, cuy::col, mps_check::command, Skims_PA_cff::content, TmCcu::count, gather_cfg::cout, FCDTask_cfi::crate, deffecwindow(), drawCcu(), drawPalette(), enableFecProcessing, fecModuleMap, corrVsCorr::filename, symbols::filetype, newFWLiteAna::found, TmCcu::getCcuCrate(), TmCcu::getCcuSlot(), TmCcu::green, mps_fire::i, recoMuon::in, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, MainPageGenerator::l, dqm-mbProfile::log, maxvalue, minvalue, nfeccrates, TmCcu::nmod, npoints, MillePedeFileConverter_cfg::out, createfilelist::outputfilename, printflag, TmCcu::red, DivergingColor::red, runTheMatrix::ret, alignCSCRings::s, saveAsSingleLayer, savefile, saveWebInterface, AlCaHLTBitMon_QueryRunRegistry::string, temporary_file, title, tkMapLog, TmCcu::value, vc, ApeEstimator_cff::width, x, and y.
Referenced by printall(), and printonline().
void TrackerMap::save_as_fedtrackermap | ( | bool | print_total = true , |
float | minval = 0. , |
||
float | maxval = 0. , |
||
std::string | s = "fed_svgmap.svg" , |
||
int | width = 100 + ( 90 + 100 ) * 31 + 300 , |
||
int | height = 150 + ( 2940 + 150 ) * 1 + 300 |
||
) |
Definition at line 2755 of file TrackerMap.cc.
References apvMap, DivergingColor::blue, HltBtagPostValidation_cff::c, cuy::col, mps_check::command, Skims_PA_cff::content, TmModule::count, TmApvPair::count, gather_cfg::cout, FCDTask_cfi::crate, defcwindow(), drawApvPair(), drawPalette(), enableFedProcessing, l1tstage2_dqm_sourceclient-live_cfg::fedId, fedMap, corrVsCorr::filename, symbols::filetype, firstcrate, newFWLiteAna::found, mps_fire::i, recoMuon::in, submitPVResolutionJobs::key, MainPageGenerator::l, dqm-mbProfile::log, maxvalue, minvalue, TmApvPair::mod, TmApvPair::mpos, ncrates, TmModule::notInUse(), npoints, NUMFEDCRATE_INCOLUMN, NUMFEDCRATE_INROW, MillePedeFileConverter_cfg::out, createfilelist::outputfilename, printflag, TmApvPair::red, DivergingColor::red, alignCSCRings::s, saveAsSingleLayer, savefile, saveWebInterface, slotMap, AlCaHLTBitMon_QueryRunRegistry::string, temporary_file, title, tkMapLog, TmModule::value, TmApvPair::value, vc, ApeEstimator_cff::width, x, XFEDCSIZE, XFEDOFFSET, y, YFEDCSIZE, and YFEDOFFSET.
Referenced by BuildTrackerMapPlugin::endJob(), printall(), and printonline().
void TrackerMap::save_as_HVtrackermap | ( | bool | print_total = true , |
float | minval = 0. , |
||
float | maxval = 0. , |
||
std::string | s = "psu_svgmap.svg" , |
||
int | width = 1500 , |
||
int | height = 800 |
||
) |
Definition at line 2124 of file TrackerMap.cc.
References DivergingColor::blue, TmPsu::blueHV2, TmPsu::blueHV3, HltBtagPostValidation_cff::c, cuy::col, mps_check::command, Skims_PA_cff::content, TmPsu::countHV2, TmPsu::countHV3, gather_cfg::cout, defpsuwindow(), drawHV2(), drawHV3(), drawPalette(), enableHVProcessing, corrVsCorr::filename, symbols::filetype, newFWLiteAna::found, TmPsu::getPsuCrate(), TmPsu::getPsuRack(), TmPsu::greenHV2, TmPsu::greenHV3, mps_fire::i, recoMuon::in, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, MainPageGenerator::l, dqm-mbProfile::log, SiStripPI::max, maxvalue, SiStripPI::min, minvalue, TmPsu::nmodHV2, TmPsu::nmodHV3, npoints, npsuracks, MillePedeFileConverter_cfg::out, createfilelist::outputfilename, printflag, psuMap, psuModuleMap, DivergingColor::red, TmPsu::redHV2, TmPsu::redHV3, runTheMatrix::ret, alignCSCRings::s, saveAsSingleLayer, savefile, saveWebInterface, AlCaHLTBitMon_QueryRunRegistry::string, temporary_file, title, tkMapLog, TmPsu::valueHV2, TmPsu::valueHV3, vc, ApeEstimator_cff::width, x, and y.
Referenced by printall(), and printonline().
void TrackerMap::save_as_psutrackermap | ( | bool | print_total = true , |
float | minval = 0. , |
||
float | maxval = 0. , |
||
std::string | s = "psu_svgmap.svg" , |
||
int | width = 100 + ( 360 + 100 ) * 5 + 300 , |
||
int | height = 50 + ( 150 + 50 ) * 6 + 300 |
||
) |
Definition at line 2447 of file TrackerMap.cc.
References DivergingColor::blue, HltBtagPostValidation_cff::c, cuy::col, mps_check::command, Skims_PA_cff::content, TmPsu::count, gather_cfg::cout, defpsuwindow(), drawPalette(), drawPsu(), enableLVProcessing, corrVsCorr::filename, symbols::filetype, newFWLiteAna::found, TmPsu::getPsuCrate(), TmPsu::getPsuRack(), mps_fire::i, recoMuon::in, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, MainPageGenerator::l, dqm-mbProfile::log, maxvalue, minvalue, TmPsu::nmod, npoints, npsuracks, NUMPSURACK_INCOLUMN, NUMPSURACK_INROW, MillePedeFileConverter_cfg::out, createfilelist::outputfilename, printflag, psuMap, psuModuleMap, TmPsu::red, DivergingColor::red, runTheMatrix::ret, alignCSCRings::s, saveAsSingleLayer, savefile, saveWebInterface, AlCaHLTBitMon_QueryRunRegistry::string, temporary_file, title, tkMapLog, TmPsu::value, vc, ApeEstimator_cff::width, x, XPSUOFFSET, XPSURSIZE, y, YPSUOFFSET, and YPSURSIZE.
Referenced by printall(), and printonline().
|
inline |
Definition at line 154 of file TrackerMap.h.
References palette.
Referenced by SiStripDetVOffTkMapPlotter::analyze(), TkVoltageMapCreator::beginRun(), DetIdSelectorTest::DetIdSelectorTest(), BuildTrackerMapPlugin::endJob(), SiStripCondObjectRepresent::SiStripDataContainer< Item, type >::fillTrackerMap(), and SiStripBaseCondObjDQM::saveTkMap().
void TrackerMap::setRange | ( | float | min, |
float | max | ||
) |
Definition at line 807 of file TrackerMap.cc.
References gmaxvalue, gminvalue, SiStripPI::max, SiStripPI::min, funct::pow(), and tkMapLog.
void TrackerMap::setText | ( | int | idmod, |
std::string | s | ||
) |
Definition at line 3452 of file TrackerMap.cc.
References gather_cfg::cout, B2GTnPMonitor_cfi::idmod, imoduleMap, mod(), and alignCSCRings::s.
void TrackerMap::setText | ( | int | layer, |
int | ring, | ||
int | nmod, | ||
std::string | s | ||
) |
Definition at line 3460 of file TrackerMap.cc.
References gather_cfg::cout, submitPVResolutionJobs::key, nano_mu_digi_cff::layer, mod(), relativeConstraints::ring, alignCSCRings::s, and smoduleMap.
|
inline |
Definition at line 157 of file TrackerMap.h.
References alignCSCRings::s, and title.
Referenced by SiStripCondObjectRepresent::SiStripDataContainer< Item, type >::fillTrackerMap().
|
inline |
Definition at line 156 of file TrackerMap.h.
References printflag.
Referenced by BuildTrackerMapPlugin::endJob(), and SiStripBaseCondObjDQM::saveTkMap().
|
inline |
Definition at line 269 of file TrackerMap.h.
References ix, saveAsSingleLayer, x, xmax, xmin, and xsize.
Referenced by drawModule().
|
inline |
Definition at line 294 of file TrackerMap.h.
References ix, saveAsSingleLayer, x, XFEDCSIZE, xmax, and xmin.
Referenced by drawApvPair().
|
inline |
Definition at line 312 of file TrackerMap.h.
References ix, saveAsSingleLayer, x, xmax, xmin, and xsize.
Referenced by drawCcu().
|
inline |
Definition at line 330 of file TrackerMap.h.
References ix, saveAsSingleLayer, x, xmax, xmin, and XPSURSIZE.
Referenced by drawHV2(), drawHV3(), and drawPsu().
|
inline |
Definition at line 277 of file TrackerMap.h.
References iy, nlay, saveAsSingleLayer, xsize, y, testProducerWithPsetDescEmpty_cfi::y1, ymax, ymin, and ysize.
Referenced by drawModule().
|
inline |
Definition at line 302 of file TrackerMap.h.
References iy, saveAsSingleLayer, y, testProducerWithPsetDescEmpty_cfi::y1, YFEDCSIZE, ymax, and ymin.
Referenced by drawApvPair().
|
inline |
Definition at line 320 of file TrackerMap.h.
References iy, saveAsSingleLayer, y, testProducerWithPsetDescEmpty_cfi::y1, ymax, ymin, and ysize.
Referenced by drawCcu().
|
inline |
Definition at line 338 of file TrackerMap.h.
References iy, saveAsSingleLayer, y, testProducerWithPsetDescEmpty_cfi::y1, ymax, ymin, and YPSURSIZE.
Referenced by drawHV2(), drawHV3(), and drawPsu().
|
private |
Definition at line 674 of file TrackerMap.h.
Referenced by addPixel(), init(), and save().
SvgApvPair TrackerMap::apvMap |
Definition at line 175 of file TrackerMap.h.
Referenced by fill_current_val_fed_channel(), fill_fed_channel(), fillc_fed_channel(), module(), printall(), printonline(), save_as_fedtrackermap(), TrackerMap(), and ~TrackerMap().
ModApvPair TrackerMap::apvModuleMap |
Definition at line 177 of file TrackerMap.h.
Referenced by fill_fed_channel(), printall(), printonline(), and TrackerMap().
|
protected |
Definition at line 665 of file TrackerMap.h.
MapCcu TrackerMap::ccuMap |
Definition at line 182 of file TrackerMap.h.
Referenced by fill_fec_channel(), fillc_fec_channel(), printall(), printonline(), save_as_fectrackermap(), TrackerMap(), and ~TrackerMap().
bool TrackerMap::enableFecProcessing |
Definition at line 194 of file TrackerMap.h.
Referenced by printall(), printonline(), save_as_fectrackermap(), and TrackerMap().
bool TrackerMap::enableFedProcessing |
Definition at line 193 of file TrackerMap.h.
Referenced by printall(), printonline(), save_as_fedtrackermap(), and TrackerMap().
bool TrackerMap::enableHVProcessing |
Definition at line 196 of file TrackerMap.h.
Referenced by printall(), printonline(), save_as_HVtrackermap(), and TrackerMap().
bool TrackerMap::enableLVProcessing |
Definition at line 195 of file TrackerMap.h.
Referenced by printall(), printonline(), save_as_psutrackermap(), and TrackerMap().
FecModule TrackerMap::fecModuleMap |
Definition at line 184 of file TrackerMap.h.
Referenced by printall(), printonline(), save_as_fectrackermap(), and TrackerMap().
SvgFed TrackerMap::fedMap |
Definition at line 179 of file TrackerMap.h.
Referenced by printall(), printonline(), save_as_fedtrackermap(), and TrackerMap().
|
protected |
Definition at line 660 of file TrackerMap.h.
Referenced by init().
|
protected |
Definition at line 654 of file TrackerMap.h.
Referenced by printall(), printonline(), save_as_fedtrackermap(), and TrackerMap().
int TrackerMap::firstRing[43] |
Definition at line 647 of file TrackerMap.h.
Referenced by getAutomaticRange(), SiStripMiscalibrate::getTruncatedRange(), init(), print(), printall(), printlayers(), printonline(), save(), and ~TrackerMap().
|
protected |
Definition at line 666 of file TrackerMap.h.
Referenced by init(), printonline(), and setRange().
|
protected |
Definition at line 666 of file TrackerMap.h.
Referenced by init(), printonline(), and setRange().
ImoduleMap TrackerMap::imoduleMap |
Definition at line 173 of file TrackerMap.h.
Referenced by build(), fill(), fill_all_blank(), fill_current_val(), fillc(), fillc_all_blank(), reset(), setText(), and TrackerMap().
std::string TrackerMap::infilename |
Definition at line 199 of file TrackerMap.h.
Referenced by build(), and TrackerMap().
|
protected |
Definition at line 664 of file TrackerMap.h.
Referenced by load().
|
protected |
Definition at line 658 of file TrackerMap.h.
Referenced by defcwindow(), deffecwindow(), defpsuwindow(), defwindow(), find_layer(), init(), xdpixel(), xdpixelc(), xdpixelfec(), and xdpixelpsu().
|
protected |
Definition at line 658 of file TrackerMap.h.
Referenced by defcwindow(), deffecwindow(), defpsuwindow(), defwindow(), find_layer(), init(), ydpixel(), ydpixelc(), ydpixelfec(), and ydpixelpsu().
|
protected |
Definition at line 663 of file TrackerMap.h.
Referenced by print().
std::string TrackerMap::jsfilename |
Definition at line 199 of file TrackerMap.h.
Referenced by print(), and TrackerMap().
std::string TrackerMap::jsPath |
Definition at line 200 of file TrackerMap.h.
Referenced by findfile(), and TrackerMap().
|
private |
Definition at line 677 of file TrackerMap.h.
Referenced by buildLegend().
|
private |
Definition at line 678 of file TrackerMap.h.
Referenced by buildLegend().
|
protected |
Definition at line 667 of file TrackerMap.h.
Referenced by drawPalette(), getcolor(), init(), print(), printlayers(), save(), save_as_fectrackermap(), save_as_fedtrackermap(), save_as_HVtrackermap(), and save_as_psutrackermap().
|
protected |
Definition at line 667 of file TrackerMap.h.
Referenced by drawPalette(), getcolor(), init(), print(), printlayers(), save(), save_as_fectrackermap(), save_as_fedtrackermap(), save_as_HVtrackermap(), and save_as_psutrackermap().
|
protected |
Definition at line 653 of file TrackerMap.h.
Referenced by printall(), printonline(), save_as_fedtrackermap(), and TrackerMap().
|
protected |
Definition at line 655 of file TrackerMap.h.
Referenced by printall(), printonline(), save_as_fectrackermap(), and TrackerMap().
|
protected |
Definition at line 650 of file TrackerMap.h.
Referenced by drawModule(), and ydpixel().
|
protected |
Definition at line 656 of file TrackerMap.h.
Referenced by printall(), printonline(), save_as_HVtrackermap(), save_as_psutrackermap(), and TrackerMap().
int TrackerMap::ntotRing[43] |
Definition at line 646 of file TrackerMap.h.
Referenced by getAutomaticRange(), init(), print(), printall(), printlayers(), printonline(), save(), and ~TrackerMap().
|
protected |
Definition at line 668 of file TrackerMap.h.
Referenced by build().
|
private |
Definition at line 672 of file TrackerMap.h.
|
private |
Definition at line 675 of file TrackerMap.h.
Referenced by init(), onlyPixel(), and save().
int TrackerMap::palette |
Definition at line 189 of file TrackerMap.h.
Referenced by drawApvPair(), drawCcu(), drawHV2(), drawHV3(), drawModule(), drawPalette(), drawPsu(), getcolor(), init(), and setPalette().
|
protected |
Definition at line 659 of file TrackerMap.h.
Referenced by defwindow(), drawModule(), and init().
bool TrackerMap::printflag |
Definition at line 190 of file TrackerMap.h.
Referenced by init(), print(), save(), save_as_fectrackermap(), save_as_fedtrackermap(), save_as_HVtrackermap(), save_as_psutrackermap(), and showPalette().
bool TrackerMap::psetAvailable |
Definition at line 201 of file TrackerMap.h.
Referenced by TrackerMap().
MapPsu TrackerMap::psuMap |
Definition at line 186 of file TrackerMap.h.
Referenced by fill_hv_channel2(), fill_hv_channel3(), fill_lv_channel(), fillc_hv_channel2(), fillc_hv_channel3(), fillc_lv_channel(), printall(), printonline(), save_as_HVtrackermap(), save_as_psutrackermap(), TrackerMap(), and ~TrackerMap().
PsuModule TrackerMap::psuModuleMap |
Definition at line 188 of file TrackerMap.h.
Referenced by printall(), printonline(), save_as_HVtrackermap(), save_as_psutrackermap(), and TrackerMap().
|
private |
Definition at line 673 of file TrackerMap.h.
Referenced by printlayers(), save_as_fectrackermap(), save_as_fedtrackermap(), save_as_HVtrackermap(), save_as_psutrackermap(), TrackerMap(), xdpixel(), xdpixelc(), xdpixelfec(), xdpixelpsu(), ydpixel(), ydpixelc(), ydpixelfec(), and ydpixelpsu().
|
protected |
Definition at line 662 of file TrackerMap.h.
Referenced by save(), save_as_fectrackermap(), save_as_fedtrackermap(), save_as_HVtrackermap(), and save_as_psutrackermap().
bool TrackerMap::saveGeoTrackerMap |
Definition at line 192 of file TrackerMap.h.
Referenced by printall(), save(), and TrackerMap().
bool TrackerMap::saveWebInterface |
Definition at line 191 of file TrackerMap.h.
Referenced by printall(), save_as_fectrackermap(), save_as_fedtrackermap(), save_as_HVtrackermap(), save_as_psutrackermap(), and TrackerMap().
SvgFed TrackerMap::slotMap |
Definition at line 180 of file TrackerMap.h.
Referenced by save_as_fedtrackermap(), and TrackerMap().
SmoduleMap TrackerMap::smoduleMap |
Definition at line 171 of file TrackerMap.h.
Referenced by build(), fill(), fillc(), getAutomaticRange(), SiStripMiscalibrate::getTruncatedRange(), init(), print(), printall(), printlayers(), printonline(), save(), setText(), and ~TrackerMap().
|
protected |
Definition at line 661 of file TrackerMap.h.
Referenced by drawApvPair(), drawCcu(), drawHV2(), drawHV3(), drawModule(), drawPalette(), drawPsu(), and print().
|
protected |
Definition at line 669 of file TrackerMap.h.
Referenced by drawApvPair(), drawCcu(), drawHV2(), drawHV3(), drawModule(), drawPalette(), drawPsu(), init(), print(), printall(), printonline(), save(), save_as_fectrackermap(), save_as_fedtrackermap(), save_as_HVtrackermap(), and save_as_psutrackermap().
std::string TrackerMap::title |
Definition at line 198 of file TrackerMap.h.
Referenced by python.rootplot.root2matplotlib.HistStack::bar(), python.rootplot.root2matplotlib.HistStack::bar3d(), python.rootplot.root2matplotlib.HistStack::barcluster(), python.rootplot.root2matplotlib.HistStack::barh(), python.rootplot.root2matplotlib.HistStack::barstack(), MainPageGenerator.MainPageGenerator::CreateNewMainPage(), python.rootplot.root2matplotlib.HistStack::errorbar(), python.rootplot.root2matplotlib.HistStack::errorbarh(), Formatter.SimpleHTMLFormatter::headers(), python.rootplot.root2matplotlib.HistStack::histstack(), print(), printall(), printonline(), save(), save_as_fectrackermap(), save_as_fedtrackermap(), save_as_HVtrackermap(), save_as_psutrackermap(), setTitle(), python.rootplot.root2matplotlib.Hist::show_titles(), python.rootplot.utilities.Hist::TGraph(), python.rootplot.utilities.Hist::TH1F(), python.rootplot.utilities.Hist2D::TH2F(), python.rootplot.root2matplotlib.Hist2D::TH2F(), and TrackerMap().
bool TrackerMap::tkMapLog |
Definition at line 197 of file TrackerMap.h.
Referenced by drawPalette(), getAutomaticRange(), getcolor(), printall(), save(), save_as_fectrackermap(), save_as_fedtrackermap(), save_as_HVtrackermap(), save_as_psutrackermap(), setRange(), and TrackerMap().
std::vector<TColor*> TrackerMap::vc |
Definition at line 168 of file TrackerMap.h.
Referenced by save(), save_as_fectrackermap(), save_as_fedtrackermap(), save_as_HVtrackermap(), and save_as_psutrackermap().
|
protected |
Definition at line 657 of file TrackerMap.h.
Referenced by svgfig.XAxis::__repr__(), defcwindow(), deffecwindow(), defpsuwindow(), defwindow(), xdpixel(), xdpixelc(), xdpixelfec(), and xdpixelpsu().
|
protected |
Definition at line 657 of file TrackerMap.h.
Referenced by svgfig.XAxis::__repr__(), svgfig.Axes::__repr__(), svgfig.HGrid::__repr__(), svgfig.Grid::__repr__(), defcwindow(), deffecwindow(), defpsuwindow(), defwindow(), svgfig.Axes::SVG(), xdpixel(), xdpixelc(), xdpixelfec(), and xdpixelpsu().
|
protected |
Definition at line 658 of file TrackerMap.h.
Referenced by deffecwindow(), defwindow(), find_layer(), getxsize(), TrackerMap(), xdpixel(), xdpixelfec(), and ydpixel().
|
protected |
Definition at line 657 of file TrackerMap.h.
Referenced by svgfig.YAxis::__repr__(), defcwindow(), deffecwindow(), defpsuwindow(), defwindow(), ydpixel(), ydpixelc(), ydpixelfec(), and ydpixelpsu().
|
protected |
Definition at line 657 of file TrackerMap.h.
Referenced by svgfig.YAxis::__repr__(), svgfig.Axes::__repr__(), svgfig.VGrid::__repr__(), svgfig.Grid::__repr__(), defcwindow(), deffecwindow(), defpsuwindow(), defwindow(), plotting.PlotTextBox::Draw(), svgfig.Axes::SVG(), ydpixel(), ydpixelc(), ydpixelfec(), and ydpixelpsu().
|
protected |
Definition at line 658 of file TrackerMap.h.
Referenced by deffecwindow(), defwindow(), find_layer(), getysize(), TrackerMap(), ydpixel(), and ydpixelfec().