CMS 3D CMS Logo

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

#include <DTDAQInfo.h>

Inheritance diagram for DTDAQInfo:
DQMEDHarvester edm::one::EDProducer< edm::Accumulator, edm::EndLuminosityBlockProducer, edm::EndRunProducer, edm::one::WatchLuminosityBlocks, edm::one::WatchRuns, edm::one::SharedResources > edm::one::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 DTDAQInfo (const edm::ParameterSet &pset)
 Constructor. More...
 
 ~DTDAQInfo () override
 Destructor. More...
 
- Public Member Functions inherited from DQMEDHarvester
void accumulate (edm::Event const &ev, edm::EventSetup const &es) final
 
void beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final
 
void beginRun (edm::Run const &, edm::EventSetup const &) override
 
 DQMEDHarvester ()
 
void endJob () final
 
void endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final
 
void endLuminosityBlockProduce (edm::LuminosityBlock &, edm::EventSetup const &) final
 
void endRun (edm::Run const &, edm::EventSetup const &) override
 
void endRunProduce (edm::Run &run, edm::EventSetup const &setup) override
 
 ~DQMEDHarvester () override=default
 
- Public Member Functions inherited from edm::one::EDProducer< edm::Accumulator, edm::EndLuminosityBlockProducer, edm::EndRunProducer, edm::one::WatchLuminosityBlocks, edm::one::WatchRuns, edm::one::SharedResources >
 EDProducer ()=default
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
bool hasAbilityToProduceInLumis () const final
 
bool hasAbilityToProduceInRuns () const final
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
- Public Member Functions inherited from edm::one::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDProducerBase () override
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector< edm::ProductResolverIndex > const & indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
std::vector< edm::ProductResolverIndex > const & putTokenIndexToProductResolverIndex () const
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription const &)> registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
 ~ProducerBase () noexcept(false) override
 
- 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
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
virtual ~EDConsumerBase () noexcept(false)
 

Protected Member Functions

void dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override
 
void dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock 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 Attributes

bool bookingdone
 
bool checkUros
 
std::map< int, MonitorElement * > daqFractions
 
MonitorElementdaqMap
 
edm::ESHandle< DTReadOutMappingmapping
 
MonitorElementtotalDAQFraction
 

Additional Inherited Members

- Public Types inherited from edm::one::EDProducerBase
typedef EDProducerBase ModuleType
 
- Public Types inherited from edm::ProducerBase
using ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >>
 
typedef ProductRegistryHelper::TypeLabelList TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Attributes inherited from DQMEDHarvester
edm::EDPutTokenT< DQMTokenlumiToken_
 
edm::EDPutTokenT< DQMTokenrunToken_
 

Detailed Description

No description available.

Author
G. Cerminara - INFN Torino

