CMS 3D CMS Logo

List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
hcaldqm::DQHarvester Class Referenceabstract

#include <DQHarvester.h>

Inheritance diagram for hcaldqm::DQHarvester:
DQMEDHarvester hcaldqm::DQModule 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 HcalOfflineHarvesting HcalOnlineHarvesting

Public Member Functions

void beginRun (edm::Run const &, edm::EventSetup const &) override
 
 DQHarvester (edm::ParameterSet const &)
 
void dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override
 
void dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
 
 ~DQHarvester () override
 
- 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)
 
- Public Member Functions inherited from hcaldqm::DQModule
 DQModule (edm::ParameterSet const &)
 
virtual ~DQModule ()(false)
 

Protected Member Functions

virtual void _dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &)=0
 
virtual void _dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &)=0
 
- 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)
 

Protected Attributes

HcalElectronicsMap const * _emap
 
int _totalLS
 
std::vector< uint32_t > _vcdaqEids
 
std::vector< int > _vCrates
 
std::vector< int > _vFEDs
 
std::vector< uint32_t > _vhashCrates
 
std::vector< uint32_t > _vhashFEDs
 
ContainerXXX< uint32_t > _xQuality
 
- Protected Attributes inherited from DQMEDHarvester
edm::EDPutTokenT< DQMTokenlumiToken_
 
edm::EDPutTokenT< DQMTokenrunToken_
 
- Protected Attributes inherited from hcaldqm::DQModule
int _currentLS
 
int _debug
 
int _evsPerLS
 
int _evsTotal
 
Logger _logger
 
int _maxLS
 
ModuleType _mtype
 
std::string _name
 
ProcessingType _ptype
 
std::string _runkeyName
 
int _runkeyVal
 
std::string _subsystem
 

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)
 

Detailed Description

Definition at line 18 of file DQHarvester.h.

Constructor & Destructor Documentation

hcaldqm::DQHarvester::DQHarvester ( edm::ParameterSet const &  ps)

Definition at line 8 of file DQHarvester.cc.

8  :
9  DQModule(ps)
10  {}
DQModule(edm::ParameterSet const &)
Definition: DQModule.cc:6
hcaldqm::DQHarvester::~DQHarvester ( )
inlineoverride

Definition at line 22 of file DQHarvester.h.

References beginRun(), dqmEndJob(), and dqmEndLuminosityBlock().

22 {}

Member Function Documentation

virtual void hcaldqm::DQHarvester::_dqmEndJob ( DQMStore::IBooker ,
DQMStore::IGetter  
)
protectedpure virtual

Implemented in HcalOnlineHarvesting, and HcalOfflineHarvesting.

Referenced by dqmEndJob().

virtual void hcaldqm::DQHarvester::_dqmEndLuminosityBlock ( DQMStore::IBooker ,
DQMStore::IGetter ,
edm::LuminosityBlock const &  ,
edm::EventSetup const &   
)
protectedpure virtual
void hcaldqm::DQHarvester::beginRun ( edm::Run const &  r,
edm::EventSetup const &  es 
)
override

Definition at line 12 of file DQHarvester.cc.

References _emap, hcaldqm::DQModule::_ptype, _vcdaqEids, _vCrates, _vFEDs, _vhashCrates, _vhashFEDs, _xQuality, hcaldqm::hashfunctions::fDChannel, hcaldqm::utilities::fed2crate(), hcaldqm::constants::FED_uTCA_MIN, hcaldqm::constants::FED_VME_MAX, hcaldqm::constants::FED_VME_MIN, hcaldqm::constants::FIBER_uTCA_MIN1, hcaldqm::constants::FIBER_VME_MIN, hcaldqm::constants::FIBERCH_MIN, edm::EventSetup::find(), edm::eventsetup::heterocontainer::HCTypeTag::findType(), hcaldqm::fLocal, hcaldqm::fOffline, HcalGenericDetId::genericSubdet(), edm::EventSetup::get(), HcalCondObjectContainer< Item >::getAllChannels(), hcaldqm::utilities::getCrateHashMap(), hcaldqm::utilities::getCrateList(), hcaldqm::utilities::getFEDList(), HcalDbService::getHcalMapping(), reco::JetExtendedAssociation::getValue(), HcalCondObjectContainer< Item >::getValues(), HcalGenericDetId::HcalGenUnknown, hcaldqm::ContainerXXX< STDTYPE >::initialize(), HcalGenericDetId::isHcalDetId(), RunInfo::m_fed_in, RecoTauDiscriminantConfiguration::mask, FEDNumbering::MAXHCALuTCAFEDID, edm::ESHandle< T >::product(), hcaldqm::ContainerXXX< STDTYPE >::push(), HcalElectronicsId::rawId(), edm::RunAuxiliary::run(), edm::Run::runAuxiliary(), hcaldqm::constants::SLOT_uTCA_MIN, and hcaldqm::constants::SPIGOT_MIN.

