CMS 3D CMS Logo

List of all members | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
L1TDTTPG Class Reference

#include <L1TDTTPG.h>

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

Public Member Functions

 L1TDTTPG (const edm::ParameterSet &ps)
 
virtual ~L1TDTTPG ()
 
- 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
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDAnalyzerBase ()
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
virtual ~EDConsumerBase () noexcept(false)
 

Protected Member Functions

void analyze (const edm::Event &e, const edm::EventSetup &c) override
 
virtual void beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) override
 
virtual void bookHistograms (DQMStore::IBooker &ibooker, edm::Run const &, edm::EventSetup const &) override
 
virtual void dqmBeginRun (edm::Run const &, edm::EventSetup const &) override
 
- 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 Member Functions

void setMapPhLabel (MonitorElement *me)
 
void setMapThLabel (MonitorElement *me)
 

Private Attributes

MonitorElementdttf_p_phi [3]
 
MonitorElementdttf_p_pt [3]
 
MonitorElementdttf_p_q [3]
 
MonitorElementdttf_p_qual [3]
 
MonitorElementdttpgphbestmap
 
MonitorElementdttpgphbestmapcorr
 
MonitorElementdttpgphbx [8]
 
MonitorElementdttpgphbxcomp
 
MonitorElementdttpgphmap
 
MonitorElementdttpgphmap2nd
 
MonitorElementdttpgphmapbx [3]
 
MonitorElementdttpgphmapcorr
 
MonitorElementdttpgphntrack
 
MonitorElementdttpgphquality [3]
 
MonitorElementdttpgphsector [3]
 
MonitorElementdttpgphstation [3]
 
MonitorElementdttpgphts2tag [3]
 
MonitorElementdttpgphwheel [3]
 
edm::InputTag dttpgSource_
 
edm::EDGetTokenT< L1MuDTChambPhContainerdttpgSourcePhContainer_token_
 
edm::EDGetTokenT< L1MuDTChambThContainerdttpgSourceThContainer_token_
 
MonitorElementdttpgthbestmap
 
MonitorElementdttpgthbestmaph
 
MonitorElementdttpgthbx [3]
 
MonitorElementdttpgthmap
 
MonitorElementdttpgthmapbx [3]
 
MonitorElementdttpgthmaph
 
MonitorElementdttpgthntrack
 
MonitorElementdttpgthquality [3]
 
MonitorElementdttpgthsector [3]
 
MonitorElementdttpgthstation [3]
 
MonitorElementdttpgththeta [3]
 
MonitorElementdttpgthwheel [3]
 
std::ofstream logFile_
 
bool monitorDaemon_
 
int nev_
 
std::string outputFile_
 
std::string trstring_
 
edm::EDGetTokenT< L1MuDTTrackContainertrToken_
 
bool verbose_
 

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, GlobalCacheLuminosityBlockContext
 
typedef CacheTypes::LuminosityBlockSummaryCache LuminosityBlockSummaryCache
 
typedef CacheTypes::RunCache RunCache
 
typedef RunContextT< RunCache, GlobalCacheRunContext
 
typedef CacheTypes::RunSummaryCache RunSummaryCache
 
- Public Types inherited from edm::stream::EDAnalyzerBase
typedef EDAnalyzerAdaptorBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from DQMEDAnalyzer
static std::shared_ptr< dqmDetails::NoCacheglobalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *)
 
