#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 | ndet |
int | npart |
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 Attributes | |
bool | addPixelFlag |
float | oldz |
bool | onlyPixelFlag |
bool | saveAsSingleLayer |
Definition at line 72 of file TrackerMap.h.
typedef std::multimap<TmCcu* , TmModule*> TrackerMap::FecModule |
Definition at line 153 of file TrackerMap.h.
typedef std::map<const int , TmModule *> TrackerMap::ImoduleMap |
Definition at line 142 of file TrackerMap.h.
typedef std::map<const int , TmCcu*> TrackerMap::MapCcu |
Definition at line 151 of file TrackerMap.h.
typedef std::map<const int , TmPsu*> TrackerMap::MapPsu |
Definition at line 155 of file TrackerMap.h.
typedef std::multimap<const int , TmApvPair*> TrackerMap::ModApvPair |
Definition at line 146 of file TrackerMap.h.
typedef std::multimap<TmPsu* , TmModule*> TrackerMap::PsuModule |
Definition at line 157 of file TrackerMap.h.
typedef std::map<const int , TmModule *> TrackerMap::SmoduleMap |
Definition at line 140 of file TrackerMap.h.
typedef std::map<const int , TmApvPair*> TrackerMap::SvgApvPair |
Definition at line 144 of file TrackerMap.h.
typedef std::map<const int , int> TrackerMap::SvgFed |
Definition at line 148 of file TrackerMap.h.
TrackerMap::TrackerMap | ( | std::string | s = " " , |
int | xsize1 = 340 , |
||
int | ysize1 = 200 |
||
) |
Definition at line 412 of file TrackerMap.cc.
TrackerMap::TrackerMap | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 392 of file TrackerMap.cc.
TrackerMap::TrackerMap | ( | const edm::ParameterSet & | iConfig, |
const SiStripFedCabling * | tkFed, | ||
const TrackerTopology *const | topology | ||
) |
Definition at line 32 of file TrackerMap.cc.
TrackerMap::~TrackerMap | ( | ) |
default destructor
Definition at line 490 of file TrackerMap.cc.
|
inline |
Definition at line 130 of file TrackerMap.h.
void TrackerMap::build | ( | ) |
Definition at line 2808 of file TrackerMap.cc.
|
inline |
Definition at line 299 of file TrackerMap.h.
|
inline |
Definition at line 308 of file TrackerMap.h.
|
inline |
Definition at line 317 of file TrackerMap.h.
|
inline |
Definition at line 329 of file TrackerMap.h.
void TrackerMap::drawApvPair | ( | int | crate, |
int | numfed_incrate, | ||
bool | total, | ||
TmApvPair * | apvPair, | ||
std::ofstream * | file, | ||
bool | useApvPairValue | ||
) |
Definition at line 943 of file TrackerMap.cc.
void TrackerMap::drawCcu | ( | int | crate, |
int | numfed_incrate, | ||
bool | total, | ||
TmCcu * | ccu, | ||
std::ofstream * | file, | ||
bool | useCcuValue | ||
) |
Definition at line 1029 of file TrackerMap.cc.
void TrackerMap::drawHV2 | ( | int | rack, |
int | numcrate_inrack, | ||
bool | print_total, | ||
TmPsu * | psu, | ||
std::ofstream * | svgfile, | ||
bool | usePsuValue | ||
) |
Definition at line 1171 of file TrackerMap.cc.
void TrackerMap::drawHV3 | ( | int | rack, |
int | numcrate_inrack, | ||
bool | print_total, | ||
TmPsu * | psu, | ||
std::ofstream * | svgfile, | ||
bool | usePsuValue | ||
) |
Definition at line 1238 of file TrackerMap.cc.
void TrackerMap::drawModule | ( | TmModule * | mod, |
int | key, | ||
int | layer, | ||
bool | total, | ||
std::ofstream * | file | ||
) |
Definition at line 537 of file TrackerMap.cc.
void TrackerMap::drawPalette | ( | std::ofstream * | file, |
int | xoffset = 3660 , |
||
int | yoffset = 1540 |
||
) |
Definition at line 2500 of file TrackerMap.cc.
void TrackerMap::drawPsu | ( | int | rack, |
int | numcrate_inrack, | ||
bool | print_total, | ||
TmPsu * | psu, | ||
std::ofstream * | svgfile, | ||
bool | usePsuValue | ||
) |
Definition at line 1094 of file TrackerMap.cc.
void TrackerMap::fill | ( | int | layer, |
int | ring, | ||
int | nmod, | ||
float | x | ||
) |
Definition at line 2777 of file TrackerMap.cc.
Referenced by SiStripCablingTrackerMap::analyze(), and SiStripPlotGain::DoAnalysis().
void TrackerMap::fill | ( | int | idmod, |
float | qty | ||
) |
Definition at line 2757 of file TrackerMap.cc.
void TrackerMap::fill_all_blank | ( | ) |
Definition at line 2740 of file TrackerMap.cc.
void TrackerMap::fill_current_val | ( | int | idmod, |
float | current_val | ||
) |
Definition at line 2750 of file TrackerMap.cc.
void TrackerMap::fill_current_val_fed_channel | ( | int | fedId, |
int | fedCh, | ||
float | current_val | ||
) |
Definition at line 2565 of file TrackerMap.cc.
void TrackerMap::fill_fec_channel | ( | int | crate, |
int | slot, | ||
int | ring, | ||
int | addr, | ||
float | qty | ||
) |
Definition at line 2589 of file TrackerMap.cc.
void TrackerMap::fill_fed_channel | ( | int | fedId, |
int | fedCh, | ||
float | qty | ||
) |
Definition at line 2698 of file TrackerMap.cc.
void TrackerMap::fill_fed_channel | ( | int | modId, |
float | qty | ||
) |
Definition at line 2550 of file TrackerMap.cc.
void TrackerMap::fill_hv_channel2 | ( | int | rack, |
int | crate, | ||
int | board, | ||
float | qty | ||
) |
Definition at line 2659 of file TrackerMap.cc.
void TrackerMap::fill_hv_channel3 | ( | int | rack, |
int | crate, | ||
int | board, | ||
float | qty | ||
) |
Definition at line 2671 of file TrackerMap.cc.
void TrackerMap::fill_lv_channel | ( | int | rack, |
int | crate, | ||
int | board, | ||
float | qty | ||
) |
Definition at line 2618 of file TrackerMap.cc.
|
inline |
Definition at line 104 of file TrackerMap.h.
void TrackerMap::fillc | ( | int | idmod, |
int | red, | ||
int | green, | ||
int | blue | ||
) |
Definition at line 2711 of file TrackerMap.cc.
void TrackerMap::fillc | ( | int | layer, |
int | ring, | ||
int | nmod, | ||
int | red, | ||
int | green, | ||
int | blue | ||
) |
Definition at line 2720 of file TrackerMap.cc.
void TrackerMap::fillc_all_blank | ( | ) |
Definition at line 2732 of file TrackerMap.cc.
void TrackerMap::fillc_fec_channel | ( | int | crate, |
int | slot, | ||
int | ring, | ||
int | addr, | ||
int | red, | ||
int | green, | ||
int | blue | ||
) |
Definition at line 2576 of file TrackerMap.cc.
void TrackerMap::fillc_fed_channel | ( | int | fedId, |
int | fedCh, | ||
int | red, | ||
int | green, | ||
int | blue | ||
) |
Definition at line 2538 of file TrackerMap.cc.
void TrackerMap::fillc_hv_channel2 | ( | int | rack, |
int | crate, | ||
int | board, | ||
int | red, | ||
int | green, | ||
int | blue | ||
) |
Definition at line 2631 of file TrackerMap.cc.
void TrackerMap::fillc_hv_channel3 | ( | int | rack, |
int | crate, | ||
int | board, | ||
int | red, | ||
int | green, | ||
int | blue | ||
) |
Definition at line 2644 of file TrackerMap.cc.
void TrackerMap::fillc_lv_channel | ( | int | rack, |
int | crate, | ||
int | board, | ||
int | red, | ||
int | green, | ||
int | blue | ||
) |
Definition at line 2604 of file TrackerMap.cc.
|
inline |
Definition at line 188 of file TrackerMap.h.
std::ifstream * TrackerMap::findfile | ( | std::string | filename | ) |
Definition at line 3510 of file TrackerMap.cc.
std::pair< float, float > TrackerMap::getAutomaticRange | ( | ) |
Definition at line 675 of file TrackerMap.cc.
int TrackerMap::getcolor | ( | float | value, |
int | palette | ||
) |
Definition at line 2851 of file TrackerMap.cc.
|
inline |
Definition at line 214 of file TrackerMap.h.
|
inline |
Definition at line 405 of file TrackerMap.h.
|
inline |
Definition at line 138 of file TrackerMap.h.
|
inline |
Definition at line 372 of file TrackerMap.h.
|
inline |
Definition at line 134 of file TrackerMap.h.
|
inline |
Definition at line 135 of file TrackerMap.h.
void TrackerMap::init | ( | void | ) |
Definition at line 439 of file TrackerMap.cc.
|
inlinestatic |
Definition at line 441 of file TrackerMap.h.
|
inline |
Definition at line 463 of file TrackerMap.h.
|
inlinestatic |
Definition at line 428 of file TrackerMap.h.
void TrackerMap::load | ( | std::string | s = "tmap.svg" | ) |
Definition at line 2398 of file TrackerMap.cc.
Referenced by MatrixToProcess.MatrixToProcess::getProcess(), and MatrixToProcess.MatrixToProcess::listAll().
int TrackerMap::module | ( | int | fedId, |
int | fedCh | ||
) |
Definition at line 2688 of file TrackerMap.cc.
|
inline |
Definition at line 450 of file TrackerMap.h.
|
inline |
Definition at line 131 of file TrackerMap.h.
|
inline |
Definition at line 174 of file TrackerMap.h.
void TrackerMap::print | ( | bool | print_total = true , |
float | minval = 0. , |
||
float | maxval = 0. , |
||
std::string | s = "svgmap" |
||
) |
Definition at line 2433 of file TrackerMap.cc.
Referenced by SiStripCablingTrackerMap::endJob().
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 3179 of file TrackerMap.cc.
void TrackerMap::printlayers | ( | bool | print_total = true , |
float | minval = 0. , |
||
float | maxval = 0. , |
||
std::string | s = "layer" |
||
) |
Definition at line 3527 of file TrackerMap.cc.
void TrackerMap::printonline | ( | ) |
Definition at line 2878 of file TrackerMap.cc.
void TrackerMap::reset | ( | void | ) |
Definition at line 431 of file TrackerMap.cc.
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 699 of file TrackerMap.cc.
Referenced by TkVoltageMapCreator::beginRun(), SiStripCablingTrackerMap::endJob(), and SiStripPlotGain::endJob().
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 1303 of file TrackerMap.cc.
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 2126 of file TrackerMap.cc.
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 1562 of file TrackerMap.cc.
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 1844 of file TrackerMap.cc.
|
inline |
Definition at line 124 of file TrackerMap.h.
Referenced by TkVoltageMapCreator::beginRun().
void TrackerMap::setRange | ( | float | min, |
float | max | ||
) |
Definition at line 671 of file TrackerMap.cc.
void TrackerMap::setText | ( | int | idmod, |
std::string | s | ||
) |
Definition at line 2788 of file TrackerMap.cc.
void TrackerMap::setText | ( | int | layer, |
int | ring, | ||
int | nmod, | ||
std::string | s | ||
) |
Definition at line 2798 of file TrackerMap.cc.
|
inline |
Definition at line 127 of file TrackerMap.h.
|
inline |
Definition at line 126 of file TrackerMap.h.
|
inline |
Definition at line 236 of file TrackerMap.h.
|
inline |
Definition at line 256 of file TrackerMap.h.
|
inline |
Definition at line 270 of file TrackerMap.h.
|
inline |
Definition at line 284 of file TrackerMap.h.
|
inline |
Definition at line 242 of file TrackerMap.h.
|
inline |
Definition at line 262 of file TrackerMap.h.
|
inline |
Definition at line 276 of file TrackerMap.h.
|
inline |
Definition at line 290 of file TrackerMap.h.
|
private |
Definition at line 508 of file TrackerMap.h.
SvgApvPair TrackerMap::apvMap |
Definition at line 145 of file TrackerMap.h.
ModApvPair TrackerMap::apvModuleMap |
Definition at line 147 of file TrackerMap.h.
|
protected |
Definition at line 498 of file TrackerMap.h.
MapCcu TrackerMap::ccuMap |
Definition at line 152 of file TrackerMap.h.
bool TrackerMap::enableFecProcessing |
Definition at line 164 of file TrackerMap.h.
bool TrackerMap::enableFedProcessing |
Definition at line 163 of file TrackerMap.h.
bool TrackerMap::enableHVProcessing |
Definition at line 166 of file TrackerMap.h.
bool TrackerMap::enableLVProcessing |
Definition at line 165 of file TrackerMap.h.
FecModule TrackerMap::fecModuleMap |
Definition at line 154 of file TrackerMap.h.
SvgFed TrackerMap::fedMap |
Definition at line 149 of file TrackerMap.h.
|
protected |
Definition at line 493 of file TrackerMap.h.
|
protected |
Definition at line 487 of file TrackerMap.h.
int TrackerMap::firstRing[43] |
Definition at line 480 of file TrackerMap.h.
|
protected |
Definition at line 499 of file TrackerMap.h.
|
protected |
Definition at line 499 of file TrackerMap.h.
ImoduleMap TrackerMap::imoduleMap |
Definition at line 143 of file TrackerMap.h.
std::string TrackerMap::infilename |
Definition at line 171 of file TrackerMap.h.
|
protected |
Definition at line 497 of file TrackerMap.h.
|
protected |
Definition at line 491 of file TrackerMap.h.
|
protected |
Definition at line 491 of file TrackerMap.h.
|
protected |
Definition at line 496 of file TrackerMap.h.
std::string TrackerMap::jsfilename |
Definition at line 171 of file TrackerMap.h.
std::string TrackerMap::jsPath |
Definition at line 172 of file TrackerMap.h.
|
protected |
Definition at line 500 of file TrackerMap.h.
|
protected |
Definition at line 500 of file TrackerMap.h.
|
protected |
Definition at line 486 of file TrackerMap.h.
int TrackerMap::ndet |
Definition at line 168 of file TrackerMap.h.
|
protected |
Definition at line 488 of file TrackerMap.h.
|
protected |
Definition at line 483 of file TrackerMap.h.
int TrackerMap::npart |
Definition at line 169 of file TrackerMap.h.
|
protected |
Definition at line 489 of file TrackerMap.h.
int TrackerMap::ntotRing[43] |
Definition at line 479 of file TrackerMap.h.
|
protected |
Definition at line 501 of file TrackerMap.h.
|
private |
Definition at line 506 of file TrackerMap.h.
|
private |
Definition at line 509 of file TrackerMap.h.
int TrackerMap::palette |
Definition at line 159 of file TrackerMap.h.
Referenced by Vispa.Gui.SimpleDraggableTreeWidget.SimpleDraggableTreeWidget::__init__().
|
protected |
Definition at line 492 of file TrackerMap.h.
bool TrackerMap::printflag |
Definition at line 160 of file TrackerMap.h.
bool TrackerMap::psetAvailable |
Definition at line 173 of file TrackerMap.h.
MapPsu TrackerMap::psuMap |
Definition at line 156 of file TrackerMap.h.
PsuModule TrackerMap::psuModuleMap |
Definition at line 158 of file TrackerMap.h.
|
private |
Definition at line 507 of file TrackerMap.h.
|
protected |
Definition at line 495 of file TrackerMap.h.
bool TrackerMap::saveGeoTrackerMap |
Definition at line 162 of file TrackerMap.h.
bool TrackerMap::saveWebInterface |
Definition at line 161 of file TrackerMap.h.
SvgFed TrackerMap::slotMap |
Definition at line 150 of file TrackerMap.h.
SmoduleMap TrackerMap::smoduleMap |
Definition at line 141 of file TrackerMap.h.
|
protected |
Definition at line 494 of file TrackerMap.h.
|
protected |
Definition at line 502 of file TrackerMap.h.
std::string TrackerMap::title |
Definition at line 170 of file TrackerMap.h.
bool TrackerMap::tkMapLog |
Definition at line 167 of file TrackerMap.h.
std::vector<TColor*> TrackerMap::vc |
Definition at line 138 of file TrackerMap.h.
|
protected |
Definition at line 490 of file TrackerMap.h.
|
protected |
Definition at line 490 of file TrackerMap.h.
|
protected |
Definition at line 491 of file TrackerMap.h.
|
protected |
Definition at line 490 of file TrackerMap.h.
|
protected |
Definition at line 490 of file TrackerMap.h.
|
protected |
Definition at line 491 of file TrackerMap.h.