CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Protected Member Functions | Private Types | Private Member Functions | Private Attributes | Static Private Attributes
L1TGMT Class Reference

#include <L1TGMT.h>

Inheritance diagram for L1TGMT:
DQMEDAnalyzer edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > edm::stream::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

 L1TGMT (const edm::ParameterSet &ps)
 
virtual ~L1TGMT ()
 
- Public Member Functions inherited from DQMEDAnalyzer
virtual void beginRun (edm::Run const &, edm::EventSetup const &) final
 
virtual void beginStream (edm::StreamID id) final
 
 DQMEDAnalyzer (void)
 
virtual void endLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, dqmDetails::NoCache *) const final
 
virtual void endRunSummary (edm::Run const &, edm::EventSetup const &, dqmDetails::NoCache *) const final
 
uint32_t streamId () const
 
- Public Member Functions inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > >
 EDAnalyzer ()=default
 
- Public Member Functions inherited from edm::stream::EDAnalyzerBase
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDAnalyzerBase ()
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
 EDConsumerBase ()
 
ProductHolderIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
std::vector
< ProductHolderIndexAndSkipBit >
const & 
itemsToGetFromEvent () const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Protected Member Functions

void analyze (const edm::Event &e, const edm::EventSetup &c) override
 
virtual void beginLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) override
 
virtual void bookHistograms (DQMStore::IBooker &ibooker, edm::Run const &, edm::EventSetup const &) override
 
virtual void dqmBeginRun (const edm::Run &, const edm::EventSetup &) override
 
- Protected Member Functions inherited from edm::stream::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Private Types

enum  ensubs {
  DTTF =0, RPCb, CSCTF, RPCf,
  GMT
}
 

Private Member Functions

void book_ (const edm::EventSetup &c)
 
double phiconv_ (float phi)
 

Private Attributes

MonitorElementbx_csc_rpc
 
MonitorElementbx_dt_csc
 
MonitorElementbx_dt_rpc
 
MonitorElementbx_number
 
int bxnum_old_
 
MonitorElementdbx_chip
 
MonitorElementdist_eta_csc_rpc
 
MonitorElementdist_eta_dt_csc
 
MonitorElementdist_eta_dt_rpc
 
MonitorElementdist_phi_csc_rpc
 
MonitorElementdist_phi_dt_csc
 
MonitorElementdist_phi_dt_rpc
 
MonitorElementeta_dtcsc_and_rpc
 
MonitorElementeta_dtcsc_only
 
MonitorElementeta_rpc_only
 
MonitorElementetaphi_dtcsc_and_rpc
 
MonitorElementetaphi_dtcsc_only
 
MonitorElementetaphi_rpc_only
 
const edm::EDGetTokenT
< L1MuGMTReadoutCollection
gmtSource_
 
std::ofstream logFile_
 
MonitorElementn_csctf_vs_dttf
 
MonitorElementn_rpcb_vs_dttf
 
MonitorElementn_rpcf_vs_csctf
 
int obnum_old_
 
MonitorElementphi_dtcsc_and_rpc
 
MonitorElementphi_dtcsc_only
 
MonitorElementphi_rpc_only
 
MonitorElementregional_triggers
 
MonitorElementsubs_bits [5]
 
MonitorElementsubs_dbx [4]
 
MonitorElementsubs_eta [5]
 
MonitorElementsubs_etaphi [5]
 
MonitorElementsubs_etaqty [5]
 
MonitorElementsubs_nbx [5]
 
MonitorElementsubs_phi [5]
 
MonitorElementsubs_pt [5]
 
MonitorElementsubs_qty [5]
 
int trsrc_old_
 
const bool verbose_
 

Static Private Attributes

static const double piconv_ = 180. / acos(-1.)
 

Additional Inherited Members

- Public Types inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > >
typedef CacheContexts< T...> CacheTypes
 
typedef CacheTypes::GlobalCache GlobalCache
 
typedef AbilityChecker< T...> HasAbility
 
typedef
CacheTypes::LuminosityBlockCache 
LuminosityBlockCache
 
typedef
LuminosityBlockContextT
< LuminosityBlockCache,
RunCache, GlobalCache
LuminosityBlockContext
 
typedef
CacheTypes::LuminosityBlockSummaryCache 
LuminosityBlockSummaryCache
 
typedef CacheTypes::RunCache RunCache
 
typedef RunContextT< RunCache,
GlobalCache
RunContext
 
typedef CacheTypes::RunSummaryCache RunSummaryCache
 
- Public Types inherited from edm::stream::EDAnalyzerBase
typedef EDAnalyzerAdaptorBase ModuleType
 
- Static Public Member Functions inherited from DQMEDAnalyzer
static std::shared_ptr
< dqmDetails::NoCache
globalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *)
 
static std::shared_ptr
< dqmDetails::NoCache
globalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *)
 
static void globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *)
 
static void globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *)
 
- Static Public Member Functions inherited from edm::stream::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Detailed Description

Definition at line 43 of file L1TGMT.h.

Member Enumeration Documentation

enum L1TGMT::ensubs
private
Enumerator
DTTF 
RPCb 
CSCTF 
RPCf 
GMT 

Definition at line 66 of file L1TGMT.h.

Constructor & Destructor Documentation

L1TGMT::L1TGMT ( const edm::ParameterSet ps)

Definition at line 23 of file L1TGMT.cc.

References gather_cfg::cout, and verbose_.

24  : verbose_(ps.getUntrackedParameter<bool>("verbose", false)) // verbosity switch
25  , gmtSource_(consumes<L1MuGMTReadoutCollection>(ps.getParameter< InputTag >("gmtSource")))
26  , bxnum_old_(0)
27  , obnum_old_(0)
28  , trsrc_old_(0)
29  {
30  if(verbose_) cout << "L1TGMT: constructor...." << endl;
31 }
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
const bool verbose_
Definition: L1TGMT.h:106
int obnum_old_
Definition: L1TGMT.h:111
int bxnum_old_
Definition: L1TGMT.h:110
int trsrc_old_
Definition: L1TGMT.h:112
const edm::EDGetTokenT< L1MuGMTReadoutCollection > gmtSource_
Definition: L1TGMT.h:108
tuple cout
Definition: gather_cfg.py:121
L1TGMT::~L1TGMT ( )
virtual

