Enumerations | |
enum | TrackerRegion { TIB1r = 1010, TIB1s = 1011, TIB2r = 1020, TIB2s = 1021, TIB3r = 1030, TIB4r = 1040, TOB1r = 2010, TOB1s = 2011, TOB2r = 2020, TOB2s = 2021, TOB3r = 2030, TOB4r = 2040, TOB5r = 2050, TOB6r = 2060, TEC1r = 3010, TEC1s = 3011, TEC2r = 3020, TEC2s = 3021, TEC3r = 3030, TEC3s = 3031, TEC4r = 3040, TEC4s = 3041, TEC5r = 3050, TEC5s = 3051, TEC6r = 3060, TEC6s = 3061, TEC7r = 3070, TEC7s = 3071, TEC8r = 3080, TEC8s = 3081, TEC9r = 3090, TEC9s = 3091, TID1r = 4010, TID1s = 4011, TID2r = 4020, TID2s = 4021, TID3r = 4030, TID3s = 4031, END_OF_REGIONS } |
Functions | |
void | drawStatBox (std::map< std::string, std::shared_ptr< TH1F >> histos, std::map< std::string, int > colormap, std::vector< std::string > legend, double X=0.15, double Y=0.93, double W=0.15, double H=0.10) |
std::pair< float, float > | getExtrema (TH1 *h1, TH1 *h2) |
std::pair< float, float > | getTheRange (std::map< uint32_t, float > values) |
void | makeNicePlotStyle (TH1 *hist) |
void | printSummary (const std::map< unsigned int, SiStripDetSummary::Values > &map) |
const char * | regionType (int index) |
Definition at line 13 of file SiStripPayloadInspectorHelper.h.
void SiStripPI::drawStatBox | ( | std::map< std::string, std::shared_ptr< TH1F >> | histos, |
std::map< std::string, int > | colormap, | ||
std::vector< std::string > | legend, | ||
double | X = 0.15 , |
||
double | Y = 0.93 , |
||
double | W = 0.15 , |
||
double | H = 0.10 |
||
) |
Definition at line 117 of file SiStripPayloadInspectorHelper.h.
References edmScanValgrind::buffer, class-composition::H, plotFactory::histos, mps_fire::i, X, and DOFs::Y.
std::pair<float,float> SiStripPI::getExtrema | ( | TH1 * | h1, |
TH1 * | h2 | ||
) |
std::pair<float,float> SiStripPI::getTheRange | ( | std::map< uint32_t, float > | values | ) |
Definition at line 91 of file SiStripPayloadInspectorHelper.h.
References begin, end, funct::m, AlCaHLTBitMon_ParallelJobs::p, mathSSE::sqrt(), and plotscripts::stdev().
void SiStripPI::makeNicePlotStyle | ( | TH1 * | hist | ) |
Definition at line 166 of file SiStripPayloadInspectorHelper.h.
void SiStripPI::printSummary | ( | const std::map< unsigned int, SiStripDetSummary::Values > & | map | ) |
Definition at line 187 of file SiStripPayloadInspectorHelper.h.
References KineDebug3::count(), gather_cfg::cout, gamEcalExtractorBlocks_cff::detector, RecoTauDiscriminantConfiguration::mean, regionType(), RecoTauDiscriminantConfiguration::rms, mathSSE::sqrt(), and AlCaHLTBitMon_QueryRunRegistry::string.
const char* SiStripPI::regionType | ( | int | index | ) |
Definition at line 40 of file SiStripPayloadInspectorHelper.h.
References END_OF_REGIONS, diffTreeTool::index, TEC1r, TEC1s, TEC2r, TEC2s, TEC3r, TEC3s, TEC4r, TEC4s, TEC5r, TEC5s, TEC6r, TEC6s, TEC7r, TEC7s, TEC8r, TEC8s, TEC9r, TEC9s, TIB1r, TIB1s, TIB2r, TIB2s, TIB3r, TIB4r, TID1r, TID1s, TID2r, TID2s, TID3r, TID3s, TOB1r, TOB1s, TOB2r, TOB2s, TOB3r, TOB4r, TOB5r, and TOB6r.
Referenced by printSummary().