static std::shared_ptr< dqmDetails::NoCacheglobalBeginRunSummary (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 40 of file L1TDTTPG.h.

Constructor & Destructor Documentation

L1TDTTPG::L1TDTTPG ( const edm::ParameterSet ps)

Definition at line 93 of file L1TDTTPG.cc.

References gather_cfg::cout, dttpgSource_, edm::ParameterSet::getUntrackedParameter(), edm::InputTag::label(), outputFile_, edm::InputTag::process(), trstring_, trToken_, and verbose_.

94  : dttpgSourcePhContainer_token_( consumes<L1MuDTChambPhContainer>(ps.getParameter< InputTag >("dttpgSource") )),
95  dttpgSourceThContainer_token_( consumes<L1MuDTChambThContainer>(ps.getParameter< InputTag >("dttpgSource") )),
96  dttpgSource_( ps.getParameter< InputTag >("dttpgSource") )
97 {
98  trstring_ = dttpgSource_.label()+":"+"DATA"+":"+dttpgSource_.process();
99  trToken_ = consumes<L1MuDTTrackContainer>(trstring_);
100 
101  // verbosity switch
102  verbose_ = ps.getUntrackedParameter<bool>("verbose", false);
103 
104  if(verbose_) cout << "L1TDTTPG: constructor...." << endl;
105 
106  outputFile_ = ps.getUntrackedParameter<string>("outputFile", "");
107  if ( outputFile_.size() != 0 ) {
108  cout << "L1T Monitoring histograms will be saved to " << outputFile_.c_str() << endl;
109  }
110 
111  bool disable = ps.getUntrackedParameter<bool>("disableROOToutput", false);
112  if(disable){
113  outputFile_="";
114  }
115 }
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
edm::EDGetTokenT< L1MuDTChambThContainer > dttpgSourceThContainer_token_
Definition: L1TDTTPG.h:110
edm::EDGetTokenT< L1MuDTTrackContainer > trToken_
Definition: L1TDTTPG.h:114
std::string outputFile_
Definition: L1TDTTPG.h:105
edm::InputTag dttpgSource_
Definition: L1TDTTPG.h:111
edm::EDGetTokenT< L1MuDTChambPhContainer > dttpgSourcePhContainer_token_
Definition: L1TDTTPG.h:109
std::string const & label() const
Definition: InputTag.h:36
std::string const & process() const
Definition: InputTag.h:40
std::string trstring_
Definition: L1TDTTPG.h:113
bool verbose_
Definition: L1TDTTPG.h:106
L1TDTTPG::~L1TDTTPG ( )
virtual

Definition at line 117 of file L1TDTTPG.cc.

118 {
119 }

Member Function Documentation

void L1TDTTPG::analyze ( const edm::Event e,
const edm::EventSetup c 
)
overrideprotected

Definition at line 292 of file L1TDTTPG.cc.

References L1MuDTChambPhDigi::code(), gather_cfg::cout, dttf_p_phi, dttf_p_pt, dttf_p_q, dttf_p_qual, dttpgphbestmap, dttpgphbestmapcorr, dttpgphbx, dttpgphbxcomp, dttpgphmap, dttpgphmap2nd, dttpgphmapbx, dttpgphmapcorr, dttpgphntrack, dttpgphquality, dttpgphsector, dttpgphstation, dttpgphts2tag, dttpgphwheel, dttpgSource_, dttpgSourcePhContainer_token_, dttpgSourceThContainer_token_, dttpgthbestmap, dttpgthbestmaph, dttpgthbx, dttpgthmap, dttpgthmapbx, dttpgthmaph, dttpgthntrack, dttpgthquality, dttpgthsector, dttpgthstation, dttpgththeta, dttpgthwheel, MonitorElement::Fill(), edm::Event::getByToken(), L1MuDTChambPhContainer::getContainer(), L1MuDTChambThContainer::getContainer(), L1MuDTTrackContainer::getContainer(), mps_fire::i, edm::HandleBase::isValid(), gen::k, edm::InputTag::label(), nev_, lumiQTWidget::t, trToken_, and verbose_.

293 {
294 
295  nev_++;
296  if(verbose_) cout << "L1TDTTPG: analyze...." << endl;
297 
298  edm::Handle<L1MuDTChambPhContainer > myL1MuDTChambPhContainer;
299  e.getByToken(dttpgSourcePhContainer_token_,myL1MuDTChambPhContainer);
300 
301  if (!myL1MuDTChambPhContainer.isValid()) {
302  edm::LogInfo("DataNotFound") << "can't find L1MuDTChambPhContainer with label "
303  << dttpgSource_.label() ;
304  return;
305  }
306  L1MuDTChambPhContainer::Phi_Container const *myPhContainer =
307  myL1MuDTChambPhContainer->getContainer();
308 
309  edm::Handle<L1MuDTChambThContainer > myL1MuDTChambThContainer;
310  e.getByToken(dttpgSourceThContainer_token_,myL1MuDTChambThContainer);
311 
312  if (!myL1MuDTChambThContainer.isValid()) {
313  edm::LogInfo("DataNotFound") << "can't find L1MuDTChambThContainer with label "
314  << dttpgSource_.label() ;
315  edm::LogInfo("DataNotFound") << "if this fails try to add DATA to the process name." ;
316 
317  return;
318  }
319  L1MuDTChambThContainer::The_Container const* myThContainer =
320  myL1MuDTChambThContainer->getContainer();
321 
322  int ndttpgphtrack = 0;
323  int ndttpgthtrack = 0;
324  int NumberOfSegmentsPhi[3]={0,0,0};
325 
326  for( L1MuDTChambPhContainer::Phi_Container::const_iterator
327  DTPhDigiItr = myPhContainer->begin() ;
328  DTPhDigiItr != myPhContainer->end() ;
329  ++DTPhDigiItr )
330  {
331  int bx = DTPhDigiItr->bxNum() - DTPhDigiItr->Ts2Tag();
332  if(bx == -1)
333  NumberOfSegmentsPhi[0]++;
334  if(bx == 0)
335  NumberOfSegmentsPhi[1]++;
336  if(bx == 1)
337  NumberOfSegmentsPhi[2]++;
338  }
339  /*Fill Histos for Segment counter for each bx separately */
340 
341  for(int k=0;k<3;k++){
342  dttpgphbx[k+2]->Fill(NumberOfSegmentsPhi[k]);
343  }
344  int bxCounterDttfPhi=0; // = no. of BX's with non-zero data
345  for (int k=0;k<3;k++){
346  if (NumberOfSegmentsPhi[k]>0)
347  bxCounterDttfPhi++;
348  }
349 
350  /* the BX "code" */
351 
352  int bxCodePhi=0;
353  if(bxCounterDttfPhi==0){
354  bxCodePhi=0;
355  }else if(bxCounterDttfPhi==1){
356  for(int k=0;k<3;k++){
357  if(NumberOfSegmentsPhi[k]>0)
358  bxCodePhi=k+2;
359  }
360  }else if(bxCounterDttfPhi==2){
361  for(int k=0;k<3;k++){
362  if(NumberOfSegmentsPhi[k]==0)
363  bxCodePhi=8-k;
364  }
365  }else if(bxCounterDttfPhi==3){
366  bxCodePhi=10;
367  }
368 
369  //The bx analyzer histo
370  dttpgphbx[0]->Fill(bxCodePhi);
371 
372 
373  const L1MuDTChambPhDigi* bestPhQualMap[5][12][4];
374  memset(bestPhQualMap,0,240*sizeof(L1MuDTChambPhDigi*));
375 
376  for( L1MuDTChambPhContainer::Phi_Container::const_iterator
377  DTPhDigiItr = myPhContainer->begin() ;
378  DTPhDigiItr != myPhContainer->end() ;
379  ++DTPhDigiItr )
380  {
381 
382  ndttpgphtrack++;
383 
384  int bxindex = DTPhDigiItr->bxNum() - DTPhDigiItr->Ts2Tag() + 1;
385 
386  dttpgphwheel[bxindex]->Fill(DTPhDigiItr->whNum());
387  if (verbose_)
388  {
389  cout << "DTTPG phi wheel number " << DTPhDigiItr->whNum() << endl;
390  }
391  dttpgphstation[bxindex]->Fill(DTPhDigiItr->stNum());
392  if (verbose_)
393  {
394  cout << "DTTPG phi station number " << DTPhDigiItr->stNum() << endl;
395  }
396  dttpgphsector[bxindex]->Fill(DTPhDigiItr->scNum());
397  if (verbose_)
398  {
399  cout << "DTTPG phi sector number " << DTPhDigiItr->scNum() << endl;
400  }
401  dttpgphquality[bxindex]->Fill(DTPhDigiItr->code());
402  if (verbose_)
403  {
404  cout << "DTTPG phi quality " << DTPhDigiItr->code() << endl;
405  }
406  dttpgphts2tag[bxindex]->Fill(DTPhDigiItr->Ts2Tag());
407  if (verbose_)
408  {
409  cout << "DTTPG phi ts2tag " << DTPhDigiItr->Ts2Tag() << endl;
410  }
411  int ypos = DTPhDigiItr->scNum();
412  int xpos = DTPhDigiItr->stNum()+4*(DTPhDigiItr->whNum()+2);
413  dttpgphmap->Fill(xpos,ypos);
414  if (DTPhDigiItr->Ts2Tag())
415  dttpgphmap2nd->Fill(xpos,ypos);
416  dttpgphmapbx[bxindex]->Fill(xpos,ypos);
417  if (DTPhDigiItr->code()>3)
418  dttpgphmapcorr->Fill(xpos,ypos);
419 
420  if (bestPhQualMap[DTPhDigiItr->whNum()+2][ DTPhDigiItr->scNum()][DTPhDigiItr->stNum()-1]==0 ||
421  bestPhQualMap[DTPhDigiItr->whNum()+2][ DTPhDigiItr->scNum()][DTPhDigiItr->stNum()-1]->code()<DTPhDigiItr->code())
422  {
423  bestPhQualMap[DTPhDigiItr->whNum()+2][ DTPhDigiItr->scNum()][DTPhDigiItr->stNum()-1]=&(*DTPhDigiItr);
424  }
425 
426  }
427 
428  for (int iwh=0; iwh<5; iwh++){
429  for (int isec=0; isec<12; isec++){
430  for (int ist=0; ist<4; ist++){
431  if (bestPhQualMap[iwh][isec][ist]){
432  int xpos = iwh*4+ist+1;
433  dttpgphbestmap->Fill(xpos,isec);
434  if(bestPhQualMap[iwh][isec][ist]->code()>3)
435  dttpgphbestmapcorr->Fill(xpos,isec);
436  }
437  }
438  }
439  }
440 
441 
442  int bestThQualMap[5][12][3];
443  memset(bestThQualMap,0,180*sizeof(int));
444  //for( vector<L1MuDTChambThDigi>::const_iterator
445  for( L1MuDTChambThContainer::The_Container::const_iterator
446  DTThDigiItr = myThContainer->begin() ;
447  DTThDigiItr != myThContainer->end() ;
448  ++DTThDigiItr )
449  {
450  ndttpgthtrack++;
451 
452  int bxindex = DTThDigiItr->bxNum() + 1;
453 
454  dttpgthwheel[bxindex]->Fill(DTThDigiItr->whNum());
455  if (verbose_)
456  {
457  cout << "DTTPG theta wheel number " << DTThDigiItr->whNum() << endl;
458  }
459  dttpgthstation[bxindex]->Fill(DTThDigiItr->stNum());
460  if (verbose_)
461  {
462  cout << "DTTPG theta station number " << DTThDigiItr->stNum() << endl;
463  }
464  dttpgthsector[bxindex]->Fill(DTThDigiItr->scNum());
465  if (verbose_)
466  {
467  cout << "DTTPG theta sector number " << DTThDigiItr->scNum() << endl;
468  }
469  dttpgthbx[bxindex]->Fill(DTThDigiItr->bxNum());
470  if (verbose_)
471  {
472  cout << "DTTPG theta bx number " << DTThDigiItr->bxNum() << endl;
473  }
474  int thcode[7]= {0,0,0,0,0,0,0};
475  for (int j = 0; j < 7; j++)
476  {
477  dttpgththeta[bxindex]->Fill(DTThDigiItr->position(j));
478  if (verbose_)
479  {
480  cout << "DTTPG theta position " << DTThDigiItr->position(j) << endl;
481  }
482  thcode[j]=DTThDigiItr->code(j);
483  dttpgthquality[bxindex]->Fill(thcode[j]);
484  if (verbose_)
485  {
486  cout << "DTTPG theta quality " << DTThDigiItr->code(j) << endl;
487  }
488  }
489 
490  int ypos = DTThDigiItr->scNum();
491  int xpos = DTThDigiItr->stNum()+4*(DTThDigiItr->whNum()+2);
492  int bestqual=0;
493  dttpgthmap->Fill(xpos,ypos);
494  dttpgthmapbx[bxindex]->Fill(xpos,ypos);
495  for (int pos = 0; pos < 7; pos++){
496  if (thcode[pos]>bestqual)
497  bestqual=thcode[pos];
498  if(thcode[pos]==2)
499  dttpgthmaph->Fill(xpos,ypos);
500  }
501 
502  if (bestThQualMap[DTThDigiItr->whNum()+2][ DTThDigiItr->scNum()][DTThDigiItr->stNum()-1] < bestqual)
503  {
504  bestThQualMap[DTThDigiItr->whNum()+2][ DTThDigiItr->scNum()][DTThDigiItr->stNum()-1]=bestqual;
505  }
506  }
507 
508  for (int iwh=0; iwh<5; iwh++){
509  for (int isec=0; isec<12; isec++){
510  for (int ist=0; ist<3; ist++){
511  if (bestThQualMap[iwh][isec][ist]){
512  int xpos = iwh*4+ist+1;
513  dttpgthbestmap->Fill(xpos,isec);
514  if(bestThQualMap[iwh][isec][ist]==2)
515  dttpgthbestmaph->Fill(xpos,isec);
516  }
517  }
518  }
519  }
520 
521 
522  dttpgphntrack->Fill(ndttpgphtrack);
523  if (verbose_)
524  {
525  cout << "DTTPG phi ntrack " << ndttpgphtrack << endl;
526  }
527  dttpgthntrack->Fill(ndttpgthtrack);
528  if (verbose_) {
529  cout << "DTTPG theta ntrack " << ndttpgthtrack << endl;
530  }
531 
532  edm::Handle<L1MuDTTrackContainer > myL1MuDTTrackContainer;
533  e.getByToken(trToken_,myL1MuDTTrackContainer);
534 
535  if (!myL1MuDTTrackContainer.isValid()) {
536  edm::LogInfo("DataNotFound") << "can't find L1MuDTTrackContainer with label "
537  << dttpgSource_.label() ;
538  return;
539  }
540 
541  L1MuDTTrackContainer::TrackContainer const * t = myL1MuDTTrackContainer->getContainer();
542 
543 
544 
545  int NumberOfSegmentsOut[3]={0,0,0};
546  for ( L1MuDTTrackContainer::TrackContainer::const_iterator i
547  = t->begin(); i != t->end(); ++i ) {
548  if(i->bx() ==-1)
549  NumberOfSegmentsOut[0]++;
550  if(i->bx() ==0)
551  NumberOfSegmentsOut[1]++;
552  if(i->bx() ==1)
553  NumberOfSegmentsOut[2]++;
554  }
555 
556 
557  /*Fill Histos for Segment counter*/
558  for(int k=0;k<3;k++){
559  dttpgphbx[k+5]->Fill(NumberOfSegmentsOut[k]);
560  }
561 
562  /*Bunch assigments*/
563 
564  int bxCounterDttfOut=0;
565  for (int k=0;k<3;k++){
566  if (NumberOfSegmentsOut[k]>0)
567  bxCounterDttfOut++;
568  }
569 
570  int bxCodeOut=0;
571  if(bxCounterDttfOut==0){
572  bxCodeOut=0;
573  }else if(bxCounterDttfOut==1){
574  for(int k=0;k<3;k++){
575  if(NumberOfSegmentsOut[k]>0)
576  bxCodeOut=k+2;
577  }
578  }else if(bxCounterDttfOut==2){
579  for(int k=0;k<3;k++){
580  if(NumberOfSegmentsOut[k]==0)
581  bxCodeOut=8-k;
582  }
583  }else if(bxCounterDttfOut==3){
584  bxCodeOut=10;
585  }
586 
587  //The bx analyzer histo
588  dttpgphbx[1]->Fill(bxCodeOut);
589 
590  /*End Dttf Output Bunch analysis*/
591 
592  // the 2-DIM histo with phi.input vs. output
593  dttpgphbxcomp->Fill(bxCodePhi,bxCodeOut);
594 
595 
596  for ( L1MuDTTrackContainer::TrackContainer::const_iterator i
597  = t->begin(); i != t->end(); ++i ) {
598  if ( verbose_ ) {
599  std::cout << "bx = " << i->bx()
600  << std::endl;
601  std::cout << "quality (packed) = " << i->quality_packed()
602  << std::endl;
603  std::cout << "pt (packed) = " << i->pt_packed()
604  << std::endl;
605  std::cout << "phi (packed) = " << i->phi_packed()
606  << std::endl;
607  std::cout << "charge (packed) = " << i->charge_packed()
608  << std::endl;
609  }
610 
611 
612  int bxindex = i->bx() + 1;
613  dttf_p_phi[bxindex]->Fill(i->phi_packed());
614  dttf_p_qual[bxindex]->Fill(i->quality_packed());
615  dttf_p_pt[bxindex]->Fill(i->pt_packed());
616  dttf_p_q[bxindex]->Fill(i->charge_packed());
617  }
618 
619 }
The_Container const * getContainer() const
MonitorElement * dttpgthbestmaph
Definition: L1TDTTPG.h:97
MonitorElement * dttf_p_phi[3]
Definition: L1TDTTPG.h:99
MonitorElement * dttpgphmap
Definition: L1TDTTPG.h:78
MonitorElement * dttpgphbestmapcorr
Definition: L1TDTTPG.h:83
MonitorElement * dttpgphmapcorr
Definition: L1TDTTPG.h:81
MonitorElement * dttpgphbx[8]
Definition: L1TDTTPG.h:67
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:460
int nev_
Definition: L1TDTTPG.h:104
edm::EDGetTokenT< L1MuDTChambThContainer > dttpgSourceThContainer_token_
Definition: L1TDTTPG.h:110
MonitorElement * dttpgththeta[3]
Definition: L1TDTTPG.h:90
MonitorElement * dttpgphwheel[3]
Definition: L1TDTTPG.h:69
MonitorElement * dttpgthbestmap
Definition: L1TDTTPG.h:96
MonitorElement * dttpgphbxcomp
Definition: L1TDTTPG.h:68
edm::EDGetTokenT< L1MuDTTrackContainer > trToken_
Definition: L1TDTTPG.h:114
MonitorElement * dttpgthmaph
Definition: L1TDTTPG.h:95
void Fill(long long x)
MonitorElement * dttpgthsector[3]
Definition: L1TDTTPG.h:88
MonitorElement * dttpgthmapbx[3]
Definition: L1TDTTPG.h:94
MonitorElement * dttpgthwheel[3]
Definition: L1TDTTPG.h:87
MonitorElement * dttpgthmap
Definition: L1TDTTPG.h:93
std::vector< L1MuDTTrackCand > TrackContainer
MonitorElement * dttf_p_qual[3]
Definition: L1TDTTPG.h:102
MonitorElement * dttpgthbx[3]
Definition: L1TDTTPG.h:86
MonitorElement * dttpgthquality[3]
Definition: L1TDTTPG.h:91
std::vector< L1MuDTChambPhDigi > Phi_Container
MonitorElement * dttf_p_pt[3]
Definition: L1TDTTPG.h:100
std::vector< L1MuDTChambThDigi > The_Container
bool isValid() const
Definition: HandleBase.h:74
int k[5][pyjets_maxn]
MonitorElement * dttpgphbestmap
Definition: L1TDTTPG.h:82
MonitorElement * dttpgthntrack
Definition: L1TDTTPG.h:92
edm::InputTag dttpgSource_
Definition: L1TDTTPG.h:111
MonitorElement * dttpgphts2tag[3]
Definition: L1TDTTPG.h:75
MonitorElement * dttpgphntrack
Definition: L1TDTTPG.h:77
Phi_Container const * getContainer() const
edm::EDGetTokenT< L1MuDTChambPhContainer > dttpgSourcePhContainer_token_
Definition: L1TDTTPG.h:109
MonitorElement * dttf_p_q[3]
Definition: L1TDTTPG.h:101
std::string const & label() const
Definition: InputTag.h:36
MonitorElement * dttpgphmapbx[3]
Definition: L1TDTTPG.h:79
bool verbose_
Definition: L1TDTTPG.h:106
MonitorElement * dttpgthstation[3]
Definition: L1TDTTPG.h:89
MonitorElement * dttpgphsector[3]
Definition: L1TDTTPG.h:70
TrackContainer const * getContainer() const
MonitorElement * dttpgphquality[3]
Definition: L1TDTTPG.h:74
MonitorElement * dttpgphmap2nd
Definition: L1TDTTPG.h:80
MonitorElement * dttpgphstation[3]
Definition: L1TDTTPG.h:71
void L1TDTTPG::beginLuminosityBlock ( edm::LuminosityBlock const &  ,
edm::EventSetup const &   
)
overrideprotectedvirtual

Reimplemented from edm::stream::EDAnalyzerBase.

Definition at line 127 of file L1TDTTPG.cc.

127  {
128  //empty
129 
130 }
void L1TDTTPG::bookHistograms ( DQMStore::IBooker ibooker,
edm::Run const &  ,
edm::EventSetup const &   
)
overrideprotectedvirtual

Implements DQMEDAnalyzer.

Definition at line 132 of file L1TDTTPG.cc.

References DQMStore::IBooker::book1D(), DQMStore::IBooker::book2D(), dttf_p_phi, dttf_p_pt, dttf_p_q, dttf_p_qual, dttpgphbestmap, dttpgphbestmapcorr, dttpgphbx, dttpgphbxcomp, dttpgphmap, dttpgphmap2nd, dttpgphmapbx, dttpgphmapcorr, dttpgphntrack, dttpgphquality, dttpgphsector, dttpgphstation, dttpgphts2tag, dttpgphwheel, dttpgthbestmap, dttpgthbestmaph, dttpgthbx, dttpgthmap, dttpgthmapbx, dttpgthmaph, dttpgthntrack, dttpgthquality, dttpgthsector, dttpgthstation, dttpgththeta, dttpgthwheel, mps_fire::i, nev_, MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), DQMStore::IBooker::setCurrentFolder(), setMapPhLabel(), and setMapThLabel().