Definition at line 33 of file L1TGMT.cc.

34 {
35 }

Member Function Documentation

void L1TGMT::analyze ( const edm::Event e,
const edm::EventSetup c 
)
overrideprotectedvirtual

Implements edm::stream::EDAnalyzerBase.

Definition at line 48 of file L1TGMT.cc.

References begin, bx_csc_rpc, bx_dt_csc, bx_dt_rpc, bx_number, bxnum_old_, gather_cfg::cout, CSCTF, dist_eta_csc_rpc, dist_eta_dt_csc, dist_eta_dt_rpc, dist_phi_csc_rpc, dist_phi_dt_csc, dist_phi_dt_rpc, DTTF, eta_dtcsc_and_rpc, eta_dtcsc_only, eta_rpc_only, etaphi_dtcsc_and_rpc, etaphi_dtcsc_only, etaphi_rpc_only, MonitorElement::Fill(), edm::Event::getByToken(), L1MuGMTReadoutCollection::getRecords(), GMT, gmtSource_, i, edm::HandleBase::isValid(), j, n_csctf_vs_dttf, n_rpcb_vs_dttf, n_rpcf_vs_csctf, obnum_old_, edm::EventBase::orbitNumber(), phi_dtcsc_and_rpc, phi_dtcsc_only, phi_rpc_only, phiconv_(), edm::Handle< T >::product(), regional_triggers, RPCb, RPCf, subs_bits, subs_dbx, subs_eta, subs_etaphi, subs_etaqty, subs_nbx, subs_phi, subs_pt, subs_qty, trsrc_old_, and verbose_.

