Go to the documentation of this file.
38 for (
int i = -2;
i <= 2;
i++) {
41 histoName <<
"NumberOfDigi_Mean_Roll_vs_Sector_Wheel" <<
i;
50 histoName <<
"NumberOfDigi_Mean_Distribution_Wheel" <<
i;
65 histoName <<
"NumberOfDigi_Mean_Ring_vs_Segment_Disk" <<
d;
79 histoName <<
"NumberOfDigi_Mean_Distribution_Disk" <<
d;
86 std::vector<RPCDetId>& detIdVector,
89 for (
unsigned int i = 0;
i < meVector.size();
i++) {
92 if (meName.find(clientHistoName) != std::string::npos) {
100 edm::LogVerbatim(
"multiplicity") <<
"[RPCMultiplicityTest]: Client Operation";
112 if (detId.
region() == 0) {
134 if (detId.
region() == 0) {
void labelXAxisSegment(MonitorElement *myMe)
std::vector< RPCDetId > myDetIds_
void getMonitorElements(std::vector< MonitorElement * > &, std::vector< RPCDetId > &, std::string &) override
int region() const
Region id: 0 for Barrel, +/-1 For +/- Endcap.
void beginJob(std::string &) override
virtual void setCurrentFolder(std::string const &fullpath)
void labelYAxisRoll(MonitorElement *myMe, int region, int ring, bool useRollInfo)
T getUntrackedParameter(std::string const &, T const &) const
MonitorElement * MULTWheel[5]
MonitorElement * MULTDisk[10]
~RPCMultiplicityTest() override
Destructor.
void clientOperation() override
void labelYAxisRing(MonitorElement *myMe, int numberOfRings, bool useRollInfo)
int detId2RollNr(const RPCDetId &_id)
virtual void setBinContent(int binx, double content)
set content of bin (1-D)
RPCMultiplicityTest(const edm::ParameterSet &ps)
Constructor.
void myBooker(DQMStore::IBooker &) override
std::string globalFolder_
Log< level::Info, true > LogVerbatim
MonitorElement * book2D(TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, FUNC onbooking=NOOP())
int sector() const
Sector id: the group of chambers at same phi (and increasing r)
void labelXAxisSector(MonitorElement *myMe)
void fillGlobalME(RPCDetId &detId, MonitorElement *myMe)
virtual double getMean(int axis=1) const
get mean value of histogram along x, y or z axis (axis=1, 2, 3 respectively)
MonitorElement * MULTDWheel[5]
std::vector< MonitorElement * > myNumDigiMe_
MonitorElement * MULTDDisk[10]
MonitorElement * book1D(TString const &name, TString const &title, int const nchX, double const lowX, double const highX, FUNC onbooking=NOOP())