14#ifndef TILEMONITORING_TILERAWCHANNELMONTOOL_H
15#define TILEMONITORING_TILERAWCHANNELMONTOOL_H
48 virtual StatusCode
checkHists(
bool fromFinalize)
override;
51 void drawHists(
int ros,
int drawer,
const std::string& moduleName);
54 void bookDsp(
int ros,
int drawer);
55 StatusCode
fillDsp(std::map<
int, std::vector<double> > &efitMap, std::map<
int, std::vector<double> > &tfitMap);
56 StatusCode
finalDsp(
int ros,
int drawer);
58 void drawDsp(
int ros,
int drawer,
const std::string& moduleName);
59 void drawOptFilt(
int ros,
int drawer,
const std::string& moduleName);
61 void LaserFancyPlotting(
int ros,
int drawer,
int maxgain,
const std::string& moduleName);
94 bool checkDmuHeader(std::vector<uint32_t>* headerVec,
int dmu);
104 if (((
header >> 31 & 0x1) == 1) && ((
header >> 17 & 0x1) == 0))
115 for (
int i = 0; i < 32; ++i)
116 parity += ((
header >> i) & 0x1);
118 if ((parity % 2) == 1)
return false;
Property holding a SG store/key/clid from which a ReadHandle is made.
Information produced by TileDQstatusAlg (used to be done by TileBeamInfoProvider).
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
Property holding a SG store/key/clid from which a ReadHandle is made.
void mean(std::vector< double > &bins, std::vector< double > &values, const std::vector< std::string > &files, const std::string &histname, const std::string &tplotname, const std::string &label="")