133 {
134  nev_ = 0;
135  ibooker.setCurrentFolder("L1T/L1TDTTPG");
136 
137 
138  //hist1[0]
139  dttpgphbx[0] = ibooker.book1D("BxEncoding_PHI",
140  "Bunch encoding DTTF Phi",11,0,11);
141  //hist1[1]
142  dttpgphbx[1] = ibooker.book1D("BxEncoding_OUT",
143  "Bunch encoding DTTF Output",11,0,11);
144 
145  //hist1[2]
146  dttpgphbx[2] = ibooker.book1D("NumberOfSegmentsPHI_BunchNeg1",
147  "Number of segments for bunch -1 Dttf Phi",
148  20,0,20);
149  //hist1[3]
150  dttpgphbx[3] = ibooker.book1D("NumberOfSegmentsPHI_Bunch0",
151  "Number of segments for bunch 0 Dttf Phi",
152  20,0,20);
153  //hist1[4]
154  dttpgphbx[4] = ibooker.book1D("NumberOfSegmentsPHI_Bunch1",
155  "Number of segments for bunch 1 Dttf Phi",
156  20,0,20);
157 
158  //hist1[5]
159  dttpgphbx[5] = ibooker.book1D("NumberOfSegmentsOUT_BunchNeg1",
160  "Number of segments for bunch -1 Dttf Output",
161  20,0,20);
162  //hist1[6]
163  dttpgphbx[6] = ibooker.book1D("NumberOfSegmentsOUT_Bunch0",
164  "Number of segments for bunch 0 Dttf Output",
165  20,0,20);
166  //hist1[7]
167  dttpgphbx[7] = ibooker.book1D("NumberOfSegmentsOUT_Bunch1",
168  "Number of segments for bunch 1 Dttf Output",
169  20,0,20);
170 
171  for(int i=0;i<2;i++){
172  dttpgphbx[i]->setBinLabel(1,"None");
173  dttpgphbx[i]->setBinLabel(3,"Only bx=-1");
174  dttpgphbx[i]->setBinLabel(4,"Only bx= 0");
175  dttpgphbx[i]->setBinLabel(5,"Only bx=+1");
176  dttpgphbx[i]->setBinLabel(7,"Bx=-1,0");
177  dttpgphbx[i]->setBinLabel(8,"Bx=-1,1");
178  dttpgphbx[i]->setBinLabel(9,"Bx= 0,1");
179  dttpgphbx[i]->setBinLabel(11,"All bx");
180  }
181 
182  dttpgphbxcomp = ibooker.book2D("BxEncoding_PHI_OUT",
183  "Bunch encoding: DTTF Phi vs. Output",
184  11,0,11,11,0,11);
185  dttpgphbxcomp->setAxisTitle("DTTF (output)",1);
186  dttpgphbxcomp->setAxisTitle("PHI-TF",2);
187  for(int i=1;i<=2;i++){
188  dttpgphbxcomp->setBinLabel(1,"None",i);
189  dttpgphbxcomp->setBinLabel(3,"Only bx=-1",i);
190  dttpgphbxcomp->setBinLabel(4,"Only bx= 0",i);
191  dttpgphbxcomp->setBinLabel(5,"Only bx=+1",i);
192  dttpgphbxcomp->setBinLabel(7,"Bx=-1,0",i);
193  dttpgphbxcomp->setBinLabel(8,"Bx=-1,1",i);
194  dttpgphbxcomp->setBinLabel(9,"Bx= 0,1",i);
195  dttpgphbxcomp->setBinLabel(11,"All bx",i);
196  }
197 
198  dttpgphntrack = ibooker.book1D("DT_TPG_phi_ntrack",
199  "DT TPG phi ntrack", 20, -0.5, 19.5 ) ;
200  dttpgthntrack = ibooker.book1D("DT_TPG_theta_ntrack",
201  "DT TPG theta ntrack", 20, -0.5, 19.5 ) ;
202 
203  for (int ibx=0 ; ibx<=2; ibx++) {
204 
205  ostringstream bxnum;
206  bxnum << ibx-1;
207  string bxn;
208  if (ibx<2)
209  bxn = bxnum.str();
210  else
211  bxn = "+" + bxnum.str();
212 
213  // Phi
214  dttpgphwheel[ibx] = ibooker.book1D("DT_TPG_phi_wheel_number_"+bxn,
215  "DT TPG phi wheel number "+bxn, 5, -2.5, 2.5 ) ;
216  dttpgphsector[ibx] = ibooker.book1D("DT_TPG_phi_sector_number_"+bxn,
217  "DT TPG phi sector number "+bxn, 12, -0.5, 11.5 );
218  dttpgphstation[ibx] = ibooker.book1D("DT_TPG_phi_station_number_"+bxn,
219  "DT TPG phi station number "+bxn, 5, 0.5, 4.5 ) ;
220 // dttpgphphi[ibx] = dbe->book1D("DT_TPG_phi_"+bxn,
221 // "DT TPG phi "+bxn, 100, -2100., 2100. ) ;
222 // dttpgphphiB[ibx] = dbe->book1D("DT_TPG_phiB_"+bxn,
223 // "DT TPG phiB "+bxn, 100, -550., 550. ) ;
224  dttpgphquality[ibx] = ibooker.book1D("DT_TPG_phi_quality_"+bxn,
225  "DT TPG phi quality "+bxn, 8, -0.5, 7.5 ) ;
226  dttpgphts2tag[ibx] = ibooker.book1D("DT_TPG_phi_Ts2Tag_"+bxn,
227  "DT TPG phi Ts2Tag "+bxn, 2, -0.5, 1.5 ) ;
228 // dttpgphbxcnt[ibx] = dbe->book1D("DT_TPG_phi_BxCnt_"+bxn,
229 // "DT TPG phi BxCnt "+bxn, 10, -0.5, 9.5 ) ;
230  dttpgphmapbx[ibx] = ibooker.book2D("DT_TPG_phi_map_bx"+bxn,
231  "Map of triggers per station (BX="+bxn+")",20,1,21,12,0,12);
233 
234  //Theta
235  dttpgthbx[ibx] = ibooker.book1D("DT_TPG_theta_bx_"+bxn,
236  "DT TPG theta bx "+bxn, 50, -24.5, 24.5 ) ;
237  dttpgthwheel[ibx] = ibooker.book1D("DT_TPG_theta_wheel_number_"+bxn,
238  "DT TPG theta wheel number "+bxn, 5, -2.5, 2.5 ) ;
239  dttpgthsector[ibx] = ibooker.book1D("DT_TPG_theta_sector_number_"+bxn,
240  "DT TPG theta sector number "+bxn, 12, -0.5, 11.5 ) ;
241  dttpgthstation[ibx] = ibooker.book1D("DT_TPG_theta_station_number_"+bxn,
242  "DT TPG theta station number "+bxn, 5, -0.5, 4.5 ) ;
243  dttpgththeta[ibx] = ibooker.book1D("DT_TPG_theta_"+bxn,
244  "DT TPG theta "+bxn, 20, -0.5, 19.5 ) ;
245  dttpgthquality[ibx] = ibooker.book1D("DT_TPG_theta_quality_"+bxn,
246  "DT TPG theta quality "+bxn, 8, -0.5, 7.5 ) ;
247  dttpgthmapbx[ibx] = ibooker.book2D("DT_TPG_theta_map_bx_"+bxn,
248  "Map of triggers per station (BX="+bxn+")",15,1,16,12,0,12);
250 
251  // Phi output
252  dttf_p_phi[ibx] = ibooker.book1D("dttf_p_phi_"+bxn, "dttf phi output #phi "+bxn, 256,
253  -0.5, 255.5);
254  dttf_p_qual[ibx] = ibooker.book1D("dttf_p_qual_"+bxn, "dttf phi output qual "+bxn, 8, -0.5, 7.5);
255  dttf_p_q[ibx] = ibooker.book1D("dttf_p_q_"+bxn, "dttf phi output q "+bxn, 2, -0.5, 1.5);
256  dttf_p_pt[ibx] = ibooker.book1D("dttf_p_pt_"+bxn, "dttf phi output p_{t} "+bxn, 32, -0.5, 31.5);
257 
258  }
259 
260  dttpgphmap = ibooker.book2D("DT_TPG_phi_map",
261  "Map of triggers per station",20,1,21,12,0,12);
262  dttpgphmapcorr = ibooker.book2D("DT_TPG_phi_map_corr",
263  "Map of correlated triggers per station",20,1,21,12,0,12);
264  dttpgphmap2nd = ibooker.book2D("DT_TPG_phi_map_2nd",
265  "Map of second tracks per station",20,1,21,12,0,12);
266  dttpgphbestmap = ibooker.book2D("DT_TPG_phi_best_map",
267  "Map of best triggers per station",20,1,21,12,0,12);
268  dttpgphbestmapcorr = ibooker.book2D("DT_TPG_phi_best_map_corr",
269  "Map of correlated best triggers per station",20,1,21,12,0,12);
275 
276 
277 
278  dttpgthmap = ibooker.book2D("DT_TPG_theta_map",
279  "Map of triggers per station",15,1,16,12,0,12);
280  dttpgthmaph = ibooker.book2D("DT_TPG_theta_map_h",
281  "Map of H quality triggers per station",15,1,16,12,0,12);
282  dttpgthbestmap = ibooker.book2D("DT_TPG_theta_best_map",
283  "Map of besttriggers per station",15,1,16,12,0,12);
284  dttpgthbestmaph = ibooker.book2D("DT_TPG_theta_best_map_h",
285  "Map of H quality best triggers per station",15,1,16,12,0,12);
290 }
MonitorElement * dttpgthbestmaph
Definition: L1TDTTPG.h:97
MonitorElement * dttf_p_phi[3]
Definition: L1TDTTPG.h:99
MonitorElement * dttpgphmap
Definition: L1TDTTPG.h:78
MonitorElement * dttpgphbestmapcorr
Definition: L1TDTTPG.h:83
MonitorElement * dttpgphmapcorr
Definition: L1TDTTPG.h:81
void setMapPhLabel(MonitorElement *me)
Definition: L1TDTTPG.cc:621
MonitorElement * dttpgphbx[8]
Definition: L1TDTTPG.h:67
int nev_
Definition: L1TDTTPG.h:104
MonitorElement * dttpgththeta[3]
Definition: L1TDTTPG.h:90
MonitorElement * dttpgphwheel[3]
Definition: L1TDTTPG.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 * dttpgthbestmap
Definition: L1TDTTPG.h:96
MonitorElement * dttpgphbxcomp
Definition: L1TDTTPG.h:68
MonitorElement * dttpgthmaph
Definition: L1TDTTPG.h:95
MonitorElement * dttpgthsector[3]
Definition: L1TDTTPG.h:88
MonitorElement * dttpgthmapbx[3]
Definition: L1TDTTPG.h:94
MonitorElement * dttpgthwheel[3]
Definition: L1TDTTPG.h:87
MonitorElement * dttpgthmap
Definition: L1TDTTPG.h:93
MonitorElement * book1D(Args &&...args)
Definition: DQMStore.h:115
MonitorElement * dttf_p_qual[3]
Definition: L1TDTTPG.h:102
MonitorElement * dttpgthbx[3]
Definition: L1TDTTPG.h:86
MonitorElement * dttpgthquality[3]
Definition: L1TDTTPG.h:91
MonitorElement * dttf_p_pt[3]
Definition: L1TDTTPG.h:100
MonitorElement * dttpgphbestmap
Definition: L1TDTTPG.h:82
MonitorElement * dttpgthntrack
Definition: L1TDTTPG.h:92
void setCurrentFolder(const std::string &fullpath)
Definition: DQMStore.cc:277
MonitorElement * book2D(Args &&...args)
Definition: DQMStore.h:133
MonitorElement * dttpgphts2tag[3]
Definition: L1TDTTPG.h:75
MonitorElement * dttpgphntrack
Definition: L1TDTTPG.h:77
MonitorElement * dttf_p_q[3]
Definition: L1TDTTPG.h:101
void setMapThLabel(MonitorElement *me)
Definition: L1TDTTPG.cc:633
MonitorElement * dttpgphmapbx[3]
Definition: L1TDTTPG.h:79
MonitorElement * dttpgthstation[3]
Definition: L1TDTTPG.h:89
MonitorElement * dttpgphsector[3]
Definition: L1TDTTPG.h:70
void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)
MonitorElement * dttpgphquality[3]
Definition: L1TDTTPG.h:74
MonitorElement * dttpgphmap2nd
Definition: L1TDTTPG.h:80
MonitorElement * dttpgphstation[3]
Definition: L1TDTTPG.h:71
void L1TDTTPG::dqmBeginRun ( edm::Run const &  ,
edm::EventSetup const &   
)
overrideprotectedvirtual

