1 #define __STDC_FORMAT_MACROS 1
2 #define DQM_ROOT_METHODS 1
19 raiseDQMError(
"MonitorElement",
"Method '%s' cannot be invoked on monitor"
20 " element '%s' because it is not a ROOT object.",
23 TH1 *
h =
static_cast<TH1 *
>(tobj);
24 int ndim = h->GetDimension();
25 if (reqdim < 0 || reqdim > ndim)
26 raiseDQMError(
"MonitorElement",
"Method '%s' cannot be invoked on monitor"
27 " element '%s' because it requires %d dimensions; this"
28 " object of type '%s' has %d dimensions",
29 func, name.c_str(), reqdim,
typeid(*h).name(), ndim);
56 raiseDQMError(
"MonitorElement",
"cannot initialise monitor element"
57 " to invalid type %d", (
int) kind);
70 assert(dynamic_cast<TH1F *>(rootobj));
76 assert(dynamic_cast<TH1S *>(rootobj));
82 assert(dynamic_cast<TH1D *>(rootobj));
88 assert(dynamic_cast<TH2F *>(rootobj));
94 assert(dynamic_cast<TH2S *>(rootobj));
100 assert(dynamic_cast<TH2D *>(rootobj));
106 assert(dynamic_cast<TH3F *>(rootobj));
112 assert(dynamic_cast<TProfile *>(rootobj));
118 assert(dynamic_cast<TProfile2D *>(rootobj));
124 raiseDQMError(
"MonitorElement",
"cannot initialise monitor element"
125 " as a root object with type %d", (
int) kind);
141 raiseDQMError(
"MonitorElement",
"cannot initialise monitor element"
142 " as a string with type %d", (
int) kind);
190 reference_(x.reference_),
191 refvalue_(x.refvalue_),
192 qreports_(x.qreports_)
250 THashList *l1 = (
const_cast<TAxis*
>(a1))->GetLabels();
251 THashList *l2 = (
const_cast<TAxis*
>(a2))->GetLabels();
259 if (l1->GetSize() != l2->GetSize() ) {
262 for (
int i = 1;
i <= a1->GetNbins(); ++
i) {
263 TString label1 = a1->GetBinLabel(
i);
264 TString label2 = a2->GetBinLabel(
i);
265 if (label1 != label2) {
316 ->Fill(static_cast<double>(x), 1);
319 ->Fill(static_cast<double>(x), 1);
322 ->Fill(static_cast<double>(x), 1);
371 int index = entries + 1 ;
372 int xlow = 2 ;
int xup =
nbins ;
374 if ( entries >= nbins )
377 xlow = entries - nbins + 3 ; xup = entries+1 ;
383 double N = entries - nbins + 1.;
384 if ( ye == 0. || y1err == 0. || y2err == 0.)
387 double sum = N*y1 + y2;
390 double s=(N+1.)*(N*y1*y1 + y2*y2) - sum*sum;
392 y1err =
sqrt(s)/(N+1.);
399 double denom = (1./y1err + 1./y2err);
400 double mean = (y1/y1err + y2/y2err)/denom;
402 y1err =
sqrt(((y1-mean)*(y1-mean)/y1err +
403 (y2-mean)*(y2-mean)/y2err)/denom/2.);
422 sprintf (buffer,
"%d", xlow*xscale);
424 sprintf (buffer,
"%d", xup*xscale);
496 snprintf(buf,
sizeof(buf),
"%s%" PRId64, prefix,
scalar_.
num);
501 snprintf(buf,
sizeof(buf),
"%s%.*g", prefix, DBL_DIG+2,
scalar_.
real);
506 into.reserve(strlen(prefix) +
scalar_.
str.size());
547 result.reserve(6 + 2*
data_.
objname.size() + val.size());
550 result +=
'<'; result +=
'/'; result +=
data_.
objname; result +=
'>';
560 size_t len = sprintf(buf,
"t=%" PRIu32,
data_.
tag);
565 result +=
'<'; result +=
'/'; result +=
data_.
objname; result +=
'>';
578 result +=
'<'; result +=
'/'; result +=
data_.
objname; result +=
'>';
588 size_t buflen = sprintf(buf,
"qr=st:%d:%.*g:", qv.
code, DBL_DIG+2, qv.
qtresult);
590 result.reserve(7 + 2*titlelen + buflen + qv.
algorithm.size() + qv.
message.size());
591 result +=
'<'; result +=
data_.
objname; result +=
'.'; result += qv.
qtname; result +=
'>';
593 result +=
'<'; result +=
'/'; result +=
data_.
objname; result +=
'.'; result += qv.
qtname; result +=
'>';
606 std::vector<QReport *>
609 std::vector<QReport *>
result;
615 result.push_back(const_cast<QReport *>(&
qreports_[
i]));
620 std::vector<QReport *>
623 std::vector<QReport *>
result;
630 result.push_back(const_cast<QReport *>(&
qreports_[
i]));
635 std::vector<QReport *>
638 std::vector<QReport *>
result;
645 result.push_back(const_cast<QReport *>(&
qreports_[
i]));
650 std::vector<QReport *>
653 std::vector<QReport *>
result;
662 result.push_back(const_cast<QReport *>(&
qreports_[
i]));
687 int oldStatus = qv.
code;
691 if (oldStatus != qv.
code || oldMessage != qv.
message)
703 raiseDQMError(
"MonitorElement",
"Method '%s' cannot be invoked on monitor"
711 raiseDQMError(
"MonitorElement",
"Method '%s' cannot be invoked on monitor"
712 " element '%s' because it is not a root object",
731 ->GetMeanError(axis); }
743 ->GetRMSError(axis); }
767 ->GetBinContent(binx); }
773 ->GetBinContent(binx, biny); }
779 ->GetBinContent(binx, biny, binz); }
785 ->GetBinError(binx); }
791 ->GetBinError(binx, biny); }
797 ->GetBinError(binx, biny, binz); }
811 ->GetBinEntries(bin);
814 ->GetBinEntries(bin);
853 {
return getAxis(__PRETTY_FUNCTION__, axis)
870 ->SetBinContent(binx, content);
879 ->SetBinContent(binx, biny, content); }
887 ->SetBinContent(binx, biny, binz, content); }
895 ->SetBinError(binx, error);
904 ->SetBinError(binx, biny, error);
913 ->SetBinError(binx, biny, binz, error);
923 ->SetBinEntries(bin, nentries);
926 ->SetBinEntries(bin, nentries);
937 ->SetEntries(nentries);
945 if (
getAxis(__PRETTY_FUNCTION__, axis)->GetNbins() >= bin )
947 getAxis(__PRETTY_FUNCTION__, axis)
948 ->SetBinLabel(bin, label.c_str());
953 std::cout <<
"*** MonitorElement: WARNING:"
954 <<
"setBinLabel: attempting to set label of non-existent bin number \n";
963 getAxis(__PRETTY_FUNCTION__, axis)
964 ->SetRangeUser(xmin, xmax);
972 getAxis(__PRETTY_FUNCTION__, axis)
973 ->SetTitle(title.c_str());
981 getAxis(__PRETTY_FUNCTION__, axis)
982 ->SetTimeDisplay(value);
990 getAxis(__PRETTY_FUNCTION__, axis)
991 ->SetTimeFormat(format);
999 getAxis(__PRETTY_FUNCTION__, axis)
1000 ->SetTimeOffset(toffset, option);
1009 ->SetTitle(title.c_str());
1025 raiseDQMError(
"MonitorElement",
"No such axis %d in monitor element"
1047 TH1F *orig =
static_cast<TH1F *
>(
object_);
1054 orig->GetXaxis()->GetXmin(),
1055 orig->GetXaxis()->GetXmax());
1065 TH1S *orig =
static_cast<TH1S *
>(
object_);
1072 orig->GetXaxis()->GetXmin(),
1073 orig->GetXaxis()->GetXmax());
1083 TH1D *orig =
static_cast<TH1D *
>(
object_);
1090 orig->GetXaxis()->GetXmin(),
1091 orig->GetXaxis()->GetXmax());
1101 TH2F *orig =
static_cast<TH2F *
>(
object_);
1108 orig->GetXaxis()->GetXmin(),
1109 orig->GetXaxis()->GetXmax(),
1111 orig->GetYaxis()->GetXmin(),
1112 orig->GetYaxis()->GetXmax());
1122 TH2S *orig =
static_cast<TH2S *
>(
object_);
1129 orig->GetXaxis()->GetXmin(),
1130 orig->GetXaxis()->GetXmax(),
1132 orig->GetYaxis()->GetXmin(),
1133 orig->GetYaxis()->GetXmax());
1143 TH2D *orig =
static_cast<TH2D *
>(
object_);
1150 orig->GetXaxis()->GetXmin(),
1151 orig->GetXaxis()->GetXmax(),
1153 orig->GetYaxis()->GetXmin(),
1154 orig->GetYaxis()->GetXmax());
1164 TH3F *orig =
static_cast<TH3F *
>(
object_);
1171 orig->GetXaxis()->GetXmin(),
1172 orig->GetXaxis()->GetXmax(),
1174 orig->GetYaxis()->GetXmin(),
1175 orig->GetYaxis()->GetXmax(),
1177 orig->GetZaxis()->GetXmin(),
1178 orig->GetZaxis()->GetXmax());
1188 TProfile *orig =
static_cast<TProfile *
>(
object_);
1189 TProfile *
r =
static_cast<TProfile *
>(
refvalue_);
1195 orig->GetXaxis()->GetXmin(),
1196 orig->GetXaxis()->GetXmax(),
1197 orig->GetYaxis()->GetXmin(),
1198 orig->GetYaxis()->GetXmax(),
1199 orig->GetErrorOption());
1209 TProfile2D *orig =
static_cast<TProfile2D *
>(
object_);
1210 TProfile2D *
r =
static_cast<TProfile2D *
>(
refvalue_);
1216 orig->GetXaxis()->GetXmin(),
1217 orig->GetXaxis()->GetXmax(),
1219 orig->GetYaxis()->GetXmin(),
1220 orig->GetYaxis()->GetXmax(),
1221 orig->GetZaxis()->GetXmin(),
1222 orig->GetZaxis()->GetXmax(),
1223 orig->GetErrorOption());
1249 TH1 *orig =
static_cast<TH1 *
>(
object_);
1254 TProfile *orig =
static_cast<TProfile *
>(
object_);
1255 TProfile *
r =
static_cast<TProfile *
>(
refvalue_);
1260 TProfile2D *orig =
static_cast<TProfile2D *
>(
object_);
1261 TProfile2D *
r =
static_cast<TProfile2D *
>(
refvalue_);
1281 static const Int_t NUM_STAT = 6;
1282 Double_t stats1[NUM_STAT];
1283 Double_t stats2[NUM_STAT];
1284 Double_t stats3[NUM_STAT];
1286 bool isRebinOn = sum->TestBit(TH1::kCanRebin);
1287 sum->ResetBit(TH1::kCanRebin);
1289 for (Int_t
i = 0;
i < NUM_STAT; ++
i)
1290 stats1[
i] = stats2[
i] = stats3[
i] = 0;
1292 h1->GetStats(stats1);
1293 h2->GetStats(stats2);
1295 for (Int_t
i = 0;
i < NUM_STAT; ++
i)
1296 stats3[
i] = c1*stats1[
i] + c2*stats2[
i];
1301 Double_t
entries = c1*h1->GetEntries() + c2* h2->GetEntries();
1302 TArrayD* h1sumw2 = h1->GetSumw2();
1303 TArrayD* h2sumw2 = h2->GetSumw2();
1304 for (Int_t
bin = 0, nbin = sum->GetNbinsX()+1;
bin <= nbin; ++
bin)
1306 Double_t entries = c1*h1->GetBinEntries(
bin)
1307 + c2*h2->GetBinEntries(
bin);
1308 Double_t
content = c1*h1->GetBinEntries(
bin)*h1->GetBinContent(
bin)
1309 + c2*h2->GetBinEntries(
bin)*h2->GetBinContent(
bin);
1312 sum->SetBinContent(bin, content);
1313 sum->SetBinError(bin, error);
1314 sum->SetBinEntries(bin, entries);
1317 sum->SetEntries(entries);
1318 sum->PutStats(stats3);
1319 if (isRebinOn) sum->SetBit(TH1::kCanRebin);
1331 static const Int_t NUM_STAT = 9;
1332 Double_t stats1[NUM_STAT];
1333 Double_t stats2[NUM_STAT];
1334 Double_t stats3[NUM_STAT];
1336 bool isRebinOn = sum->TestBit(TH1::kCanRebin);
1337 sum->ResetBit(TH1::kCanRebin);
1339 for (Int_t
i = 0;
i < NUM_STAT; ++
i)
1340 stats1[
i] = stats2[
i] = stats3[
i] = 0;
1342 h1->GetStats(stats1);
1343 h2->GetStats(stats2);
1345 for (Int_t
i = 0;
i < NUM_STAT;
i++)
1346 stats3[
i] = c1*stats1[
i] + c2*stats2[
i];
1351 Double_t
entries = c1*h1->GetEntries() + c2*h2->GetEntries();
1352 TArrayD *h1sumw2 = h1->GetSumw2();
1353 TArrayD *h2sumw2 = h2->GetSumw2();
1354 for (Int_t xbin = 0, nxbin = sum->GetNbinsX()+1; xbin <= nxbin; ++xbin)
1355 for (Int_t ybin = 0, nybin = sum->GetNbinsY()+1; ybin <= nybin; ++ybin)
1357 Int_t
bin = sum->GetBin(xbin, ybin);
1358 Double_t entries = c1*h1->GetBinEntries(bin)
1359 + c2*h2->GetBinEntries(bin);
1360 Double_t
content = c1*h1->GetBinEntries(bin)*h1->GetBinContent(bin)
1361 + c2*h2->GetBinEntries(bin)*h2->GetBinContent(bin);
1365 sum->SetBinContent(bin, content);
1366 sum->SetBinError(bin, error);
1367 sum->SetBinEntries(bin, entries);
1369 sum->SetEntries(entries);
1370 sum->PutStats(stats3);
1371 if (isRebinOn) sum->SetBit(TH1::kCanRebin);
1383 TList *fromf = from->GetListOfFunctions();
1384 TList *tof = to->GetListOfFunctions();
1385 for (
int i = 0, nfuncs = fromf ? fromf->GetSize() : 0;
i < nfuncs; ++
i)
1387 TObject *
obj = fromf->At(
i);
1389 if (!strcmp(obj->IsA()->GetName(),
"TPaveStats"))
1392 if (TF1 *fn = dynamic_cast<TF1 *>(obj))
1393 tof->Add(
new TF1(*fn));
1397 raiseDQMError(
"MonitorElement",
"Cannot extract function '%s' of type"
1398 " '%s' from monitor element '%s' for a copy",
1399 obj->GetName(), obj->IsA()->GetName(),
data_.
objname.c_str());
1407 if (orig->GetTitle() != from->GetTitle())
1408 orig->SetTitle(from->GetTitle());
1428 static_cast<TProfile *>(orig),
1434 static_cast<TProfile2D *>(orig),
1458 if (pos ==
end && ! create)
1460 else if (pos ==
end)
1469 q.
message =
"NO_MESSAGE_ASSIGNED";
1496 qv->
message =
"NO_MESSAGE_ASSIGNED";
1607 return static_cast<TProfile2D *
>(
accessRootObject(__PRETTY_FUNCTION__, 2));
1630 return static_cast<TH1F *
>
1639 return static_cast<TH1S *
>
1648 return static_cast<TH1D *
>
1657 return static_cast<TH2F *
>
1666 return static_cast<TH2S *
>
1675 return static_cast<TH2D *
>
1684 return static_cast<TH3F *
>
1693 return static_cast<TProfile *
>
1702 return static_cast<TProfile2D *
>
TH1F * getRefTH1F(void) const
TH2S * getTH2S(void) const
TH1S * getTH1S(void) const
static const uint32_t DQM_PROP_REPORT_WARN
void incompatible(const char *func) const
const QReport * getQReport(const std::string &qtname) const
get QReport corresponding to <qtname> (null pointer if QReport does not exist)
void setBinContent(int binx, double content)
set content of bin (1-D)
TH1 * accessRootObject(const char *func, int reqdim) const
std::string getName(void) const
get name of quality test
MonitorElement * initialise(Kind kind)
MonitorElement & operator=(const MonitorElement &)
TProfile2D * getTProfile2D(void) const
TH1 * getRefTH1(void) const
void setAxisRange(double xmin, double xmax, int axis=1)
set x-, y- or z-axis range (axis=1, 2, 3 respectively)
void setAxisTimeFormat(const char *format="", int axis=1)
set the format of the time values that are displayed on an axis
void updateQReportStats(void)
Refresh QReport stats, usually after MEs were read in from a file.
std::vector< QReport > qreports_
std::string tagLabelString(void) const
return label string for the monitor element tag (eg. <name>t=12345</name>)
std::string qualityTagString(const DQMNet::QValue &qv) const
std::string getAxisTitle(int axis=1) const
get x-, y- or z-axis title (axis=1, 2, 3 respectively)
TProfile2D * getRefTProfile2D(void) const
auto zw(V v) -> Vec2< typenamestd::remove_reference< decltype(v[0])>::type >
void disableSoftReset(void)
reverts action of softReset
void setBinLabel(int bin, const std::string &label, int axis=1)
set bin label for x, y or z axis (axis=1, 2, 3 respectively)
TH3F * getTH3F(void) const
TH1D * getTH1D(void) const
void runQTests(void)
run all quality tests
TH2D * getTH2D(void) const
const std::string * dirname
void update(void)
Mark the object updated.
double getEntries(void) const
get # of entries
double getMean(int axis=1) const
get mean value of histogram along x, y or z axis (axis=1, 2, 3 respectively)
double getMeanError(int axis=1) const
void packScalarData(std::string &into, const char *prefix) const
convert scalar data into a string.
int getNbinsY(void) const
get # of bins in Y-axis
std::vector< QReport * > getQErrors(void) const
get errors from last set of quality tests
bool wasUpdated(void) const
true if ME was updated in last monitoring cycle
TH3F * getRefTH3F(void) const
void ShiftFillLast(double y, double ye=0., int32_t xscale=1)
static TH1 * checkRootObject(const std::string &name, TObject *tobj, const char *func, int reqdim)
void packQualityData(std::string &into) const
serialise quality report information into a string.
static const uint32_t DQM_PROP_HAS_REFERENCE
tuple path
else: Piece not in the list, fine.
TH2F * getRefTH2F(void) const
void setAxisTimeDisplay(int value, int axis=1)
set x-, y-, or z-axis to display time values
void doFill(int64_t x)
"Fill" ME method for int64_t
int getNbinsZ(void) const
get # of bins in Z-axis
void addProfiles(TProfile *h1, TProfile *h2, TProfile *sum, float c1, float c2)
std::string getTitle(void) const
get MonitorElement title
static const int DID_NOT_RUN
static const uint32_t DQM_PROP_REPORT_ERROR
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
void setBinError(int binx, double error)
set uncertainty on content of bin (1-D)
static const uint32_t DQM_PROP_REPORT_OTHER
Kind kind(void) const
Get the type of the monitor element.
void setEntries(double nentries)
set # of entries
std::string effLabelString(void) const
return label string for the monitor element tag (eg. <name>t=12345</name>)
bool isAccumulateEnabled(void) const
whether ME contents should be accumulated over multiple monitoring periods; default: false ...
const uint32_t streamId(void) const
std::string valueString(void) const
TH2D * getRefTH2D(void) const
TAxis * getAxis(const char *func, int axis) const
void setTitle(const std::string &title)
set (ie. change) histogram/profile title
double getRMSError(int axis=1) const
get RMS uncertainty of histogram along x, y or z axis(axis=1,2,3 respectively)
TObject * getRootObject(void) const
std::vector< QReport * > getQReports(void) const
get map of QReports
void setAxisTimeOffset(double toffset, const char *option="local", int axis=1)
set the time offset, if option = "gmt" then the offset is treated as a GMT time
std::vector< QReport * > getQOthers(void) const
double getBinError(int binx) const
get uncertainty on content of bin (1-D) - See TH1::GetBinError for details
virtual float runTest(const MonitorElement *me)
TH1F * getTH1F(void) const
std::string tagString(void) const
static void packQualityData(std::string &into, const QReports &qr)
TProfile * getRefTProfile(void) const
void copyFunctions(TH1 *from, TH1 *to)
const uint32_t moduleId(void) const
double getBinContent(int binx) const
get content of bin (1-D)
double getRMS(int axis=1) const
get RMS of histogram along x, y or z axis (axis=1, 2, 3 respectively)
double getYmax(void) const
get max Y value (for profiles)
TProfile * getTProfile(void) const
TH2S * getRefTH2S(void) const
bool isSoftResetEnabled(void) const
whether soft-reset is enabled; default is false
double getBinEntries(int bin) const
get # of bin entries (for profiles)
std::vector< QReport * > getQWarnings(void) const
get warnings from last set of quality tests
int getNbinsX(void) const
get # of bins in X-axis
static const int STATUS_OK
const uint32_t run(void) const
static const uint32_t DQM_PROP_NEW
TH2F * getTH2F(void) const
if(conf.exists("allCellsPositionCalc"))
void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)
void Reset(void)
reset ME (ie. contents, errors, etc)
TObject * getRefRootObject(void) const
void setBinEntries(int bin, double nentries)
set # of bin entries (to be used for profiles)
TH1S * getRefTH1S(void) const
void addQReport(const DQMNet::QValue &desc, QCriterion *qc)
Add quality report, from DQMStore.
double getYmin(void) const
get min Y value (for profiles)
TH1D * getRefTH1D(void) const
static bool CheckBinLabels(const TAxis *a1, const TAxis *a2)
Check the consistency of the axis labels.
void raiseDQMError(const char *context, const char *fmt,...)