49 {
50 
51  if(verbose_) cout << "L1TGMT: analyze...." << endl;
52 
53 
55  e.getByToken(gmtSource_,pCollection);
56 
57  if (!pCollection.isValid()) {
58  edm::LogInfo("DataNotFound") << "can't find L1MuGMTReadoutCollection" ;
59  return;
60  }
61 
62  // remember the bx of 1st candidate of each system (9=none)
63  int bx1st[4] = {9, 9, 9, 9};
64 
65  // get GMT readout collection
66  L1MuGMTReadoutCollection const* gmtrc = pCollection.product();
67  // get record vector
68  vector<L1MuGMTReadoutRecord> gmt_records = gmtrc->getRecords();
69  // loop over records of individual bx's
70  vector<L1MuGMTReadoutRecord>::const_iterator RRItr;
71 
72  for( RRItr = gmt_records.begin(); RRItr != gmt_records.end(); RRItr++ )
73  {
74 
75  vector<L1MuRegionalCand> INPCands[4] = {
76  RRItr->getDTBXCands(),
77  RRItr->getBrlRPCCands(),
78  RRItr->getCSCCands(),
79  RRItr->getFwdRPCCands()
80  };
81  vector<L1MuGMTExtendedCand> GMTCands = RRItr->getGMTCands();
82 
83  vector<L1MuRegionalCand>::const_iterator INPItr;
84  vector<L1MuGMTExtendedCand>::const_iterator GMTItr;
85  vector<L1MuGMTExtendedCand>::const_iterator GMTItr2;
86 
87  int BxInEvent = RRItr->getBxInEvent();
88 
89  // count non-empty candidates in this bx
90  int nSUBS[5] = {0, 0, 0, 0, 0};
91  for(int i=0; i<4; i++) {
92  for( INPItr = INPCands[i].begin(); INPItr != INPCands[i].end(); ++INPItr ) {
93  if(!INPItr->empty()) {
94  nSUBS[i]++;
95  if(bx1st[i]==9) bx1st[i]=BxInEvent;
96  }
97  }
98  subs_nbx[i]->Fill(float(nSUBS[i]),float(BxInEvent));
99  }
100 
101  for( GMTItr = GMTCands.begin(); GMTItr != GMTCands.end(); ++GMTItr ) {
102  if(!GMTItr->empty()) nSUBS[GMT]++;
103  }
104  subs_nbx[GMT]->Fill(float(nSUBS[GMT]),float(BxInEvent));
105 
107  // from here care only about the L1A bunch crossing
108  if(BxInEvent!=0) continue;
109 
110  // get the absolute bx number of the L1A
111  int Bx = RRItr->getBxNr();
112 
113  bx_number->Fill(double(Bx));
114 
115  for(int i=0; i<4; i++) {
116  for( INPItr = INPCands[i].begin(); INPItr != INPCands[i].end(); ++INPItr ) {
117  if(INPItr->empty()) continue;
118  subs_eta[i]->Fill(INPItr->etaValue());
119  subs_phi[i]->Fill(phiconv_(INPItr->phiValue()));
120  subs_pt[i]->Fill(INPItr->ptValue());
121  subs_qty[i]->Fill(INPItr->quality());
122  subs_etaphi[i]->Fill(INPItr->etaValue(),phiconv_(INPItr->phiValue()));
123  subs_etaqty[i]->Fill(INPItr->etaValue(),INPItr->quality());
124  int word = INPItr->getDataWord();
125  for( int j=0; j<32; j++ ) {
126  if( word&(1<<j) ) subs_bits[i]->Fill(float(j));
127  }
128  }
129  }
130 
131  for( GMTItr = GMTCands.begin(); GMTItr != GMTCands.end(); ++GMTItr ) {
132  if(GMTItr->empty()) continue;
133  subs_eta[GMT]->Fill(GMTItr->etaValue());
134  subs_phi[GMT]->Fill(phiconv_(GMTItr->phiValue()));
135  subs_pt[GMT]->Fill(GMTItr->ptValue());
136  subs_qty[GMT]->Fill(GMTItr->quality());
137  subs_etaphi[GMT]->Fill(GMTItr->etaValue(),phiconv_(GMTItr->phiValue()));
138  subs_etaqty[GMT]->Fill(GMTItr->etaValue(),GMTItr->quality());
139  int word = GMTItr->getDataWord();
140  for( int j=0; j<32; j++ ) {
141  if( word&(1<<j) ) subs_bits[GMT]->Fill(float(j));
142  }
143 
144  if(GMTItr->isMatchedCand()) {
145  if(GMTItr->quality()>3) {
146  eta_dtcsc_and_rpc->Fill(GMTItr->etaValue());
147  phi_dtcsc_and_rpc->Fill(phiconv_(GMTItr->phiValue()));
148  etaphi_dtcsc_and_rpc->Fill(GMTItr->etaValue(),phiconv_(GMTItr->phiValue()));
149  }
150  } else if(GMTItr->isRPC()) {
151  if(GMTItr->quality()>3) {
152  eta_rpc_only->Fill(GMTItr->etaValue());
153  phi_rpc_only->Fill(phiconv_(GMTItr->phiValue()));
154  etaphi_rpc_only->Fill(GMTItr->etaValue(),phiconv_(GMTItr->phiValue()));
155  }
156  } else {
157  if(GMTItr->quality()>3) {
158  eta_dtcsc_only->Fill(GMTItr->etaValue());
159  phi_dtcsc_only->Fill(phiconv_(GMTItr->phiValue()));
160  etaphi_dtcsc_only->Fill(GMTItr->etaValue(),phiconv_(GMTItr->phiValue()));
161  }
162 
163  if(GMTItr != GMTCands.end()){
164  for( GMTItr2 = GMTCands.begin(); GMTItr2 != GMTCands.end(); ++GMTItr2 ) {
165  if(GMTItr2==GMTItr) continue;
166  if(GMTItr2->empty()) continue;
167  if(GMTItr2->isRPC()) {
168  if(GMTItr->isFwd()) {
169  dist_eta_csc_rpc->Fill( GMTItr->etaValue() - GMTItr2->etaValue() );
170  dist_phi_csc_rpc->Fill( phiconv_(GMTItr->phiValue()) - phiconv_(GMTItr2->phiValue()) );
171  } else {
172  dist_eta_dt_rpc->Fill( GMTItr->etaValue() - GMTItr2->etaValue() );
173  dist_phi_dt_rpc->Fill( phiconv_(GMTItr->phiValue()) - phiconv_(GMTItr2->phiValue()) );
174  }
175  } else {
176  if(!(GMTItr->isFwd()) && GMTItr2->isFwd()) {
177  dist_eta_dt_csc->Fill( GMTItr->etaValue() - GMTItr2->etaValue() );
178  dist_phi_dt_csc->Fill( phiconv_(GMTItr->phiValue()) - phiconv_(GMTItr2->phiValue()) );
179  } else if(GMTItr->isFwd() && !(GMTItr2->isFwd())){
180  dist_eta_dt_csc->Fill( GMTItr2->etaValue() - GMTItr->etaValue() );
181  dist_phi_dt_csc->Fill( phiconv_(GMTItr->phiValue()) - phiconv_(GMTItr2->phiValue()) );
182  }
183  }
184  }
185  }
186 
187  }
188 
189  }
190 
191  n_rpcb_vs_dttf ->Fill(float(nSUBS[DTTF]),float(nSUBS[RPCb]));
192  n_rpcf_vs_csctf->Fill(float(nSUBS[CSCTF]),float(nSUBS[RPCf]));
193  n_csctf_vs_dttf->Fill(float(nSUBS[DTTF]),float(nSUBS[CSCTF]));
194 
195  regional_triggers->Fill(-1.); // fill underflow for normalization
196  if(nSUBS[GMT]) regional_triggers->Fill(0.); // fill all muon bin
197  int ioff=1;
198  for(int i=0; i<4; i++) {
199  if(nSUBS[i]) regional_triggers->Fill(float(5*i+nSUBS[i]+ioff));
200  }
201  if(nSUBS[DTTF] && (nSUBS[RPCb] || nSUBS[RPCf])) regional_triggers->Fill(22.);
202  if(nSUBS[DTTF] && nSUBS[CSCTF]) regional_triggers->Fill(23.);
203  if(nSUBS[CSCTF] && (nSUBS[RPCb] || nSUBS[RPCf])) regional_triggers->Fill(24.);
204  if(nSUBS[DTTF] && nSUBS[CSCTF] && (nSUBS[RPCb] || nSUBS[RPCf])) regional_triggers->Fill(25.);
205 
206  // fill only if previous event corresponds to previous trigger
207 // if( (Ev - evnum_old_) == 1 && bxnum_old_ > -1 ) {
208  // assume getting all events in a sequence (usefull only from reco data)
209  if( bxnum_old_ > -1 ) {
210  int dBx = Bx - bxnum_old_ + 3564*(e.orbitNumber() - obnum_old_);
211  for(int id = 0; id<4; id++) {
212  if( trsrc_old_&(1<<id) ) {
213  for(int i=0; i<4; i++) {
214  if(nSUBS[i]) subs_dbx[i]->Fill(float(dBx),float(id));
215  }
216  }
217  }
218 
219  }
220 
221  // save quantities for the next event
222  bxnum_old_ = Bx;
223  obnum_old_ = e.orbitNumber();
224  trsrc_old_ = 0;
225  for(int i=0; i<4; i++) {
226  if(nSUBS[i]) trsrc_old_ |= (1<<i);
227  }
228  }
229 
230  if(bx1st[DTTF]<9 && bx1st[RPCb]<9) bx_dt_rpc->Fill(bx1st[DTTF], bx1st[RPCb]);
231  if(bx1st[CSCTF]<9 && bx1st[RPCf]<9) bx_csc_rpc->Fill(bx1st[CSCTF],bx1st[RPCf]);
232  if(bx1st[DTTF]<9 && bx1st[CSCTF]<9) bx_dt_csc->Fill(bx1st[DTTF], bx1st[CSCTF]);
233 
234 }
int i
Definition: DBlmapReader.cc:9
MonitorElement * bx_number
Definition: L1TGMT.h:79
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:449
MonitorElement * phi_rpc_only
Definition: L1TGMT.h:86
const bool verbose_
Definition: L1TGMT.h:106
MonitorElement * subs_eta[5]
Definition: L1TGMT.h:69
int obnum_old_
Definition: L1TGMT.h:111
MonitorElement * subs_nbx[5]
Definition: L1TGMT.h:68
double phiconv_(float phi)
Definition: L1TGMT.cc:236
int bxnum_old_
Definition: L1TGMT.h:110
MonitorElement * dist_eta_dt_rpc
Definition: L1TGMT.h:93
MonitorElement * subs_bits[5]
Definition: L1TGMT.h:75
void Fill(long long x)
MonitorElement * subs_dbx[4]
Definition: L1TGMT.h:104
MonitorElement * n_csctf_vs_dttf
Definition: L1TGMT.h:102
MonitorElement * eta_dtcsc_and_rpc
Definition: L1TGMT.h:81
MonitorElement * dist_eta_csc_rpc
Definition: L1TGMT.h:94
MonitorElement * subs_etaphi[5]
Definition: L1TGMT.h:73
int trsrc_old_
Definition: L1TGMT.h:112
const edm::EDGetTokenT< L1MuGMTReadoutCollection > gmtSource_
Definition: L1TGMT.h:108
MonitorElement * regional_triggers
Definition: L1TGMT.h:77
MonitorElement * etaphi_dtcsc_and_rpc
Definition: L1TGMT.h:87
MonitorElement * etaphi_rpc_only
Definition: L1TGMT.h:89
MonitorElement * eta_dtcsc_only
Definition: L1TGMT.h:82
MonitorElement * eta_rpc_only
Definition: L1TGMT.h:83
MonitorElement * n_rpcb_vs_dttf
Definition: L1TGMT.h:100
MonitorElement * phi_dtcsc_only
Definition: L1TGMT.h:85
int j
Definition: DBlmapReader.cc:9
MonitorElement * bx_dt_csc
Definition: L1TGMT.h:98
int orbitNumber() const
Definition: EventBase.h:67
MonitorElement * subs_phi[5]
Definition: L1TGMT.h:70
bool isValid() const
Definition: HandleBase.h:75
MonitorElement * dist_phi_dt_rpc
Definition: L1TGMT.h:90
MonitorElement * dist_phi_dt_csc
Definition: L1TGMT.h:92
T const * product() const
Definition: Handle.h:81
MonitorElement * phi_dtcsc_and_rpc
Definition: L1TGMT.h:84
MonitorElement * subs_pt[5]
Definition: L1TGMT.h:71
MonitorElement * subs_qty[5]
Definition: L1TGMT.h:72
#define begin
Definition: vmac.h:30
MonitorElement * bx_csc_rpc
Definition: L1TGMT.h:97
std::vector< L1MuGMTReadoutRecord > const & getRecords() const
MonitorElement * bx_dt_rpc
Definition: L1TGMT.h:96
MonitorElement * dist_phi_csc_rpc
Definition: L1TGMT.h:91
MonitorElement * etaphi_dtcsc_only
Definition: L1TGMT.h:88
tuple cout
Definition: gather_cfg.py:121
MonitorElement * subs_etaqty[5]
Definition: L1TGMT.h:74
MonitorElement * dist_eta_dt_csc
Definition: L1TGMT.h:95
MonitorElement * n_rpcf_vs_csctf
Definition: L1TGMT.h:101
void L1TGMT::beginLuminosityBlock ( const edm::LuminosityBlock ,
const edm::EventSetup  
)
overrideprotectedvirtual

