48 if (
object.
IsA()->InheritsFrom(
"TH1")) {
51 throw dqm_core::BadConfig(ERS_HERE, name,
"dimension > 3 ");
54 throw dqm_core::BadConfig(ERS_HERE, name,
"does not inherit from TH1");
61 dqm_core::Result *
result =
new dqm_core::Result(dqm_core::Result::Undefined);
66 dqm_core::Result *
result =
new dqm_core::Result();
69 ERS_DEBUG(1,
"Histogram " <<
histogram->GetName() <<
" is Empty");
70 result->status_ = dqm_core::Result::Red;
73 ERS_DEBUG(1,
"Histogram " <<
histogram->GetName() <<
" is Not Empty");
74 result->status_ = dqm_core::Result::Green;