#include <EcalListOfFEDSProducer.h>
Public Member Functions | |
void | beginJob (void) override |
EcalListOfFEDSProducer (const edm::ParameterSet &pset) | |
void | Egamma (edm::Event &e, const edm::EventSetup &es, std::vector< int > &done, std::vector< int > &FEDs) |
void | endJob (void) override |
void | Jets (edm::Event &e, const edm::EventSetup &es, std::vector< int > &done, std::vector< int > &FEDs) |
void | Muon (edm::Event &e, const edm::EventSetup &es, std::vector< int > &done, std::vector< int > &FEDs) |
void | produce (edm::Event &e, const edm::EventSetup &c) override |
virtual | ~EcalListOfFEDSProducer () |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducer () |
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 () | |
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) |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
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 & | itemsToGetFromEvent () 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) |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
std::vector< int > | ListOfFEDS (double etaLow, double etaHigh, double phiLow, double phiHigh, double etamargin, double phimargin) |
Private Attributes | |
edm::EDGetTokenT< l1extra::L1JetParticleCollection > | CentralSource_ |
bool | debug_ |
bool | EGamma_ |
bool | EMdoIsolated_ |
bool | EMdoNonIsolated_ |
edm::EDGetTokenT< l1extra::L1EmParticleCollection > | EMl1TagIsolated_ |
edm::EDGetTokenT< l1extra::L1EmParticleCollection > | EMl1TagNonIsolated_ |
double | EMregionEtaMargin_ |
double | EMregionPhiMargin_ |
bool | first_ |
edm::EDGetTokenT< l1extra::L1JetParticleCollection > | ForwardSource_ |
bool | Jets_ |
bool | JETSdoCentral_ |
bool | JETSdoForward_ |
bool | JETSdoTau_ |
double | JETSregionEtaMargin_ |
double | JETSregionPhiMargin_ |
bool | Muon_ |
edm::EDGetTokenT< l1extra::L1MuonParticleCollection > | MuonSource_ |
double | MUregionEtaMargin_ |
double | MUregionPhiMargin_ |
std::string | OutputLabel_ |
edm::InputTag | Pi0ListToIgnore_ |
double | Ptmin_iso_ |
double | Ptmin_jets_ |
double | Ptmin_muon_ |
double | Ptmin_noniso_ |
edm::EDGetTokenT< l1extra::L1JetParticleCollection > | TauSource_ |
EcalElectronicsMapping * | TheMapping |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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) |
Definition at line 30 of file EcalListOfFEDSProducer.h.
EcalListOfFEDSProducer::EcalListOfFEDSProducer | ( | const edm::ParameterSet & | pset | ) |
Definition at line 27 of file EcalListOfFEDSProducer.cc.
References Exception, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Definition at line 83 of file EcalListOfFEDSProducer.cc.
|
overridevirtual |
Reimplemented from edm::EDProducer.
Definition at line 120 of file EcalListOfFEDSProducer.cc.
void EcalListOfFEDSProducer::Egamma | ( | edm::Event & | e, |
const edm::EventSetup & | es, | ||
std::vector< int > & | done, | ||
std::vector< int > & | FEDs | ||
) |
Definition at line 194 of file EcalListOfFEDSProducer.cc.
References gather_cfg::cout, L1CaloGeometry::emJetPhiBinHighEdge(), L1CaloGeometry::emJetPhiBinLowEdge(), L1CaloGeometry::etaBinHighEdge(), L1CaloGeometry::etaBinLowEdge(), spr::find(), edm::EventSetup::get(), edm::Event::getByToken(), mps_fire::i, createfilelist::int, and EnergyCorrector::pt.
|
overridevirtual |
Reimplemented from edm::EDProducer.
Definition at line 123 of file EcalListOfFEDSProducer.cc.
|
static |
Definition at line 87 of file EcalListOfFEDSProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), and AlCaHLTBitMon_QueryRunRegistry::string.
void EcalListOfFEDSProducer::Jets | ( | edm::Event & | e, |
const edm::EventSetup & | es, | ||
std::vector< int > & | done, | ||
std::vector< int > & | FEDs | ||
) |
Definition at line 322 of file EcalListOfFEDSProducer.cc.
References gather_cfg::cout, geometryDiff::epsilon, stringResolutionProvider_cfi::eta, spr::find(), edm::Event::getByToken(), mps_fire::i, createfilelist::int, and EnergyCorrector::pt.
|
private |
Definition at line 412 of file EcalListOfFEDSProducer.cc.
References Vispa.Plugins.EdmBrowser.EdmDataAccessor::all(), gather_cfg::cout, createTree::dd, and Geom::pi().
void EcalListOfFEDSProducer::Muon | ( | edm::Event & | e, |
const edm::EventSetup & | es, | ||
std::vector< int > & | done, | ||
std::vector< int > & | FEDs | ||
) |
Definition at line 281 of file EcalListOfFEDSProducer.cc.
References gather_cfg::cout, geometryDiff::epsilon, stringResolutionProvider_cfi::eta, spr::find(), edm::Event::getByToken(), mps_fire::i, createfilelist::int, and EnergyCorrector::pt.
|
override |
Definition at line 126 of file EcalListOfFEDSProducer.cc.
References gather_cfg::cout, edm::EventID::event(), spr::find(), edm::EventSetup::get(), edm::Event::getManyByType(), mps_fire::i, hcalTTPDigis_cfi::id, edm::EventBase::id(), createfilelist::int, FEDNumbering::MINECALFEDID, eostools::move(), configurableAnalysis::Muon, edm::ESHandle< T >::product(), edm::Event::put(), and edm::EventID::run().
|
private |
Definition at line 68 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 75 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 45 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 48 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 49 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 46 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 47 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 50 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 51 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 74 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 69 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 61 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 62 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 63 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 64 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 65 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 66 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 55 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 59 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 56 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 57 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 72 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 44 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 52 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 67 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 58 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 53 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 70 of file EcalListOfFEDSProducer.h.
|
private |
Definition at line 73 of file EcalListOfFEDSProducer.h.