72 for (
unsigned int iEtaRegion = 0; iEtaRegion < 3; iEtaRegion++) {
79 for (
unsigned int iObjectName = 0; iObjectName < 1; iObjectName++) {
98 "muon rpc time error",
102 timeNDof_[iEtaRegion][iObjectName]->setAxisTitle(
"Time nDof");
103 timeAtIpInOut_[iEtaRegion][iObjectName]->setAxisTitle(
"Combined time [ns]");
104 timeAtIpInOutErr_[iEtaRegion][iObjectName]->setAxisTitle(
"Combined time Error [ns]");
118 for (
unsigned int iObjectName = 0; iObjectName < 1; iObjectName++) {
120 "Eta and Pt distribution for muons not passing the veto",
128 "Eta distribution for muons not passing the veto",
135 ObjectName_[iObjectName] +
"yields",
"Number of muons passing/not passing the different conditions", 10, 0, 10);
136 yields_[iObjectName]->setBinLabel(1,
"Not valid time");
137 yields_[iObjectName]->setBinLabel(2,
"Valid time");
138 yields_[iObjectName]->setBinLabel(3,
"Not Combined time");
139 yields_[iObjectName]->setBinLabel(4,
"Combined time");
140 yields_[iObjectName]->setBinLabel(5,
"Not RPC time");
141 yields_[iObjectName]->setBinLabel(6,
"RPC time");
142 yields_[iObjectName]->setBinLabel(7,
"Combined not RPC");
143 yields_[iObjectName]->setBinLabel(8,
"RPC not Combined");
144 yields_[iObjectName]->setBinLabel(9,
"Not passing veto");
145 yields_[iObjectName]->setBinLabel(10,
"Passing veto");
146 etaptVeto_[iObjectName]->setAxisTitle(
"p_{T} [GeV]");
147 etaptVeto_[iObjectName]->setAxisTitle(
"#eta#", 2);
148 ptVeto_[iObjectName]->setAxisTitle(
"p_{T} [GeV]");
149 etaVeto_[iObjectName]->setAxisTitle(
"#eta");
std::array< std::array< MonitorElement *, 1 >, 3 > timeAtIpInOutErrRPC_
std::array< std::array< MonitorElement *, 1 >, 3 > timeAtIpInOutRPC_
std::array< std::array< MonitorElement *, 1 >, 3 > timeAtIpInOut_
virtual void setCurrentFolder(std::string const &fullpath)
std::array< MonitorElement *, 1 > etaVeto_
std::array< MonitorElement *, 1 > ptVeto_
std::array< std::array< MonitorElement *, 1 >, 3 > timeAtIpInOutErr_
std::vector< std::string > ObjectName_
std::array< std::array< MonitorElement *, 1 >, 3 > timeNDof_
std::array< MonitorElement *, 1 > etaptVeto_
MonitorElement * book2D(TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, FUNC onbooking=NOOP())
std::vector< std::string > EtaName_
MonitorElement * book1D(TString const &name, TString const &title, int const nchX, double const lowX, double const highX, FUNC onbooking=NOOP())
std::array< MonitorElement *, 1 > yields_