24 : verbose_(ps.getUntrackedParameter<
bool>(
"verbose",
false))
54 edm::LogInfo(
"DataNotFound") <<
"can't find L1MuGMTReadoutCollection" ;
59 int bx1st[4] = {9, 9, 9, 9};
64 vector<L1MuGMTReadoutRecord> gmt_records = gmtrc->
getRecords();
66 vector<L1MuGMTReadoutRecord>::const_iterator RRItr;
68 for( RRItr = gmt_records.begin(); RRItr != gmt_records.end(); RRItr++ )
71 vector<L1MuRegionalCand> INPCands[4] = {
72 RRItr->getDTBXCands(),
73 RRItr->getBrlRPCCands(),
75 RRItr->getFwdRPCCands()
77 vector<L1MuGMTExtendedCand> GMTCands = RRItr->getGMTCands();
79 vector<L1MuRegionalCand>::const_iterator INPItr;
80 vector<L1MuGMTExtendedCand>::const_iterator GMTItr;
81 vector<L1MuGMTExtendedCand>::const_iterator GMTItr2;
83 int BxInEvent = RRItr->getBxInEvent();
86 int nSUBS[5] = {0, 0, 0, 0, 0};
87 for(
int i=0;
i<4;
i++) {
88 for( INPItr = INPCands[
i].
begin(); INPItr != INPCands[
i].end(); ++INPItr ) {
89 if(!INPItr->empty()) {
91 if(bx1st[
i]==9) bx1st[
i]=BxInEvent;
97 for( GMTItr = GMTCands.begin(); GMTItr != GMTCands.end(); ++GMTItr ) {
98 if(!GMTItr->empty()) nSUBS[
GMT]++;
104 if(BxInEvent!=0)
continue;
107 int Bx = RRItr->getBxNr();
111 for(
int i=0;
i<4;
i++) {
112 for( INPItr = INPCands[
i].
begin(); INPItr != INPCands[
i].end(); ++INPItr ) {
113 if(INPItr->empty())
continue;
120 int word = INPItr->getDataWord();
121 for(
int j=0; j<32; j++ ) {
127 for( GMTItr = GMTCands.begin(); GMTItr != GMTCands.end(); ++GMTItr ) {
128 if(GMTItr->empty())
continue;
135 int word = GMTItr->getDataWord();
136 for(
int j=0; j<32; j++ ) {
140 if(GMTItr->isMatchedCand()) {
141 if(GMTItr->quality()>3) {
146 }
else if(GMTItr->isRPC()) {
147 if(GMTItr->quality()>3) {
153 if(GMTItr->quality()>3) {
159 if(GMTItr != GMTCands.end()){
160 for( GMTItr2 = GMTCands.begin(); GMTItr2 != GMTCands.end(); ++GMTItr2 ) {
161 if(GMTItr2==GMTItr)
continue;
162 if(GMTItr2->empty())
continue;
163 if(GMTItr2->isRPC()) {
164 if(GMTItr->isFwd()) {
172 if(!(GMTItr->isFwd()) && GMTItr2->isFwd()) {
175 }
else if(GMTItr->isFwd() && !(GMTItr2->isFwd())){
194 for(
int i=0;
i<4;
i++) {
207 for(
int id = 0;
id<4;
id++) {
209 for(
int i=0;
i<4;
i++) {
221 for(
int i=0;
i<4;
i++) {
228 if(bx1st[DTTF]<9 && bx1st[CSCTF]<9)
bx_dt_csc->
Fill(bx1st[DTTF], bx1st[CSCTF]);
233 double phiout = double(phi);
242 std::string subs[5] = {
"DTTF",
"RPCb",
"CSCTF",
"RPCf",
"GMT" };
254 int nqty=8;
double qtymin=-0.5;
double qtymax=7.5;
260 if(nbins>144) nbins=144;
261 for(
int j=0; j<=
nbins; j++) {
269 for(
int j=0; j<9; j++) {
270 qscale[j] = -0.5 + j;
279 if(nbins>31) nbins=31;
280 for(
int j=1; j<=
nbins; j++) {
283 ptscale[
nbins]=ptscale[nbins-1]+10.;
287 float etascale[5][66];
292 if(nbins>65) nbins = 65;
293 for(
int j=0; j<=
nbins; j++) {
301 if(nbins>65) nbins = 65;
302 for(
int j=0; j<=
nbins; j++) {
311 if(nbins>32) nbins = 32;
314 for(
int j=nbins; j>=0; j--,i++) {
317 for(
int j=0; j<=
nbins; j++,i++) {
320 netascale[
CSCTF]=i-1;
325 if(nbins>65) nbins = 65;
326 for(
int j=0; j<=
nbins; j++) {
334 if(nbins>32) nbins = 32;
337 for(
int j=nbins; j>0; j--,i++) {
340 for(
int j=0; j<=
nbins; j++,i++) {
350 for(
int i=0;
i<5;
i++) {
352 hname = subs[
i] +
"_nbx"; htitle = subs[
i] +
" multiplicity in bx";
353 subs_nbx[
i] = ibooker.
book2D(hname.data(),htitle.data(), 4, 1., 5., 5, -2.5, 2.5);
357 hname = subs[
i] +
"_eta"; htitle = subs[
i] +
" eta value";
358 subs_eta[
i] = ibooker.
book1D(hname.data(),htitle.data(), netascale[
i], etascale[
i]);
361 hname = subs[
i] +
"_phi"; htitle = subs[
i] +
" phi value";
362 subs_phi[
i] = ibooker.
book1D(hname.data(),htitle.data(), nphiscale, phiscale);
365 hname = subs[
i] +
"_pt"; htitle = subs[
i] +
" pt value";
369 hname = subs[
i] +
"_qty"; htitle = subs[
i] +
" qty value";
370 subs_qty[
i] = ibooker.
book1D(hname.data(),htitle.data(), nqty, qtymin, qtymax);
373 hname = subs[
i] +
"_etaphi"; htitle = subs[
i] +
" phi vs eta";
374 subs_etaphi[
i] = ibooker.
book2D(hname.data(),htitle.data(), netascale[
i], etascale[
i], nphiscale, phiscale);
378 hname = subs[
i] +
"_etaqty"; htitle = subs[
i] +
" qty vs eta";
379 subs_etaqty[
i] = ibooker.
book2D(hname.data(),htitle.data(), netascale[
i], etascale[
i], nqty, qscale);
383 hname = subs[
i] +
"_bits"; htitle = subs[
i] +
" bit population";
419 bx_number = ibooker.
book1D(
"Bx_Number",
"Bx number ROP chip", 3564, 0., 3564.);
422 dbx_chip = ibooker.
bookProfile(
"dbx_Chip",
"bx count difference wrt ROP chip", 5, 0., 5.,100,-4000.,4000.,
"i");
434 eta_dtcsc_only = ibooker.
book1D(
"eta_DTCSC_only",
"eta of unconfirmed DT/CSC candidates", netascale[GMT], etascale[GMT]);
437 eta_rpc_only = ibooker.
book1D(
"eta_RPC_only",
"eta of unconfirmed RPC candidates", netascale[GMT], etascale[GMT]);
443 phi_dtcsc_only = ibooker.
book1D(
"phi_DTCSC_only",
"phi of unconfirmed DT/CSC candidates", nphiscale, phiscale);
446 phi_rpc_only = ibooker.
book1D(
"phi_RPC_only",
"phi of unconfirmed RPC candidates", nphiscale, phiscale);
449 etaphi_dtcsc_and_rpc = ibooker.
book2D(
"etaphi_DTCSC_and_RPC",
"eta vs phi map of confirmed GMT candidates", netascale[GMT], etascale[GMT], nphiscale, phiscale);
453 etaphi_dtcsc_only = ibooker.
book2D(
"etaphi_DTCSC_only",
"eta vs phi map of unconfirmed DT/CSC candidates", netascale[GMT], etascale[GMT], nphiscale, phiscale);
457 etaphi_rpc_only = ibooker.
book2D(
"etaphi_RPC_only",
"eta vs phi map of unconfirmed RPC candidates", netascale[GMT], etascale[GMT], nphiscale, phiscale);
462 dist_phi_dt_rpc = ibooker.
book1D(
"dist_phi_DT_RPC",
"Dphi between DT and RPC candidates", 100, -125., 125.);
465 dist_phi_csc_rpc = ibooker.
book1D(
"dist_phi_CSC_RPC",
"Dphi between CSC and RPC candidates", 100, -125., 125.);
468 dist_phi_dt_csc = ibooker.
book1D(
"dist_phi_DT_CSC",
"Dphi between DT and CSC candidates", 100, -125., 125.);
472 dist_eta_dt_rpc = ibooker.
book1D(
"dist_eta_DT_RPC",
"Deta between DT and RPC candidates", 40, -1., 1.);
478 dist_eta_dt_csc = ibooker.
book1D(
"dist_eta_DT_CSC",
"Deta between DT and CSC candidates", 40, -1., 1.);
482 n_rpcb_vs_dttf = ibooker.
book2D(
"n_RPCb_vs_DTTF",
"n cands RPCb vs DTTF", 5, -0.5, 4.5, 5, -0.5, 4.5);
486 n_rpcf_vs_csctf = ibooker.
book2D(
"n_RPCf_vs_CSCTF",
"n cands RPCf vs CSCTF", 5, -0.5, 4.5, 5, -0.5, 4.5);
490 n_csctf_vs_dttf = ibooker.
book2D(
"n_CSCTF_vs_DTTF",
"n cands CSCTF vs DTTF", 5, -0.5, 4.5, 5, -0.5, 4.5);
494 bx_dt_rpc = ibooker.
book2D(
"bx_DT_vs_RPC",
"1st bx DT vs. RPC", 5, -2.5, 2.5, 5, -2.5, 2.5);
498 bx_csc_rpc = ibooker.
book2D(
"bx_CSC_vs_RPC",
"1st bx CSC vs. RPC", 5, -2.5, 2.5, 5, -2.5, 2.5);
502 bx_dt_csc = ibooker.
book2D(
"bx_DT_vs_CSC",
"1st bx DT vs. CSC", 5, -2.5, 2.5, 5, -2.5, 2.5);
507 for(
int i=0;
i<4;
i++) {
508 hname = subs[
i] +
"_dbx"; htitle =
"dBx " + subs[
i] +
" to previous event";
509 subs_dbx[
i] = ibooker.
book2D(hname.data(),htitle.data(), 1000, 0., 1000., 4, 0., 4.);
510 for(
int j=0; j<4; j++) {
L1TGMT(const edm::ParameterSet &ps)
void dqmBeginRun(const edm::Run &, const edm::EventSetup &) override
MonitorElement * bx_number
void analyze(const edm::Event &e, const edm::EventSetup &c) override
const L1MuScale * getPtScale() const
get the Pt scale
MonitorElement * bookProfile(Args &&...args)
bool getByToken(EDGetToken token, Handle< PROD > &result) const
MonitorElement * phi_rpc_only
MonitorElement * subs_eta[5]
void setBinLabel(int bin, const std::string &label, int axis=1)
set bin label for x, y or z axis (axis=1, 2, 3 respectively)
MonitorElement * subs_nbx[5]
double phiconv_(float phi)
MonitorElement * dist_eta_dt_rpc
MonitorElement * subs_bits[5]
MonitorElement * subs_dbx[4]
MonitorElement * n_csctf_vs_dttf
MonitorElement * eta_dtcsc_and_rpc
MonitorElement * dist_eta_csc_rpc
MonitorElement * subs_etaphi[5]
void setCurrentFolder(std::string const &fullpath)
const edm::EDGetTokenT< L1MuGMTReadoutCollection > gmtSource_
MonitorElement * regional_triggers
static const double piconv_
MonitorElement * etaphi_dtcsc_and_rpc
MonitorElement * etaphi_rpc_only
MonitorElement * eta_dtcsc_only
MonitorElement * eta_rpc_only
MonitorElement * n_rpcb_vs_dttf
MonitorElement * phi_dtcsc_only
const L1MuScale * getPhiScale() const
get the phi scale
MonitorElement * book1D(Args &&...args)
MonitorElement * bx_dt_csc
MonitorElement * subs_phi[5]
virtual unsigned getNBins() const =0
get number of bins
void bookHistograms(DQMStore::IBooker &ibooker, edm::Run const &, edm::EventSetup const &) override
MonitorElement * dbx_chip
MonitorElement * dist_phi_dt_rpc
MonitorElement * dist_phi_dt_csc
T const * product() const
MonitorElement * phi_dtcsc_and_rpc
MonitorElement * book2D(Args &&...args)
MonitorElement * subs_pt[5]
MonitorElement * subs_qty[5]
const L1MuScale * getRegionalEtaScale(int isys) const
get the regioanl muon trigger eta scale, isys = 0(DT), 1(bRPC), 2(CSC), 3(fwdRPC) ...
MonitorElement * bx_csc_rpc
std::vector< L1MuGMTReadoutRecord > const & getRecords() const
MonitorElement * bx_dt_rpc
MonitorElement * dist_phi_csc_rpc
MonitorElement * etaphi_dtcsc_only
const L1MuScale * getGMTEtaScale() const
get the GMT eta scale
MonitorElement * subs_etaqty[5]
MonitorElement * dist_eta_dt_csc
void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)
T const * product() const
MonitorElement * n_rpcf_vs_csctf
virtual float getValue(unsigned i) const =0
get value of the underlying vector for bin i