Reimplemented from DQMEDAnalyzer.

Definition at line 122 of file L1TDTTPG.cc.

122  {
123  //empty
124 
125 }
void L1TDTTPG::setMapPhLabel ( MonitorElement me)
private

Definition at line 621 of file L1TDTTPG.cc.

References mps_fire::i, MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), and makeMuonMisalignmentScenario::wheel.

Referenced by bookHistograms().

622 {
623 
624  me->setAxisTitle("DTTF Sector",2);
625  for(int i=0;i<5;i++){
626  ostringstream wheel;
627  wheel << i-2;
628  me->setBinLabel(1+i*4,"Wheel "+ wheel.str(),1);
629  }
630 
631 }
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)
void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)
void L1TDTTPG::setMapThLabel ( MonitorElement me)
private

Definition at line 633 of file L1TDTTPG.cc.

References mps_fire::i, MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), and makeMuonMisalignmentScenario::wheel.

Referenced by bookHistograms().

634 {
635 
636  me->setAxisTitle("DTTF Sector",2);
637  for(int i=0;i<5;i++){
638  ostringstream wheel;
639  wheel << i-2;
640  me->setBinLabel(1+i*3,"Wheel "+ wheel.str(),1);
641  }
642 
643 }
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)
void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)

Member Data Documentation