Reimplemented from edm::stream::EDAnalyzerBase.

Definition at line 42 of file L1TGMT.cc.

43 {
44  //empty
45 }
void L1TGMT::book_ ( const edm::EventSetup c)
private
void L1TGMT::bookHistograms ( DQMStore::IBooker ibooker,
edm::Run const &  ,
edm::EventSetup const &  c 
)
overrideprotectedvirtual

Implements DQMEDAnalyzer.

Definition at line 243 of file L1TGMT.cc.

References DQMStore::IBooker::book1D(), DQMStore::IBooker::book2D(), DQMStore::IBooker::bookProfile(), bx_csc_rpc, bx_dt_csc, bx_dt_rpc, bx_number, CSCTF, data, dbx_chip, dist_eta_csc_rpc, dist_eta_dt_csc, dist_eta_dt_rpc, dist_phi_csc_rpc, dist_phi_dt_csc, dist_phi_dt_rpc, DTTF, eta_dtcsc_and_rpc, eta_dtcsc_only, eta_rpc_only, etaphi_dtcsc_and_rpc, etaphi_dtcsc_only, etaphi_rpc_only, edm::EventSetup::get(), L1MuTriggerScales::getGMTEtaScale(), L1MuScale::getNBins(), L1MuTriggerScales::getPhiScale(), L1MuTriggerPtScale::getPtScale(), L1MuTriggerScales::getRegionalEtaScale(), L1MuScale::getValue(), GMT, i, cuy::ib, j, n_csctf_vs_dttf, n_rpcb_vs_dttf, n_rpcf_vs_csctf, pileupCalc::nbins, phi_dtcsc_and_rpc, phi_dtcsc_only, phi_rpc_only, piconv_, edm::ESHandle< class >::product(), regional_triggers, RPCb, RPCf, MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), DQMStore::IBooker::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, subs_bits, subs_dbx, subs_eta, subs_etaphi, subs_etaqty, subs_nbx, subs_phi, subs_pt, and subs_qty.

