Go to the documentation of this file.
32 std::vector<RPCDetId>& detIdVector,
35 for (
unsigned int i = 0;
i < meVector.size();
i++) {
38 if (meName.find(clientHistoName) != std::string::npos) {
46 edm::LogVerbatim(
"rpceventsummary") <<
"[RPCClusterSizeTest]:Client Operation";
57 std::stringstream meName;
115 float meanCLS = myMe->
getMean();
124 MEAND->
Fill(meanCLS);
154 for (
int w = -2;
w <= 2;
w++) {
156 histoName <<
"ClusterSizeIn1Bin_Roll_vs_Sector_Wheel"
163 histoName <<
"ClusterSizeMean_Roll_vs_Sector_Wheel" <<
w;
171 histoName <<
"ClusterSizeIn1Bin_Distribution_Wheel" <<
w;
175 histoName <<
"ClusterSizeMean_Distribution_Wheel" <<
w;
189 histoName <<
"ClusterSizeIn1Bin_Ring_vs_Segment_Disk"
204 histoName <<
"ClusterSizeIn1Bin_Distribution_Disk" <<
d;
208 histoName <<
"ClusterSizeMean_Distribution_Disk" <<
d;
213 histoName <<
"ClusterSizeMean_Ring_vs_Segment_Disk" <<
d;
void labelXAxisSegment(MonitorElement *myMe)
int region() const
Region id: 0 for Barrel, +/-1 For +/- Endcap.
MonitorElement * MEANDisk[kDisks]
RPCClusterSizeTest(const edm::ParameterSet &ps)
Constructor.
virtual void setCurrentFolder(std::string const &fullpath)
MonitorElement * CLSDWheel[kWheels]
void labelYAxisRoll(MonitorElement *myMe, int region, int ring, bool useRollInfo)
T getUntrackedParameter(std::string const &, T const &) const
MonitorElement * MEANWheel[kWheels]
MonitorElement * MEANDDisk[kDisks]
virtual double getEntries() const
get # of entries
void clientOperation() override
MonitorElement * CLSDDisk[kDisks]
void labelYAxisRing(MonitorElement *myMe, int numberOfRings, bool useRollInfo)
int detId2RollNr(const RPCDetId &_id)
void myBooker(DQMStore::IBooker &) override
virtual void setBinContent(int binx, double content)
set content of bin (1-D)
MonitorElement * CLSWheel[kWheels]
std::vector< MonitorElement * > myClusterMe_
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)
virtual double getMean(int axis=1) const
get mean value of histogram along x, y or z axis (axis=1, 2, 3 respectively)
MonitorElement * MEANDWheel[kWheels]
~RPCClusterSizeTest() override
Destructor.
std::vector< RPCDetId > myDetIds_
void beginJob(std::string &) override
MonitorElement * CLSDisk[kDisks]
virtual double getBinContent(int binx) const
get content of bin (1-D)
void getMonitorElements(std::vector< MonitorElement * > &, std::vector< RPCDetId > &, std::string &) override
MonitorElement * book1D(TString const &name, TString const &title, int const nchX, double const lowX, double const highX, FUNC onbooking=NOOP())