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_),
192 qreports_(x.qreports_)
213 o.refvalue_ =
nullptr;
228 THashList *l1 = (
const_cast<TAxis*
>(a1))->GetLabels();
229 THashList *l2 = (
const_cast<TAxis*
>(a2))->GetLabels();
237 if (l1->GetSize() != l2->GetSize() ) {
240 for (
int i = 1;
i <= a1->GetNbins(); ++
i) {
241 TString label1 = a1->GetBinLabel(
i);
242 TString label2 = a2->GetBinLabel(
i);
243 if (label1 != label2) {
294 ->Fill(static_cast<double>(x), 1);
297 ->Fill(static_cast<double>(x), 1);
300 ->Fill(static_cast<double>(x), 1);
349 int index = entries + 1 ;
350 int xlow = 2 ;
int xup =
nbins ;
352 if ( entries >= nbins )
355 xlow = entries - nbins + 3 ; xup = entries+1 ;
361 double N = entries - nbins + 1.;
362 if ( ye == 0. || y1err == 0. || y2err == 0.)
365 double sum = N*y1 + y2;
368 double s=(N+1.)*(N*y1*y1 + y2*y2) - sum*sum;
370 y1err =
sqrt(s)/(N+1.);
377 double denom = (1./y1err + 1./y2err);
378 double mean = (y1/y1err + y2/y2err)/denom;
380 y1err =
sqrt(((y1-mean)*(y1-mean)/y1err +
381 (y2-mean)*(y2-mean)/y2err)/denom/2.);
400 sprintf (buffer,
"%d", xlow*xscale);
402 sprintf (buffer,
"%d", xup*xscale);
474 snprintf(buf,
sizeof(buf),
"%s%" PRId64, prefix,
scalar_.
num);
479 snprintf(buf,
sizeof(buf),
"%s%.*g", prefix, DBL_DIG+2,
scalar_.
real);
484 into.reserve(strlen(prefix) +
scalar_.
str.size());
525 result.reserve(6 + 2*
data_.
objname.size() + val.size());
528 result +=
'<'; result +=
'/'; result +=
data_.
objname; result +=
'>';
538 size_t len = sprintf(buf,
"t=%" PRIu32,
data_.
tag);
543 result +=
'<'; result +=
'/'; result +=
data_.
objname; result +=
'>';
556 result +=
'<'; result +=
'/'; result +=
data_.
objname; result +=
'>';
566 size_t buflen = sprintf(buf,
"qr=st:%d:%.*g:", qv.
code, DBL_DIG+2, qv.
qtresult);
568 result.reserve(7 + 2*titlelen + buflen + qv.
algorithm.size() + qv.
message.size());
569 result +=
'<'; result +=
data_.
objname; result +=
'.'; result += qv.
qtname; result +=
'>';
571 result +=
'<'; result +=
'/'; result +=
data_.
objname; result +=
'.'; result += qv.
qtname; result +=
'>';
584 std::vector<QReport *>
587 std::vector<QReport *>
result;
593 result.push_back(const_cast<QReport *>(&
qreports_[
i]));
598 std::vector<QReport *>
601 std::vector<QReport *>
result;
608 result.push_back(const_cast<QReport *>(&
qreports_[
i]));
613 std::vector<QReport *>
616 std::vector<QReport *>
result;
623 result.push_back(const_cast<QReport *>(&
qreports_[
i]));
628 std::vector<QReport *>
631 std::vector<QReport *>
result;
640 result.push_back(const_cast<QReport *>(&
qreports_[
i]));
665 int oldStatus = qv.
code;
669 if (oldStatus != qv.
code || oldMessage != qv.
message)
681 raiseDQMError(
"MonitorElement",
"Method '%s' cannot be invoked on monitor"
689 raiseDQMError(
"MonitorElement",
"Method '%s' cannot be invoked on monitor"
690 " element '%s' because it is not a root object",
709 ->GetMeanError(axis); }
721 ->GetRMSError(axis); }
745 ->GetBinContent(binx); }
751 ->GetBinContent(binx, biny); }
757 ->GetBinContent(binx, biny, binz); }
763 ->GetBinError(binx); }
769 ->GetBinError(binx, biny); }
775 ->GetBinError(binx, biny, binz); }
789 ->GetBinEntries(bin);
792 ->GetBinEntries(bin);
831 {
return getAxis(__PRETTY_FUNCTION__, axis)
848 ->SetBinContent(binx, content);
857 ->SetBinContent(binx, biny, content); }
865 ->SetBinContent(binx, biny, binz, content); }
873 ->SetBinError(binx, error);
882 ->SetBinError(binx, biny, error);
891 ->SetBinError(binx, biny, binz, error);
901 ->SetBinEntries(bin, nentries);
904 ->SetBinEntries(bin, nentries);
915 ->SetEntries(nentries);
923 if (
getAxis(__PRETTY_FUNCTION__, axis)->GetNbins() >= bin )
925 getAxis(__PRETTY_FUNCTION__, axis)
926 ->SetBinLabel(bin, label.c_str());
931 std::cout <<
"*** MonitorElement: WARNING:"
932 <<
"setBinLabel: attempting to set label of non-existent bin number for ME: "<<
getFullname() <<
" \n";
941 getAxis(__PRETTY_FUNCTION__, axis)
942 ->SetRangeUser(xmin, xmax);
950 getAxis(__PRETTY_FUNCTION__, axis)
951 ->SetTitle(title.c_str());
959 getAxis(__PRETTY_FUNCTION__, axis)
960 ->SetTimeDisplay(value);
968 getAxis(__PRETTY_FUNCTION__, axis)
969 ->SetTimeFormat(format);
977 getAxis(__PRETTY_FUNCTION__, axis)
978 ->SetTimeOffset(toffset, option);
987 ->SetTitle(title.c_str());
1003 raiseDQMError(
"MonitorElement",
"No such axis %d in monitor element"
1025 TH1F *orig =
static_cast<TH1F *
>(
object_);
1039 TH1S *orig =
static_cast<TH1S *
>(
object_);
1053 TH1D *orig =
static_cast<TH1D *
>(
object_);
1067 TH2F *orig =
static_cast<TH2F *
>(
object_);
1081 TH2S *orig =
static_cast<TH2S *
>(
object_);
1095 TH2D *orig =
static_cast<TH2D *
>(
object_);
1109 TH3F *orig =
static_cast<TH3F *
>(
object_);
1123 TProfile *orig =
static_cast<TProfile *
>(
object_);
1124 TProfile *
r =
static_cast<TProfile *
>(
refvalue_);
1137 TProfile2D *orig =
static_cast<TProfile2D *
>(
object_);
1138 TProfile2D *
r =
static_cast<TProfile2D *
>(
refvalue_);
1167 TH1 *orig =
static_cast<TH1 *
>(
object_);
1172 TProfile *orig =
static_cast<TProfile *
>(
object_);
1173 TProfile *
r =
static_cast<TProfile *
>(
refvalue_);
1178 TProfile2D *orig =
static_cast<TProfile2D *
>(
object_);
1179 TProfile2D *
r =
static_cast<TProfile2D *
>(
refvalue_);
1199 static const Int_t NUM_STAT = 6;
1200 Double_t stats1[NUM_STAT];
1201 Double_t stats2[NUM_STAT];
1202 Double_t stats3[NUM_STAT];
1204 bool isRebinOn = sum->CanExtendAllAxes();
1205 sum->SetCanExtend(TH1::kNoAxis);
1207 for (Int_t
i = 0;
i < NUM_STAT; ++
i)
1208 stats1[
i] = stats2[
i] = stats3[
i] = 0;
1210 h1->GetStats(stats1);
1211 h2->GetStats(stats2);
1213 for (Int_t
i = 0;
i < NUM_STAT; ++
i)
1214 stats3[
i] = c1*stats1[
i] + c2*stats2[
i];
1219 Double_t entries = c1*h1->GetEntries() + c2* h2->GetEntries();
1220 TArrayD* h1sumw2 = h1->GetSumw2();
1221 TArrayD* h2sumw2 = h2->GetSumw2();
1222 for (Int_t
bin = 0, nbin = sum->GetNbinsX()+1;
bin <= nbin; ++
bin)
1224 Double_t entries = c1*h1->GetBinEntries(
bin)
1225 + c2*h2->GetBinEntries(
bin);
1226 Double_t
content = c1*h1->GetBinEntries(
bin)*h1->GetBinContent(
bin)
1227 + c2*h2->GetBinEntries(
bin)*h2->GetBinContent(
bin);
1230 sum->SetBinContent(bin, content);
1231 sum->SetBinError(bin, error);
1232 sum->SetBinEntries(bin, entries);
1235 sum->SetEntries(entries);
1236 sum->PutStats(stats3);
1237 if (isRebinOn) sum->SetCanExtend(TH1::kAllAxes);
1249 static const Int_t NUM_STAT = 9;
1250 Double_t stats1[NUM_STAT];
1251 Double_t stats2[NUM_STAT];
1252 Double_t stats3[NUM_STAT];
1254 bool isRebinOn = sum->CanExtendAllAxes();
1255 sum->SetCanExtend(TH1::kNoAxis);
1257 for (Int_t
i = 0;
i < NUM_STAT; ++
i)
1258 stats1[
i] = stats2[
i] = stats3[
i] = 0;
1260 h1->GetStats(stats1);
1261 h2->GetStats(stats2);
1263 for (Int_t
i = 0;
i < NUM_STAT;
i++)
1264 stats3[
i] = c1*stats1[
i] + c2*stats2[
i];
1269 Double_t entries = c1*h1->GetEntries() + c2*h2->GetEntries();
1270 TArrayD *h1sumw2 = h1->GetSumw2();
1271 TArrayD *h2sumw2 = h2->GetSumw2();
1272 for (Int_t xbin = 0, nxbin = sum->GetNbinsX()+1; xbin <= nxbin; ++xbin)
1273 for (Int_t ybin = 0, nybin = sum->GetNbinsY()+1; ybin <= nybin; ++ybin)
1275 Int_t
bin = sum->GetBin(xbin, ybin);
1276 Double_t entries = c1*h1->GetBinEntries(bin)
1277 + c2*h2->GetBinEntries(bin);
1278 Double_t
content = c1*h1->GetBinEntries(bin)*h1->GetBinContent(bin)
1279 + c2*h2->GetBinEntries(bin)*h2->GetBinContent(bin);
1283 sum->SetBinContent(bin, content);
1284 sum->SetBinError(bin, error);
1285 sum->SetBinEntries(bin, entries);
1287 sum->SetEntries(entries);
1288 sum->PutStats(stats3);
1289 if (isRebinOn) sum->SetCanExtend(TH1::kAllAxes);
1301 TList *fromf = from->GetListOfFunctions();
1302 TList *tof = to->GetListOfFunctions();
1303 for (
int i = 0, nfuncs = fromf ? fromf->GetSize() : 0;
i < nfuncs; ++
i)
1305 TObject *
obj = fromf->At(
i);
1307 if (!strcmp(obj->IsA()->GetName(),
"TPaveStats"))
1310 if (TF1 *
fn = dynamic_cast<TF1 *>(obj))
1311 tof->Add(
new TF1(*
fn));
1315 raiseDQMError(
"MonitorElement",
"Cannot extract function '%s' of type"
1316 " '%s' from monitor element '%s' for a copy",
1317 obj->GetName(), obj->IsA()->GetName(),
data_.
objname.c_str());
1325 if (orig->GetTitle() != from->GetTitle())
1326 orig->SetTitle(from->GetTitle());
1346 static_cast<TProfile *>(orig),
1352 static_cast<TProfile2D *>(orig),
1376 if (pos ==
end && ! create)
1378 else if (pos ==
end)
1387 q.
message =
"NO_MESSAGE_ASSIGNED";
1414 qv->
message =
"NO_MESSAGE_ASSIGNED";
1525 return static_cast<TProfile2D *
>(
accessRootObject(__PRETTY_FUNCTION__, 2));
1548 return static_cast<TH1F *
>
1557 return static_cast<TH1S *
>
1566 return static_cast<TH1D *
>
1575 return static_cast<TH2F *
>
1584 return static_cast<TH2S *
>
1593 return static_cast<TH2D *
>
1602 return static_cast<TH3F *
>
1611 return static_cast<TProfile *
>
1620 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)
TProfile2D * getTProfile2D(void) const
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
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
T x() const
Cartesian x coordinate.
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
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
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
const std::string getFullname(void) const
get full name of ME including Pathname
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
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,...)