244 {
245 
246  std::string subs[5] = { "DTTF", "RPCb", "CSCTF", "RPCf", "GMT" };
247 
249  c.get< L1MuTriggerScalesRcd >().get( trigscales_h );
250  const L1MuTriggerScales* scales = trigscales_h.product();
251 
253  c.get< L1MuTriggerPtScaleRcd >().get( trigptscale_h );
254  const L1MuTriggerPtScale* scalept = trigptscale_h.product();
255 
256  ibooker.setCurrentFolder("L1T/L1TGMT");
257 
258  int nqty=8; double qtymin=-0.5; double qtymax=7.5;
259 
260  float phiscale[145];
261  int nphiscale;
262  {
263  int nbins = scales->getPhiScale()->getNBins();
264  if(nbins>144) nbins=144;
265  for(int j=0; j<=nbins; j++) {
266  phiscale[j] = piconv_ * scales->getPhiScale()->getValue(j);
267  }
268  nphiscale = nbins;
269  }
270 
271  float qscale[9];
272  {
273  for(int j=0; j<9; j++) {
274  qscale[j] = -0.5 + j;
275  }
276  }
277 
278  // pt scale first bin reserved for empty muon
279  float ptscale[32];
280  int nptscale;
281  {
282  int nbins = scalept->getPtScale()->getNBins() - 1;
283  if(nbins>31) nbins=31;
284  for(int j=1; j<=nbins; j++) {
285  ptscale[j-1] = scalept->getPtScale()->getValue(j);
286  }
287  ptscale[nbins]=ptscale[nbins-1]+10.; // make reasonable size last bin
288  nptscale = nbins;
289  }
290 
291  float etascale[5][66];
292  int netascale[5];
293  // DTTF eta scale
294  {
295  int nbins = scales->getRegionalEtaScale(DTTF)->getNBins();
296  if(nbins>65) nbins = 65;
297  for(int j=0; j<=nbins; j++) {
298  etascale[DTTF][j] = scales->getRegionalEtaScale(DTTF)->getValue(j);
299  }
300  netascale[DTTF]=nbins;
301  }
302  // RPCb etascale
303  {
304  int nbins = scales->getRegionalEtaScale(RPCb)->getNBins();
305  if(nbins>65) nbins = 65;
306  for(int j=0; j<=nbins; j++) {
307  etascale[RPCb][j] = scales->getRegionalEtaScale(RPCb)->getValue(j);
308  }
309  netascale[RPCb]=nbins;
310  }
311  // CSCTF etascale
312  // special case - need to mirror 2*32 bins
313  {
314  int nbins = scales->getRegionalEtaScale(CSCTF)->getNBins();
315  if(nbins>32) nbins = 32;
316 
317  int i=0;
318  for(int j=nbins; j>=0; j--,i++) {
319  etascale[CSCTF][i] = (-1) * scales->getRegionalEtaScale(CSCTF)->getValue(j);
320  }
321  for(int j=0; j<=nbins; j++,i++) {
322  etascale[CSCTF][i] = scales->getRegionalEtaScale(CSCTF)->getValue(j);
323  }
324  netascale[CSCTF]=i-1;
325  }
326  // RPCf etascale
327  {
328  int nbins = scales->getRegionalEtaScale(RPCf)->getNBins();
329  if(nbins>65) nbins = 65;
330  for(int j=0; j<=nbins; j++) {
331  etascale[RPCf][j] = scales->getRegionalEtaScale(RPCf)->getValue(j);
332  }
333  netascale[RPCf]=nbins;
334  }
335  // GMT etascale
336  {
337  int nbins = scales->getGMTEtaScale()->getNBins();
338  if(nbins>32) nbins = 32;
339 
340  int i=0;
341  for(int j=nbins; j>0; j--,i++) {
342  etascale[GMT][i] = (-1) * scales->getGMTEtaScale()->getValue(j);
343  }
344  for(int j=0; j<=nbins; j++,i++) {
345  etascale[GMT][i] = scales->getGMTEtaScale()->getValue(j);
346  }
347  netascale[GMT]=i-1;
348  }
349 
350 
351  std::string hname("");
352  std::string htitle("");
353 
354  for(int i=0; i<5; i++) {
355 
356  hname = subs[i] + "_nbx"; htitle = subs[i] + " multiplicity in bx";
357  subs_nbx[i] = ibooker.book2D(hname.data(),htitle.data(), 4, 1., 5., 5, -2.5, 2.5);
358  subs_nbx[i]->setAxisTitle(subs[i] + " candidates",1);
359  subs_nbx[i]->setAxisTitle("bx wrt L1A",2);
360 
361  hname = subs[i] + "_eta"; htitle = subs[i] + " eta value";
362  subs_eta[i] = ibooker.book1D(hname.data(),htitle.data(), netascale[i], etascale[i]);
363  subs_eta[i]->setAxisTitle("eta",1);
364 
365  hname = subs[i] + "_phi"; htitle = subs[i] + " phi value";
366  subs_phi[i] = ibooker.book1D(hname.data(),htitle.data(), nphiscale, phiscale);
367  subs_phi[i]->setAxisTitle("phi (deg)",1);
368 
369  hname = subs[i] + "_pt"; htitle = subs[i] + " pt value";
370  subs_pt[i] = ibooker.book1D(hname.data(),htitle.data(), nptscale, ptscale);
371  subs_pt[i]->setAxisTitle("L1 pT (GeV)",1);
372 
373  hname = subs[i] + "_qty"; htitle = subs[i] + " qty value";
374  subs_qty[i] = ibooker.book1D(hname.data(),htitle.data(), nqty, qtymin, qtymax);
375  subs_qty[i]->setAxisTitle(subs[i] + " quality",1);
376 
377  hname = subs[i] + "_etaphi"; htitle = subs[i] + " phi vs eta";
378  subs_etaphi[i] = ibooker.book2D(hname.data(),htitle.data(), netascale[i], etascale[i], nphiscale, phiscale);
379  subs_etaphi[i]->setAxisTitle("eta",1);
380  subs_etaphi[i]->setAxisTitle("phi (deg)",2);
381 
382  hname = subs[i] + "_etaqty"; htitle = subs[i] + " qty vs eta";
383  subs_etaqty[i] = ibooker.book2D(hname.data(),htitle.data(), netascale[i], etascale[i], nqty, qscale);
384  subs_etaqty[i]->setAxisTitle("eta",1);
385  subs_etaqty[i]->setAxisTitle(subs[i] + " quality",2);
386 
387  hname = subs[i] + "_bits"; htitle = subs[i] + " bit population";
388  subs_bits[i] = ibooker.book1D(hname.data(),htitle.data(), 32, -0.5, 31.5);
389  subs_bits[i]->setAxisTitle("bit number",1);
390  }
391 
392  regional_triggers = ibooker.book1D("Regional_trigger","Muon trigger contribution", 27, 0., 27.);
393  regional_triggers->setAxisTitle("regional trigger",1);
394  int ib=1;
395  regional_triggers->setBinLabel(ib++,"All muons",1);
396  ib++;
397  regional_triggers->setBinLabel(ib++,"DT 1mu",1);
398  regional_triggers->setBinLabel(ib++,"DT 2mu",1);
399  regional_triggers->setBinLabel(ib++,"DT 3mu",1);
400  regional_triggers->setBinLabel(ib++,"DT 4mu",1);
401  ib++;
402  regional_triggers->setBinLabel(ib++,"RPCb 1mu",1);
403  regional_triggers->setBinLabel(ib++,"RPCb 2mu",1);
404  regional_triggers->setBinLabel(ib++,"RPCb 3mu",1);
405  regional_triggers->setBinLabel(ib++,"RPCb 4mu",1);
406  ib++;
407  regional_triggers->setBinLabel(ib++,"CSC 1mu",1);
408  regional_triggers->setBinLabel(ib++,"CSC 2mu",1);
409  regional_triggers->setBinLabel(ib++,"CSC 3mu",1);
410  regional_triggers->setBinLabel(ib++,"CSC 4mu",1);
411  ib++;
412  regional_triggers->setBinLabel(ib++,"RPCf 1mu",1);
413  regional_triggers->setBinLabel(ib++,"RPCf 2mu",1);
414  regional_triggers->setBinLabel(ib++,"RPCf 3mu",1);
415  regional_triggers->setBinLabel(ib++,"RPCf 4mu",1);
416  ib++;
417  regional_triggers->setBinLabel(ib++,"DT & RPC",1);
418  regional_triggers->setBinLabel(ib++,"DT & CSC",1);
419  regional_triggers->setBinLabel(ib++,"CSC & RPC",1);
420  regional_triggers->setBinLabel(ib++,"DT & CSC & RPC",1);
421 
422 
423  bx_number = ibooker.book1D("Bx_Number","Bx number ROP chip", 3564, 0., 3564.);
424  bx_number->setAxisTitle("bx number",1);
425 
426  dbx_chip = ibooker.bookProfile("dbx_Chip","bx count difference wrt ROP chip", 5, 0., 5.,100,-4000.,4000.,"i");
427  dbx_chip->setAxisTitle("chip name",1);
428  dbx_chip->setAxisTitle("delta bx",2);
429  dbx_chip->setBinLabel(1,"IND",1);
430  dbx_chip->setBinLabel(2,"INB",1);
431  dbx_chip->setBinLabel(3,"INC",1);
432  dbx_chip->setBinLabel(4,"INF",1);
433  dbx_chip->setBinLabel(5,"SRT",1);
434 
435  eta_dtcsc_and_rpc = ibooker.book1D("eta_DTCSC_and_RPC","eta of confirmed GMT candidates", netascale[GMT], etascale[GMT]);
437 
438  eta_dtcsc_only = ibooker.book1D("eta_DTCSC_only","eta of unconfirmed DT/CSC candidates", netascale[GMT], etascale[GMT]);
439  eta_dtcsc_only->setAxisTitle("eta",1);
440 
441  eta_rpc_only = ibooker.book1D("eta_RPC_only","eta of unconfirmed RPC candidates", netascale[GMT], etascale[GMT]);
442  eta_rpc_only->setAxisTitle("eta",1);
443 
444  phi_dtcsc_and_rpc = ibooker.book1D("phi_DTCSC_and_RPC","phi of confirmed GMT candidates",nphiscale, phiscale);
445  phi_dtcsc_and_rpc->setAxisTitle("phi (deg)",1);
446 
447  phi_dtcsc_only = ibooker.book1D("phi_DTCSC_only","phi of unconfirmed DT/CSC candidates", nphiscale, phiscale);
448  phi_dtcsc_only->setAxisTitle("phi (deg)",1);
449 
450  phi_rpc_only = ibooker.book1D("phi_RPC_only","phi of unconfirmed RPC candidates", nphiscale, phiscale);
451  phi_rpc_only->setAxisTitle("phi (deg)",1);
452 
453  etaphi_dtcsc_and_rpc = ibooker.book2D("etaphi_DTCSC_and_RPC","eta vs phi map of confirmed GMT candidates", netascale[GMT], etascale[GMT], nphiscale, phiscale);
455  etaphi_dtcsc_and_rpc->setAxisTitle("phi (deg)",2);
456 
457  etaphi_dtcsc_only = ibooker.book2D("etaphi_DTCSC_only","eta vs phi map of unconfirmed DT/CSC candidates", netascale[GMT], etascale[GMT], nphiscale, phiscale);
459  etaphi_dtcsc_only->setAxisTitle("phi (deg)",2);
460 
461  etaphi_rpc_only = ibooker.book2D("etaphi_RPC_only","eta vs phi map of unconfirmed RPC candidates", netascale[GMT], etascale[GMT], nphiscale, phiscale);
462  etaphi_rpc_only->setAxisTitle("eta",1);
463  etaphi_rpc_only->setAxisTitle("phi (deg)",2);
464 
465 
466  dist_phi_dt_rpc = ibooker.book1D("dist_phi_DT_RPC","Dphi between DT and RPC candidates", 100, -125., 125.);
467  dist_phi_dt_rpc->setAxisTitle("delta phi (deg)",1);
468 
469  dist_phi_csc_rpc = ibooker.book1D("dist_phi_CSC_RPC","Dphi between CSC and RPC candidates", 100, -125., 125.);
470  dist_phi_csc_rpc->setAxisTitle("delta phi (deg)",1);
471 
472  dist_phi_dt_csc = ibooker.book1D("dist_phi_DT_CSC","Dphi between DT and CSC candidates", 100, -125., 125.);
473  dist_phi_dt_csc->setAxisTitle("delta phi (deg)",1);
474 
475 
476  dist_eta_dt_rpc = ibooker.book1D("dist_eta_DT_RPC","Deta between DT and RPC candidates", 40, -1., 1.);
477  dist_eta_dt_rpc->setAxisTitle("delta eta",1);
478 
479  dist_eta_csc_rpc = ibooker.book1D("dist_eta_CSC_RPC","Deta between CSC and RPC candidates", 40, -1., 1.);
480  dist_eta_csc_rpc->setAxisTitle("delta eta",1);
481 
482  dist_eta_dt_csc = ibooker.book1D("dist_eta_DT_CSC","Deta between DT and CSC candidates", 40, -1., 1.);
483  dist_eta_dt_csc->setAxisTitle("delta eta",1);
484 
485 
486  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);
487  n_rpcb_vs_dttf->setAxisTitle("DTTF candidates",1);
488  n_rpcb_vs_dttf->setAxisTitle("barrel RPC candidates",2);
489 
490  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);
491  n_rpcf_vs_csctf->setAxisTitle("CSCTF candidates",1);
492  n_rpcf_vs_csctf->setAxisTitle("endcap RPC candidates",2);
493 
494  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);
495  n_csctf_vs_dttf->setAxisTitle("DTTF candidates",1);
496  n_csctf_vs_dttf->setAxisTitle("CSCTF candidates",2);
497 
498  bx_dt_rpc = ibooker.book2D("bx_DT_vs_RPC", "1st bx DT vs. RPC", 5, -2.5, 2.5, 5, -2.5, 2.5);
499  bx_dt_rpc->setAxisTitle("bx of 1st DTTF candidate",1);
500  bx_dt_rpc->setAxisTitle("bx of 1st RPCb candidate",2);
501 
502  bx_csc_rpc = ibooker.book2D("bx_CSC_vs_RPC", "1st bx CSC vs. RPC", 5, -2.5, 2.5, 5, -2.5, 2.5);
503  bx_csc_rpc->setAxisTitle("bx of 1st CSCTF candidate",1);
504  bx_csc_rpc->setAxisTitle("bx of 1st RPCf candidate",2);
505 
506  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  bx_dt_csc->setAxisTitle("bx of 1st DTTF candidate",1);
508  bx_dt_csc->setAxisTitle("bx of 1st CSCTF candidate",2);
509 
510 
511  for(int i=0; i<4; i++) {
512  hname = subs[i] + "_dbx"; htitle = "dBx " + subs[i] + " to previous event";
513  subs_dbx[i] = ibooker.book2D(hname.data(),htitle.data(), 1000, 0., 1000., 4, 0., 4.);
514  for(int j=0; j<4; j++) {
515  subs_dbx[i]->setBinLabel((j+1),subs[j].data(),2);
516  }
517  }
518 }
int i
Definition: DBlmapReader.cc:9
MonitorElement * bx_number
Definition: L1TGMT.h:79
int ib
Definition: cuy.py:660
const L1MuScale * getPtScale() const
get the Pt scale
MonitorElement * bookProfile(Args &&...args)
Definition: DQMStore.h:157
MonitorElement * phi_rpc_only
Definition: L1TGMT.h:86
MonitorElement * subs_eta[5]
Definition: L1TGMT.h:69
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]
Definition: L1TGMT.h:68
MonitorElement * dist_eta_dt_rpc
Definition: L1TGMT.h:93
MonitorElement * subs_bits[5]
Definition: L1TGMT.h:75
MonitorElement * subs_dbx[4]
Definition: L1TGMT.h:104
MonitorElement * n_csctf_vs_dttf
Definition: L1TGMT.h:102
MonitorElement * eta_dtcsc_and_rpc
Definition: L1TGMT.h:81
MonitorElement * dist_eta_csc_rpc
Definition: L1TGMT.h:94
MonitorElement * subs_etaphi[5]
Definition: L1TGMT.h:73
MonitorElement * regional_triggers
Definition: L1TGMT.h:77
static const double piconv_
Definition: L1TGMT.h:114
MonitorElement * etaphi_dtcsc_and_rpc
Definition: L1TGMT.h:87
MonitorElement * etaphi_rpc_only
Definition: L1TGMT.h:89
MonitorElement * eta_dtcsc_only
Definition: L1TGMT.h:82
MonitorElement * eta_rpc_only
Definition: L1TGMT.h:83
MonitorElement * n_rpcb_vs_dttf
Definition: L1TGMT.h:100
MonitorElement * phi_dtcsc_only
Definition: L1TGMT.h:85
const L1MuScale * getPhiScale() const
get the phi scale
MonitorElement * book1D(Args &&...args)
Definition: DQMStore.h:115
virtual float getValue(unsigned i) const =0
get value of the underlying vector for bin i
int j
Definition: DBlmapReader.cc:9
MonitorElement * bx_dt_csc
Definition: L1TGMT.h:98
MonitorElement * subs_phi[5]
Definition: L1TGMT.h:70
MonitorElement * dbx_chip
Definition: L1TGMT.h:80
MonitorElement * dist_phi_dt_rpc
Definition: L1TGMT.h:90
void setCurrentFolder(const std::string &fullpath)
Definition: DQMStore.cc:274
MonitorElement * dist_phi_dt_csc
Definition: L1TGMT.h:92
MonitorElement * phi_dtcsc_and_rpc
Definition: L1TGMT.h:84
MonitorElement * book2D(Args &&...args)
Definition: DQMStore.h:133
MonitorElement * subs_pt[5]
Definition: L1TGMT.h:71
T const * product() const
Definition: ESHandle.h:86
virtual unsigned getNBins() const =0
get number of bins
MonitorElement * subs_qty[5]
Definition: L1TGMT.h:72
const L1MuScale * getRegionalEtaScale(int isys) const
get the regioanl muon trigger eta scale, isys = 0(DT), 1(bRPC), 2(CSC), 3(fwdRPC) ...
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82
MonitorElement * bx_csc_rpc
Definition: L1TGMT.h:97
MonitorElement * bx_dt_rpc
Definition: L1TGMT.h:96
MonitorElement * dist_phi_csc_rpc
Definition: L1TGMT.h:91
MonitorElement * etaphi_dtcsc_only
Definition: L1TGMT.h:88
const L1MuScale * getGMTEtaScale() const
get the GMT eta scale
MonitorElement * subs_etaqty[5]
Definition: L1TGMT.h:74
MonitorElement * dist_eta_dt_csc
Definition: L1TGMT.h:95
void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)
MonitorElement * n_rpcf_vs_csctf
Definition: L1TGMT.h:101
void L1TGMT::dqmBeginRun ( const edm::Run r,
const edm::EventSetup c 
)
overrideprotectedvirtual