Referenced by ~DQHarvester().

14  {
15  if (_ptype==fLocal)
16  if (r.runAuxiliary().run()==1)
17  return;
18 
19  // TEMPORARY FIX
20  if (_ptype != fOffline) { // hidefed2crate
21  _vhashFEDs.clear();
22  _vcdaqEids.clear();
23  }
24 
25  // - get the Hcal Electronics Map
26  // - collect all the FED numbers and FED's rawIds
28  es.get<HcalDbRecord>().get(dbs);
29  _emap = dbs->getHcalMapping();
30 
31  if (_ptype != fOffline) { // hidefed2crate
33  for (std::vector<int>::const_iterator it=_vFEDs.begin();
34  it!=_vFEDs.end(); ++it)
35  {
36  //
37  // FIXME
38  // until there exists a map of FED2Crate and Crate2FED,
39  // all the unknown Crates will be mapped to 0...
40  //
41  if (*it==0)
42  {
43  _vhashFEDs.push_back(HcalElectronicsId(
45  FIBERCH_MIN, false).rawId());
46  continue;
47  }
48 
49  if (*it>FED_VME_MAX)
50  {
51  std::pair<uint16_t, uint16_t> cspair = utilities::fed2crate(*it);
52  _vhashFEDs.push_back(HcalElectronicsId(
53  cspair.first, cspair.second, FIBER_uTCA_MIN1,
54  FIBERCH_MIN, false).rawId());
55  }
56  else
58  FIBER_VME_MIN, SPIGOT_MIN, (*it)-FED_VME_MIN).rawId());
59  }
60 
61  // get the FEDs registered at cDAQ
64  "RunInfoRcd"));
65  if (es.find(recordKey))
66  {
68  es.get<RunInfoRcd>().get(ri);
69  std::vector<int> vfeds= ri->m_fed_in;
70  for (std::vector<int>::const_iterator it=vfeds.begin();
71  it!=vfeds.end(); ++it)
72  {
73  if (*it>=constants::FED_VME_MIN && *it<=FED_VME_MAX)
74  _vcdaqEids.push_back(HcalElectronicsId(
77  (*it)-FED_VME_MIN).rawId());
78  else if (*it>=constants::FED_uTCA_MIN &&
80  {
81  std::pair<uint16_t, uint16_t> cspair = utilities::fed2crate(*it);
82  _vcdaqEids.push_back(HcalElectronicsId(
83  cspair.first, cspair.second,
84  FIBER_uTCA_MIN1, FIBERCH_MIN, false).rawId());
85  }
86  }
87  }
88  } else {
90  std::map<int, uint32_t> crateHashMap = utilities::getCrateHashMap(_emap);
91  for (auto& it_crate : _vCrates) {
92  _vhashCrates.push_back(crateHashMap[it_crate]);
93  }
94  }
95 
96  // get the Hcal Channels Quality for channels that are not 0
99  es.get<HcalChannelQualityRcd>().get("withTopo", hcq);
100  const HcalChannelQuality *cq = hcq.product();
101  std::vector<DetId> detids = cq->getAllChannels();
102  for (std::vector<DetId>::const_iterator it=detids.begin();
103  it!=detids.end(); ++it)
104  {
105  if (HcalGenericDetId(*it).genericSubdet()==
107  continue;
108 
109  if (HcalGenericDetId(*it).isHcalDetId())
110  {
111  HcalDetId did(*it);
112  uint32_t mask = (cq->getValues(did))->getValue();
113  if (mask!=0)
114  _xQuality.push(did, mask);
115  }
116  }
117  }
ContainerXXX< uint32_t > _xQuality
Definition: DQHarvester.h:45
constexpr uint32_t rawId() const
std::vector< uint32_t > _vhashFEDs
Definition: DQHarvester.h:43
std::pair< uint16_t, uint16_t > fed2crate(int fed)
Definition: Utilities.cc:12
static HCTypeTag findType(char const *iTypeName)
find a type based on the types name, if not found will return default HCTypeTag
int const SPIGOT_MIN
Definition: Constants.h:136
virtual void push(HcalDetId const &, STDTYPE)
Definition: ContainerXXX.h:283
const Item * getValues(DetId fId, bool throwOnFail=true) const
int const FIBER_VME_MIN
Definition: Constants.h:141
int const FED_uTCA_MIN
Definition: Constants.h:103
int const FIBERCH_MIN
Definition: Constants.h:151
ProcessingType _ptype
Definition: DQModule.h:59
int const FED_VME_MIN
Definition: Constants.h:98
std::vector< DetId > getAllChannels() const
std::vector< int > m_fed_in
Definition: RunInfo.h:26
int const FIBER_uTCA_MIN1
Definition: Constants.h:144
std::map< int, uint32_t > getCrateHashMap(HcalElectronicsMap const *emap)
Definition: Utilities.cc:77
bool isHcalDetId() const
std::vector< int > getCrateList(HcalElectronicsMap const *emap)
Definition: Utilities.cc:63
HcalElectronicsMap const * _emap
Definition: DQHarvester.h:32
std::vector< uint32_t > _vhashCrates
Definition: DQHarvester.h:39
std::vector< int > _vCrates
Definition: DQHarvester.h:38
std::vector< int > getFEDList(HcalElectronicsMap const *)
Definition: Utilities.cc:95
const HcalElectronicsMap * getHcalMapping() const
const JetExtendedData & getValue(const Container &, const reco::JetBaseRef &)
get value for the association. Throw exception if no association found
std::vector< int > _vFEDs
Definition: DQHarvester.h:42
std::vector< uint32_t > _vcdaqEids
Definition: DQHarvester.h:48
virtual void initialize(hashfunctions::HashType, int debug=0)
Definition: ContainerXXX.h:89
HcalGenericSubdetector genericSubdet() const
int const FED_VME_MAX
Definition: Constants.h:99
T const * product() const
Definition: ESHandle.h:86
Readout chain identification for Hcal.
int const SLOT_uTCA_MIN
Definition: Constants.h:123
void hcaldqm::DQHarvester::dqmEndJob ( DQMStore::IBooker ib,
DQMStore::IGetter ig 
)
overridevirtual

