1 #define __STDC_FORMAT_MACROS 1 2 #define DQM_ROOT_METHODS 1 15 #if !WITHOUT_CMS_FRAMEWORK 23 raiseDQMError(
"MonitorElement",
"Method '%s' cannot be invoked on monitor" 24 " element '%s' because it is not a ROOT object.",
27 TH1 *
h =
static_cast<TH1 *
>(tobj);
28 int ndim = h->GetDimension();
29 if (reqdim < 0 || reqdim > ndim)
30 raiseDQMError(
"MonitorElement",
"Method '%s' cannot be invoked on monitor" 31 " element '%s' because it requires %d dimensions; this" 32 " object of type '%s' has %d dimensions",
33 func, name.c_str(), reqdim,
typeid(*h).name(), ndim);
60 raiseDQMError(
"MonitorElement",
"cannot initialise monitor element" 61 " to invalid type %d", (
int) kind);
74 assert(dynamic_cast<TH1F *>(rootobj));
80 assert(dynamic_cast<TH1S *>(rootobj));
86 assert(dynamic_cast<TH1D *>(rootobj));
92 assert(dynamic_cast<TH2F *>(rootobj));
98 assert(dynamic_cast<TH2S *>(rootobj));
104 assert(dynamic_cast<TH2D *>(rootobj));
110 assert(dynamic_cast<TH3F *>(rootobj));
116 assert(dynamic_cast<TProfile *>(rootobj));
122 assert(dynamic_cast<TProfile2D *>(rootobj));
128 raiseDQMError(
"MonitorElement",
"cannot initialise monitor element" 129 " as a root object with type %d", (
int) kind);
145 raiseDQMError(
"MonitorElement",
"cannot initialise monitor element" 146 " as a string with type %d", (
int) kind);
217 o.refvalue_ =
nullptr;
232 THashList *l1 = (
const_cast<TAxis*
>(a1))->GetLabels();
233 THashList *l2 = (
const_cast<TAxis*
>(a2))->GetLabels();
241 if (l1->GetSize() != l2->GetSize() ) {
244 for (
int i = 1;
i <= a1->GetNbins(); ++
i) {
245 TString label1 = a1->GetBinLabel(
i);
246 TString label2 = a2->GetBinLabel(
i);
247 if (label1 != label2) {
298 ->Fill(static_cast<double>(x), 1);
301 ->Fill(static_cast<double>(x), 1);
304 ->Fill(static_cast<double>(x), 1);
353 int index = entries + 1 ;
354 int xlow = 2 ;
int xup =
nbins ;
356 if ( entries >= nbins )
359 xlow = entries - nbins + 3 ; xup = entries+1 ;
365 double N = entries - nbins + 1.;
366 if ( ye == 0. || y1err == 0. || y2err == 0.)
369 double sum = N*y1 + y2;
372 double s=(N+1.)*(N*y1*y1 + y2*y2) - sum*sum;
374 y1err =
sqrt(s)/(N+1.);
381 double denom = (1./y1err + 1./y2err);
382 double mean = (y1/y1err + y2/y2err)/denom;
384 y1err =
sqrt(((y1-mean)*(y1-mean)/y1err +
385 (y2-mean)*(y2-mean)/y2err)/denom/2.);
404 sprintf (buffer,
"%d", xlow*xscale);
406 sprintf (buffer,
"%d", xup*xscale);
478 snprintf(buf,
sizeof(buf),
"%s%" PRId64, prefix,
scalar_.
num);
483 snprintf(buf,
sizeof(buf),
"%s%.*g", prefix, DBL_DIG+2,
scalar_.
real);
488 into.reserve(strlen(prefix) +
scalar_.
str.size());
529 result.reserve(6 + 2*
data_.
objname.size() + val.size());
532 result +=
'<'; result +=
'/'; result +=
data_.
objname; result +=
'>';
542 size_t len = sprintf(buf,
"t=%" PRIu32,
data_.
tag);
547 result +=
'<'; result +=
'/'; result +=
data_.
objname; result +=
'>';
560 result +=
'<'; result +=
'/'; result +=
data_.
objname; result +=
'>';
570 size_t buflen = sprintf(buf,
"qr=st:%d:%.*g:", qv.
code, DBL_DIG+2, qv.
qtresult);
572 result.reserve(7 + 2*titlelen + buflen + qv.
algorithm.size() + qv.
message.size());
573 result +=
'<'; result +=
data_.
objname; result +=
'.'; result += qv.
qtname; result +=
'>';
575 result +=
'<'; result +=
'/'; result +=
data_.
objname; result +=
'.'; result += qv.
qtname; result +=
'>';
588 std::vector<QReport *>
591 std::vector<QReport *>
result;
597 result.push_back(const_cast<QReport *>(&
qreports_[
i]));
602 std::vector<QReport *>
605 std::vector<QReport *>
result;
612 result.push_back(const_cast<QReport *>(&
qreports_[
i]));
617 std::vector<QReport *>
620 std::vector<QReport *>
result;
627 result.push_back(const_cast<QReport *>(&
qreports_[
i]));
632 std::vector<QReport *>
635 std::vector<QReport *>
result;
644 result.push_back(const_cast<QReport *>(&
qreports_[
i]));
669 int oldStatus = qv.
code;
673 if (oldStatus != qv.
code || oldMessage != qv.
message)
685 raiseDQMError(
"MonitorElement",
"Method '%s' cannot be invoked on monitor" 693 raiseDQMError(
"MonitorElement",
"Method '%s' cannot be invoked on monitor" 694 " element '%s' because it is not a root object",
713 ->GetMeanError(axis); }
725 ->GetRMSError(axis); }
749 ->GetBinContent(binx); }
755 ->GetBinContent(binx, biny); }
761 ->GetBinContent(binx, biny, binz); }
767 ->GetBinError(binx); }
773 ->GetBinError(binx, biny); }
779 ->GetBinError(binx, biny, binz); }
793 ->GetBinEntries(bin);
796 ->GetBinEntries(bin);
835 {
return getAxis(__PRETTY_FUNCTION__, axis)
852 ->SetBinContent(binx, content);
861 ->SetBinContent(binx, biny, content); }
869 ->SetBinContent(binx, biny, binz, content); }
877 ->SetBinError(binx, error);
886 ->SetBinError(binx, biny, error);
895 ->SetBinError(binx, biny, binz, error);
905 ->SetBinEntries(bin, nentries);
908 ->SetBinEntries(bin, nentries);
919 ->SetEntries(nentries);
927 if (
getAxis(__PRETTY_FUNCTION__, axis)->GetNbins() >= bin )
929 getAxis(__PRETTY_FUNCTION__, axis)
930 ->SetBinLabel(bin, label.c_str());
934 #if WITHOUT_CMS_FRAMEWORK 939 <<
"*** MonitorElement: WARNING:" 940 <<
"setBinLabel: attempting to set label of non-existent bin number for ME: "<<
getFullname() <<
" \n";
949 getAxis(__PRETTY_FUNCTION__, axis)
950 ->SetRangeUser(xmin, xmax);
958 getAxis(__PRETTY_FUNCTION__, axis)
959 ->SetTitle(title.c_str());
967 getAxis(__PRETTY_FUNCTION__, axis)
968 ->SetTimeDisplay(value);
976 getAxis(__PRETTY_FUNCTION__, axis)
977 ->SetTimeFormat(format);
985 getAxis(__PRETTY_FUNCTION__, axis)
986 ->SetTimeOffset(toffset, option);
995 ->SetTitle(title.c_str());
1011 raiseDQMError(
"MonitorElement",
"No such axis %d in monitor element" 1033 TH1F *orig =
static_cast<TH1F *
>(
object_);
1047 TH1S *orig =
static_cast<TH1S *
>(
object_);
1061 TH1D *orig =
static_cast<TH1D *
>(
object_);
1075 TH2F *orig =
static_cast<TH2F *
>(
object_);
1089 TH2S *orig =
static_cast<TH2S *
>(
object_);
1103 TH2D *orig =
static_cast<TH2D *
>(
object_);
1117 TH3F *orig =
static_cast<TH3F *
>(
object_);
1131 TProfile *orig =
static_cast<TProfile *
>(
object_);
1132 TProfile *
r =
static_cast<TProfile *
>(
refvalue_);
1145 TProfile2D *orig =
static_cast<TProfile2D *
>(
object_);
1146 TProfile2D *
r =
static_cast<TProfile2D *
>(
refvalue_);
1175 TH1 *orig =
static_cast<TH1 *
>(
object_);
1180 TProfile *orig =
static_cast<TProfile *
>(
object_);
1181 TProfile *
r =
static_cast<TProfile *
>(
refvalue_);
1186 TProfile2D *orig =
static_cast<TProfile2D *
>(
object_);
1187 TProfile2D *
r =
static_cast<TProfile2D *
>(
refvalue_);
1207 static const Int_t NUM_STAT = 6;
1208 Double_t stats1[NUM_STAT];
1209 Double_t stats2[NUM_STAT];
1210 Double_t stats3[NUM_STAT];
1212 bool isRebinOn = sum->CanExtendAllAxes();
1213 sum->SetCanExtend(TH1::kNoAxis);
1215 for (Int_t
i = 0;
i < NUM_STAT; ++
i)
1216 stats1[
i] = stats2[
i] = stats3[
i] = 0;
1218 h1->GetStats(stats1);
1219 h2->GetStats(stats2);
1221 for (Int_t
i = 0;
i < NUM_STAT; ++
i)
1222 stats3[
i] = c1*stats1[
i] + c2*stats2[
i];
1227 Double_t entries = c1*h1->GetEntries() + c2* h2->GetEntries();
1228 TArrayD* h1sumw2 = h1->GetSumw2();
1229 TArrayD* h2sumw2 = h2->GetSumw2();
1230 for (Int_t
bin = 0, nbin = sum->GetNbinsX()+1;
bin <= nbin; ++
bin)
1232 Double_t entries = c1*h1->GetBinEntries(
bin)
1233 + c2*h2->GetBinEntries(
bin);
1234 Double_t
content = c1*h1->GetBinEntries(
bin)*h1->GetBinContent(
bin)
1235 + c2*h2->GetBinEntries(
bin)*h2->GetBinContent(
bin);
1238 sum->SetBinContent(bin, content);
1239 sum->SetBinError(bin, error);
1240 sum->SetBinEntries(bin, entries);
1243 sum->SetEntries(entries);
1244 sum->PutStats(stats3);
1245 if (isRebinOn) sum->SetCanExtend(TH1::kAllAxes);
1257 static const Int_t NUM_STAT = 9;
1258 Double_t stats1[NUM_STAT];
1259 Double_t stats2[NUM_STAT];
1260 Double_t stats3[NUM_STAT];
1262 bool isRebinOn = sum->CanExtendAllAxes();
1263 sum->SetCanExtend(TH1::kNoAxis);
1265 for (Int_t
i = 0;
i < NUM_STAT; ++
i)
1266 stats1[
i] = stats2[
i] = stats3[
i] = 0;
1268 h1->GetStats(stats1);
1269 h2->GetStats(stats2);
1271 for (Int_t
i = 0;
i < NUM_STAT;
i++)
1272 stats3[
i] = c1*stats1[
i] + c2*stats2[
i];
1277 Double_t entries = c1*h1->GetEntries() + c2*h2->GetEntries();
1278 TArrayD *h1sumw2 = h1->GetSumw2();
1279 TArrayD *h2sumw2 = h2->GetSumw2();
1280 for (Int_t xbin = 0, nxbin = sum->GetNbinsX()+1; xbin <= nxbin; ++xbin)
1281 for (Int_t ybin = 0, nybin = sum->GetNbinsY()+1; ybin <= nybin; ++ybin)
1283 Int_t
bin = sum->GetBin(xbin, ybin);
1284 Double_t entries = c1*h1->GetBinEntries(bin)
1285 + c2*h2->GetBinEntries(bin);
1286 Double_t
content = c1*h1->GetBinEntries(bin)*h1->GetBinContent(bin)
1287 + c2*h2->GetBinEntries(bin)*h2->GetBinContent(bin);
1291 sum->SetBinContent(bin, content);
1292 sum->SetBinError(bin, error);
1293 sum->SetBinEntries(bin, entries);
1295 sum->SetEntries(entries);
1296 sum->PutStats(stats3);
1297 if (isRebinOn) sum->SetCanExtend(TH1::kAllAxes);
1309 TList *fromf = from->GetListOfFunctions();
1310 TList *tof = to->GetListOfFunctions();
1311 for (
int i = 0, nfuncs = fromf ? fromf->GetSize() : 0;
i < nfuncs; ++
i)
1313 TObject *
obj = fromf->At(
i);
1315 if (!strcmp(obj->IsA()->GetName(),
"TPaveStats"))
1318 if (TF1 *fn = dynamic_cast<TF1 *>(obj))
1319 tof->Add(
new TF1(*fn));
1323 raiseDQMError(
"MonitorElement",
"Cannot extract function '%s' of type" 1324 " '%s' from monitor element '%s' for a copy",
1325 obj->GetName(), obj->IsA()->GetName(),
data_.
objname.c_str());
1333 if (orig->GetTitle() != from->GetTitle())
1334 orig->SetTitle(from->GetTitle());
1354 static_cast<TProfile *>(orig),
1360 static_cast<TProfile2D *>(orig),
1384 if (pos ==
end && ! create)
1386 else if (pos ==
end)
1395 q.
message =
"NO_MESSAGE_ASSIGNED";
1422 qv->
message =
"NO_MESSAGE_ASSIGNED";
1533 return static_cast<TProfile2D *
>(
accessRootObject(__PRETTY_FUNCTION__, 2));
1556 return static_cast<TH1F *
> 1565 return static_cast<TH1S *
> 1574 return static_cast<TH1D *
> 1583 return static_cast<TH2F *
> 1592 return static_cast<TH2S *
> 1601 return static_cast<TH2D *
> 1610 return static_cast<TH3F *
> 1619 return static_cast<TProfile *
> 1628 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
def create(alignables, pedeDump, additionalData, outputFile, config)
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
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
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
bin
set the eta bin as selection string.
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
auto zw(V v) -> Vec2< typename std::remove_reference< decltype(v[0])>::type >
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,...)