Reimplemented from DQMEDAnalyzer.

Definition at line 38 of file L1TGMT.cc.

39 {
40 }
double L1TGMT::phiconv_ ( float  phi)
private

Definition at line 236 of file L1TGMT.cc.

References piconv_.

Referenced by analyze().

236  {
237  double phiout = double(phi);
238  phiout *= piconv_;
239  phiout += 0.001; // add a small value to get off the bin edge
240  return phiout;
241 }
static const double piconv_
Definition: L1TGMT.h:114
Definition: DDAxes.h:10

Member Data Documentation

MonitorElement* L1TGMT::bx_csc_rpc
private

Definition at line 97 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::bx_dt_csc
private

Definition at line 98 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::bx_dt_rpc
private

Definition at line 96 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::bx_number
private

Definition at line 79 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

int L1TGMT::bxnum_old_
private

Definition at line 110 of file L1TGMT.h.

Referenced by analyze().

MonitorElement* L1TGMT::dbx_chip
private

Definition at line 80 of file L1TGMT.h.

Referenced by bookHistograms().

MonitorElement* L1TGMT::dist_eta_csc_rpc
private

Definition at line 94 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::dist_eta_dt_csc
private

Definition at line 95 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::dist_eta_dt_rpc
private

Definition at line 93 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::dist_phi_csc_rpc
private