Implements DQMEDHarvester.

Definition at line 128 of file DQHarvester.cc.

References _dqmEndJob().

Referenced by ~DQHarvester().

130  {
131  _dqmEndJob(ib, ig);
132  }
virtual void _dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &)=0
void hcaldqm::DQHarvester::dqmEndLuminosityBlock ( DQMStore::IBooker ib,
DQMStore::IGetter ig,
edm::LuminosityBlock const &  lb,
edm::EventSetup const &  es 
)
overridevirtual

Reimplemented from DQMEDHarvester.

Definition at line 119 of file DQHarvester.cc.

References hcaldqm::DQModule::_currentLS, _dqmEndLuminosityBlock(), _totalLS, and edm::LuminosityBlockBase::luminosityBlock().

Referenced by ~DQHarvester().

122  {
123  // should be the same - just in case!
124  _currentLS = lb.luminosityBlock();
125  _totalLS++;
126  _dqmEndLuminosityBlock(ib, ig, lb, es);
127  }
virtual void _dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &)=0

Member Data Documentation

HcalElectronicsMap const* hcaldqm::DQHarvester::_emap
protected

Definition at line 32 of file DQHarvester.h.

Referenced by HcalOnlineHarvesting::_dqmEndLuminosityBlock(), and beginRun().

int hcaldqm::DQHarvester::_totalLS
protected

Definition at line 35 of file DQHarvester.h.

Referenced by dqmEndLuminosityBlock().

std::vector<uint32_t> hcaldqm::DQHarvester::_vcdaqEids
protected

Definition at line 48 of file DQHarvester.h.

Referenced by beginRun().

std::vector<int> hcaldqm::DQHarvester::_vCrates
protected

Definition at line 38 of file DQHarvester.h.

Referenced by HcalOfflineHarvesting::_dqmEndJob(), and beginRun().

std::vector<int> hcaldqm::DQHarvester::_vFEDs
protected

Definition at line 42 of file DQHarvester.h.

Referenced by HcalOnlineHarvesting::_dqmEndLuminosityBlock(), and beginRun().

std::vector<uint32_t> hcaldqm::DQHarvester::_vhashCrates
protected

Definition at line 39 of file DQHarvester.h.

Referenced by beginRun().

std::vector<uint32_t> hcaldqm::DQHarvester::_vhashFEDs
protected

Definition at line 43 of file DQHarvester.h.

Referenced by HcalOnlineHarvesting::_dqmEndLuminosityBlock(), and beginRun().

ContainerXXX<uint32_t> hcaldqm::DQHarvester::_xQuality
protected

Definition at line 45 of file DQHarvester.h.

Referenced by HcalOnlineHarvesting::_dqmEndLuminosityBlock(), and beginRun().