#include <HcalObjRepresent.h>
Public Member Functions | |
ADataRepr (unsigned int d) | |
void | fillOneGain (std::vector< TH2F > &graphData, std::string units="") |
virtual | ~ADataRepr () |
Public Attributes | |
std::stringstream | filename |
unsigned int | id |
unsigned int | nr |
std::stringstream | plotname |
std::stringstream | rootname |
Protected Member Functions | |
virtual void | doFillIn (std::vector< TH2F > &graphData)=0 |
Protected Attributes | |
int | depth |
HcalDetId | hcal_id |
int | ieta |
int | iphi |
unsigned int | m_total |
Private Member Functions | |
void | draw (std::vector< TH2F > &graphData, std::string filename) |
void | setBinLabels (std::vector< TH2F > &depth) |
void | setup (std::vector< TH2F > &depth, std::string name, std::string units="") |
Definition at line 1251 of file HcalObjRepresent.h.
|
inline |
Definition at line 1254 of file HcalObjRepresent.h.
|
inlinevirtual |
|
protectedpure virtual |
|
inlineprivate |
Definition at line 1310 of file HcalObjRepresent.h.
References svgfig::canvas().
Referenced by Vispa.Gui.PortConnection.PointToPointConnection::paintEvent().
|
inline |
Definition at line 1259 of file HcalObjRepresent.h.
References edmIntegrityCheck::d, ntuplePlotting::draw(), HcalObjRepresent::FillUnphysicalHEHFBins(), and HcalObjRepresent::setup().
|
inlineprivate |
|
inlineprivate |
Definition at line 1347 of file HcalObjRepresent.h.
References mps_fire::i, HcalObjRepresent::setBinLabels(), AlCaHLTBitMon_QueryRunRegistry::string, units(), and fw3dlego::xbins.
Referenced by o2olib.O2OTool::execute().
|
protected |
Definition at line 1303 of file HcalObjRepresent.h.
Referenced by dqm_interfaces.DirID::__eq__(), dqm_interfaces.DirID::__repr__(), and dqm_interfaces.DirWalkerDB::run().
std::stringstream HcalObjRepresent::ADataRepr::filename |
Definition at line 1257 of file HcalObjRepresent.h.
Referenced by python.rootplot.rootmath.Target::__repr__(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::properties(), and utils.unpickler::run().
|
protected |
Definition at line 1302 of file HcalObjRepresent.h.
unsigned int HcalObjRepresent::ADataRepr::id |
Definition at line 1255 of file HcalObjRepresent.h.
|
protected |
Definition at line 1303 of file HcalObjRepresent.h.
|
protected |
Definition at line 1303 of file HcalObjRepresent.h.
|
protected |
Definition at line 1301 of file HcalObjRepresent.h.
unsigned int HcalObjRepresent::ADataRepr::nr |
Definition at line 1255 of file HcalObjRepresent.h.
std::stringstream HcalObjRepresent::ADataRepr::plotname |
Definition at line 1257 of file HcalObjRepresent.h.
std::stringstream HcalObjRepresent::ADataRepr::rootname |
Definition at line 1257 of file HcalObjRepresent.h.