|
| HcalDigiToRaw (const edm::ParameterSet &ps) |
|
virtual void | produce (edm::StreamID id, edm::Event &e, const edm::EventSetup &c) const override |
|
virtual | ~HcalDigiToRaw () |
|
| EDProducer ()=default |
|
| EDProducerBase () |
|
ModuleDescription const & | moduleDescription () const |
|
virtual | ~EDProducerBase () |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
std::vector< edm::ProductResolverIndex > const & | indiciesForPutProducts (BranchType iBranchType) const |
|
| ProducerBase () |
|
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, std::unordered_multimap< std::string, edm::ProductResolverIndex > const &iIndicies, std::string const &moduleLabel) |
|
virtual | ~ProducerBase () noexcept(false) |
|
std::vector< ConsumesInfo > | consumesInfo () 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 |
|
EDConsumerBase & | operator= (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) |
|
HcalDigiToRaw is the EDProducer subclass which runs the Hcal Unpack algorithm.
- Author
- Jeremiah Mans
- Version
- 1st Version June 10, 2005
Definition at line 27 of file HcalDigiToRaw.h.
Definition at line 37 of file HcalDigiToRaw.cc.
References HcalPacker::Collections::calibCont, calibTag_, edm::EventID::event(), edm::EventSetup::get(), edm::Event::getByToken(), HcalDbService::getHcalMapping(), photonIsolationHIProducer_cfi::hbhe, HcalPacker::Collections::hbhe, hbheTag_, photonIsolationHIProducer_cfi::hf, HcalPacker::Collections::hfCont, hfTag_, photonIsolationHIProducer_cfi::ho, HcalPacker::Collections::hoCont, hoTag_, edm::EventBase::id(), edm::HandleBase::isValid(), edm::InputTag::label(), FEDNumbering::MAXHCALFEDID, FEDNumbering::MINHCALFEDID, eostools::move(), HcalPacker::pack(), packer_, edm::Handle< T >::product(), edm::Event::put(), tok_calib_, tok_hbhe_, tok_hf_, tok_ho_, tok_htp_, tok_zdc_, HcalPacker::Collections::tpCont, trigTag_, cms::Exception::what(), hcalSimParameters_cfi::zdc, HcalPacker::Collections::zdcCont, and zdcTag_.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
78 auto raw = std::make_unique<FEDRawDataCollection>();
87 for (
int ifed=ifed_first; ifed<=ifed_last; ++ifed) {
91 orbitN, bcnN, colls, *readoutMap, fed);
EventNumber_t event() const
const edm::EDGetTokenT< ZDCDigiCollection > tok_zdc_
void pack(int fedid, int dccnumber, int nl1a, int orbitn, int bcn, const Collections &inputs, const HcalElectronicsMap &emap, FEDRawData &output) const
bool getByToken(EDGetToken token, Handle< PROD > &result) const
const edm::EDGetTokenT< HODigiCollection > tok_ho_
const edm::InputTag calibTag_
const HcalCalibDigiCollection * calibCont
char const * what() const override
const edm::InputTag hoTag_
const edm::EDGetTokenT< HFDigiCollection > tok_hf_
const edm::InputTag hfTag_
const HcalTrigPrimDigiCollection * tpCont
const ZDCDigiCollection * zdcCont
const edm::InputTag zdcTag_
const HBHEDigiCollection * hbhe
T const * product() const
const edm::EDGetTokenT< HcalCalibDigiCollection > tok_calib_
const edm::InputTag hbheTag_
const edm::EDGetTokenT< HBHEDigiCollection > tok_hbhe_
const HODigiCollection * hoCont
const edm::EDGetTokenT< HcalTrigPrimDigiCollection > tok_htp_
const HcalElectronicsMap * getHcalMapping() const
const HFDigiCollection * hfCont
const edm::InputTag trigTag_