MonitorElement* L1TDTTPG::dttf_p_phi[3]
private

Definition at line 99 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttf_p_pt[3]
private

Definition at line 100 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttf_p_q[3]
private

Definition at line 101 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttf_p_qual[3]
private

Definition at line 102 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgphbestmap
private

Definition at line 82 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgphbestmapcorr
private

Definition at line 83 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgphbx[8]
private

Definition at line 67 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgphbxcomp
private

Definition at line 68 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgphmap
private

Definition at line 78 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgphmap2nd
private

Definition at line 80 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgphmapbx[3]
private

Definition at line 79 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgphmapcorr
private

Definition at line 81 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgphntrack
private

Definition at line 77 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgphquality[3]
private

Definition at line 74 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgphsector[3]
private

Definition at line 70 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgphstation[3]
private

Definition at line 71 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgphts2tag[3]
private

Definition at line 75 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgphwheel[3]
private

Definition at line 69 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

edm::InputTag L1TDTTPG::dttpgSource_
private

Definition at line 111 of file L1TDTTPG.h.

Referenced by analyze(), and L1TDTTPG().

edm::EDGetTokenT<L1MuDTChambPhContainer> L1TDTTPG::dttpgSourcePhContainer_token_
private

Definition at line 109 of file L1TDTTPG.h.