Definition at line 91 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::dist_phi_dt_csc
private

Definition at line 92 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::dist_phi_dt_rpc
private

Definition at line 90 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::eta_dtcsc_and_rpc
private

Definition at line 81 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::eta_dtcsc_only
private

Definition at line 82 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::eta_rpc_only
private

Definition at line 83 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::etaphi_dtcsc_and_rpc
private

Definition at line 87 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::etaphi_dtcsc_only
private

Definition at line 88 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::etaphi_rpc_only
private

Definition at line 89 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

const edm::EDGetTokenT<L1MuGMTReadoutCollection> L1TGMT::gmtSource_
private

Definition at line 108 of file L1TGMT.h.

Referenced by analyze().

std::ofstream L1TGMT::logFile_
private

Definition at line 107 of file L1TGMT.h.

MonitorElement* L1TGMT::n_csctf_vs_dttf
private

Definition at line 102 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::n_rpcb_vs_dttf
private

Definition at line 100 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::n_rpcf_vs_csctf
private

Definition at line 101 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

int L1TGMT::obnum_old_
private

Definition at line 111 of file L1TGMT.h.

Referenced by analyze().

MonitorElement* L1TGMT::phi_dtcsc_and_rpc
private

Definition at line 84 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::phi_dtcsc_only
private

Definition at line 85 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::phi_rpc_only
private

Definition at line 86 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

const double L1TGMT::piconv_ = 180. / acos(-1.)
staticprivate

Definition at line 114 of file L1TGMT.h.

Referenced by bookHistograms(), and phiconv_().

MonitorElement* L1TGMT::regional_triggers
private

Definition at line 77 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::subs_bits[5]
private

Definition at line 75 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::subs_dbx[4]
private

Definition at line 104 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::subs_eta[5]
private

Definition at line 69 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::subs_etaphi[5]
private

Definition at line 73 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::subs_etaqty[5]
private

Definition at line 74 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::subs_nbx[5]
private

Definition at line 68 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::subs_phi[5]
private

Definition at line 70 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::subs_pt[5]
private

Definition at line 71 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TGMT::subs_qty[5]
private

Definition at line 72 of file L1TGMT.h.

Referenced by analyze(), and bookHistograms().

int L1TGMT::trsrc_old_
private

Definition at line 112 of file L1TGMT.h.

Referenced by analyze().

const bool L1TGMT::verbose_
private

Definition at line 106 of file L1TGMT.h.

Referenced by analyze(), and L1TGMT().