threadsafe version (//-) oct/nov 2014 - WATWanAbdullah ncpp-um-my

Definition at line 25 of file DTDAQInfo.h.

Constructor & Destructor Documentation

DTDAQInfo::DTDAQInfo ( const edm::ParameterSet pset)

Constructor.

Definition at line 39 of file DTDAQInfo.cc.

References edm::ParameterSet::getUntrackedParameter().

39  {
40 
41  bookingdone = false;
42  checkUros = pset.getUntrackedParameter<bool>("checkUros",true);
43 }
T getUntrackedParameter(std::string const &, T const &) const
bool checkUros
Definition: DTDAQInfo.h:45
bool bookingdone
Definition: DTDAQInfo.h:42
DTDAQInfo::~DTDAQInfo ( )
override

Destructor.

Definition at line 45 of file DTDAQInfo.cc.

45 {}

Member Function Documentation

void DTDAQInfo::dqmEndJob ( DQMStore::IBooker ibooker,
DQMStore::IGetter igetter 
)
overrideprotectedvirtual

Implements DQMEDHarvester.

Definition at line 138 of file DTDAQInfo.cc.

138 {}
void DTDAQInfo::dqmEndLuminosityBlock ( DQMStore::IBooker ibooker,
DQMStore::IGetter igetter,
edm::LuminosityBlock const &  lumiSeg,
edm::EventSetup const &  setup 
)
overrideprotectedvirtual

Reimplemented from DQMEDHarvester.

Definition at line 47 of file DTDAQInfo.cc.

References DQMStore::IBooker::book2D(), DQMStore::IBooker::bookFloat(), MonitorElement::Fill(), edm::EventSetup::find(), edm::typelookup::findType(), edm::EventSetup::get(), LogTrace, RunInfo::m_fed_in, taus_updatedMVAIds_cff::mapping, FEDNumbering::MAXDTFEDID, FEDNumbering::MINDTFEDID, MonitorElement::setAxisTitle(), DQMStore::IBooker::setCurrentFolder(), and makeMuonMisalignmentScenario::wheel.

48  {
49 
50  if (!bookingdone) {
51  // retrieve the mapping
52  setup.get<DTReadOutMappingRcd>().get(mapping);
53 
54  // book the ME
55  // global fraction
56 
57  ibooker.setCurrentFolder("DT/EventInfo");
58 
59  totalDAQFraction = ibooker.bookFloat("DAQSummary");
61 
62  // map
63  daqMap = ibooker.book2D("DAQSummaryMap","DT Certification Summary Map",12,1,13,5,-2,3);
64  daqMap->setAxisTitle("sector",1);
65  daqMap->setAxisTitle("wheel",2);
66 
67  // Wheel "fractions" -> will be 0 or 1
68 
69  ibooker.setCurrentFolder("DT/EventInfo/DAQContents");
70  for(int wheel = -2; wheel != 3; ++wheel) {
71  stringstream streams;
72  streams << "DT_Wheel" << wheel;
73 
74  daqFractions[wheel] = ibooker.bookFloat(streams.str());
75  daqFractions[wheel]->Fill(-1);
76  }
77  bookingdone = true;
78  } //booking done
79 
80  // create a record key for RunInfoRcd
82 
83  if(setup.find(recordKey) != nullptr) {
84  // reset to 0
86  daqFractions[-2]->Fill(0.);
87  daqFractions[-1]->Fill(0.);
88  daqFractions[-0]->Fill(0.);
89  daqFractions[1]->Fill(0.);
90  daqFractions[2]->Fill(0.);
91 
92 
93  daqMap->Reset();
94  //get fed summary information
95  ESHandle<RunInfo> sumFED;
96  setup.get<RunInfoRcd>().get(sumFED);
97  vector<int> fedInIDs = sumFED->m_fed_in;
98 
99  // the range of DT feds
100  static const int FEDIDmin = FEDNumbering::MINDTFEDID;
101  static const int FEDIDMax = FEDNumbering::MAXDTFEDID;
102 
103  //FIXME for uROS FEDIDs once mapping has been defined
104  if (checkUros) { LogTrace("DQM|DTMonitorClient|DTDAQInfo")
105  << "Checking uROS FEDs as Legacy FEDs"<< endl;}
106 
107  // loop on all active feds
108  for(vector<int>::const_iterator fed = fedInIDs.begin();
109  fed != fedInIDs.end();
110  ++fed) {
111  // check if the fed is in the DT range
112  if(!(*fed >= FEDIDmin && *fed <= FEDIDMax)) continue;
113 
114  // check if the 12 channels are connected to any sector and fill the wheel percentage accordignly
115  int wheel = -99;
116  int sector = -99;
117  int dummy = -99;
118  for(int ros = 1; ros != 13; ++ros) {
119  if(!mapping->readOutToGeometry(*fed,ros,2,2,2,wheel,dummy,sector,dummy,dummy,dummy)) {
120  LogTrace("DQM|DTMonitorClient|DTDAQInfo")
121  << "FED: " << *fed << " Ch: " << ros << " wheel: " << wheel << " Sect: " << sector << endl;
122  daqFractions[wheel]->Fill(daqFractions[wheel]->getFloatValue() + 1./12.);
124  daqMap->Fill(sector,wheel);
125  }
126  }
127  }
128  } else {
129  LogWarning("DQM|DTMonitorClient|DTDAQInfo") << "*** Warning: record key not found for RunInfoRcd" << endl;
130  totalDAQFraction->Fill(-1);
131  for(int wheel = -2; wheel != 3; ++wheel) {
132  daqFractions[wheel]->Fill(-1);
133  }
134  return;
135  }
136 }
std::pair< const char *, const std::type_info * > findType(const char *iClassName)
Definition: typelookup.cc:76
std::map< int, MonitorElement * > daqFractions
Definition: DTDAQInfo.h:49
double getFloatValue() const
int readOutToGeometry(int dduId, int rosId, int robId, int tdcId, int channelId, DTWireId &wireId) const
transform identifiers
bool checkUros
Definition: DTDAQInfo.h:45
def setup(process, global_tag, zero_tesla=False)
Definition: GeneralSetup.py:1
void Fill(long long x)
edm::ESHandle< DTReadOutMapping > mapping
Definition: DTDAQInfo.h:50
std::vector< int > m_fed_in
Definition: RunInfo.h:26
MonitorElement * daqMap
Definition: DTDAQInfo.h:48
void Reset()
reset ME (ie. contents, errors, etc)
MonitorElement * totalDAQFraction
Definition: DTDAQInfo.h:47
#define LogTrace(id)
bool bookingdone
Definition: DTDAQInfo.h:42
void setCurrentFolder(const std::string &fullpath)
Definition: DQMStore.cc:274
MonitorElement * book2D(Args &&...args)
Definition: DQMStore.h:136
MonitorElement * bookFloat(Args &&...args)
Definition: DQMStore.h:112
void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)

Member Data Documentation

bool DTDAQInfo::bookingdone
private

Definition at line 42 of file DTDAQInfo.h.

bool DTDAQInfo::checkUros
private

Definition at line 45 of file DTDAQInfo.h.

std::map<int, MonitorElement*> DTDAQInfo::daqFractions
private

Definition at line 49 of file DTDAQInfo.h.

MonitorElement* DTDAQInfo::daqMap
private

Definition at line 48 of file DTDAQInfo.h.

edm::ESHandle<DTReadOutMapping> DTDAQInfo::mapping
private

Definition at line 50 of file DTDAQInfo.h.

MonitorElement* DTDAQInfo::totalDAQFraction
private

Definition at line 47 of file DTDAQInfo.h.