Referenced by analyze().

edm::EDGetTokenT<L1MuDTChambThContainer> L1TDTTPG::dttpgSourceThContainer_token_
private

Definition at line 110 of file L1TDTTPG.h.

Referenced by analyze().

MonitorElement* L1TDTTPG::dttpgthbestmap
private

Definition at line 96 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgthbestmaph
private

Definition at line 97 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgthbx[3]
private

Definition at line 86 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgthmap
private

Definition at line 93 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgthmapbx[3]
private

Definition at line 94 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgthmaph
private

Definition at line 95 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgthntrack
private

Definition at line 92 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgthquality[3]
private

Definition at line 91 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgthsector[3]
private

Definition at line 88 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgthstation[3]
private

Definition at line 89 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgththeta[3]
private

Definition at line 90 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* L1TDTTPG::dttpgthwheel[3]
private

Definition at line 87 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

std::ofstream L1TDTTPG::logFile_
private

Definition at line 108 of file L1TDTTPG.h.

bool L1TDTTPG::monitorDaemon_
private

Definition at line 107 of file L1TDTTPG.h.

int L1TDTTPG::nev_
private

Definition at line 104 of file L1TDTTPG.h.

Referenced by analyze(), and bookHistograms().

std::string L1TDTTPG::outputFile_
private

Definition at line 105 of file L1TDTTPG.h.

Referenced by L1TDTTPG().

std::string L1TDTTPG::trstring_
private

Definition at line 113 of file L1TDTTPG.h.

Referenced by L1TDTTPG().

edm::EDGetTokenT<L1MuDTTrackContainer> L1TDTTPG::trToken_
private

Definition at line 114 of file L1TDTTPG.h.

Referenced by analyze(), and L1TDTTPG().

bool L1TDTTPG::verbose_
private

Definition at line 106 of file L1TDTTPG.h.

Referenced by analyze(), and L1TDTTPG().