CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Attributes
ElectronNHitSeedProducer Class Reference
Inheritance diagram for ElectronNHitSeedProducer:
edm::global::EDProducer<> edm::global::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 ElectronNHitSeedProducer (const edm::ParameterSet &)
 
void produce (edm::StreamID, edm::Event &, const edm::EventSetup &) const final
 
- Public Member Functions inherited from edm::global::EDProducer<>
 EDProducer ()=default
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndRuns () const final
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsStreamLuminosityBlocks () const final
 
bool wantsStreamRuns () const final
 
- Public Member Functions inherited from edm::global::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () 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
 
std::vector< bool > const & recordProvenanceList () 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)
 
TypeLabelList const & typeLabelList () const
 used by the fwk to register the list of products of this module More...
 
 ~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 &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
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
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::global::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Private Attributes

const edm::EDGetTokenT< reco::BeamSpotbeamSpotToken_
 
const edm::EDGetTokenT< TrajectorySeedCollectioninitialSeedsToken_
 
const TrajSeedMatcher::Configuration matcherConfiguration_
 
const edm::EDGetTokenT< MeasurementTrackerEventmeasTkEvtToken_
 
const edm::EDPutTokenT< reco::ElectronSeedCollectionputToken_
 
std::vector< edm::EDGetTokenT< std::vector< reco::SuperClusterRef > > > superClustersTokens_
 
const edm::ESGetToken< TrackerTopology, TrackerTopologyRcdtrackerTopologyToken_
 
const edm::EDGetTokenT< std::vector< reco::Vertex > > verticesToken_
 

Additional Inherited Members

- Public Types inherited from edm::global::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
 
- Protected Member Functions inherited from edm::ProducerBase
template<class ProductType >
BranchAliasSetterT< ProductType > produces ()
 declare what type of product will make and with which optional label More...
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces ()
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces ()
 
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<BranchType B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<Transition B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<class ProductType >
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
ProducesCollector producesCollector ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 

Detailed Description

Definition at line 38 of file ElectronNHitSeedProducer.cc.

Constructor & Destructor Documentation

◆ ElectronNHitSeedProducer()

ElectronNHitSeedProducer::ElectronNHitSeedProducer ( const edm::ParameterSet pset)
explicit

Definition at line 86 of file ElectronNHitSeedProducer.cc.

87  : matcherConfiguration_(pset.getParameter<edm::ParameterSet>("matcherConfig"), consumesCollector()),
88  initialSeedsToken_(consumes<TrajectorySeedCollection>(pset.getParameter<edm::InputTag>("initialSeeds"))),
89  verticesToken_(consumes<std::vector<reco::Vertex>>(pset.getParameter<edm::InputTag>("vertices"))),
90  beamSpotToken_(consumes<reco::BeamSpot>(pset.getParameter<edm::InputTag>("beamSpot"))),
91  measTkEvtToken_(consumes<MeasurementTrackerEvent>(pset.getParameter<edm::InputTag>("measTkEvt"))),
92  putToken_{produces<reco::ElectronSeedCollection>()},
93  trackerTopologyToken_{esConsumes<TrackerTopology, TrackerTopologyRcd>()} {
94  for (const auto& scTag : pset.getParameter<std::vector<edm::InputTag>>("superClusters")) {
95  superClustersTokens_.emplace_back(consumes<std::vector<reco::SuperClusterRef>>(scTag));
96  }
97 }

Member Function Documentation

◆ fillDescriptions()

void ElectronNHitSeedProducer::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 99 of file ElectronNHitSeedProducer.cc.

99  {
101  desc.add<edm::InputTag>("initialSeeds", {"hltElePixelSeedsCombined"});
102  desc.add<edm::InputTag>("vertices", {});
103  desc.add<edm::InputTag>("beamSpot", {"hltOnlineBeamSpot"});
104  desc.add<edm::InputTag>("measTkEvt", {"hltSiStripClusters"});
105  desc.add<std::vector<edm::InputTag>>("superClusters", {{"hltEgammaSuperClustersToPixelMatch"}});
107 
108  descriptions.add("electronNHitSeedProducer", desc);
109 }

References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), and TrajSeedMatcher::makePSetDescription().

◆ produce()

void ElectronNHitSeedProducer::produce ( edm::StreamID  ,
edm::Event iEvent,
const edm::EventSetup iSetup 
) const
finalvirtual

Implements edm::global::EDProducerBase.

Definition at line 111 of file ElectronNHitSeedProducer.cc.

111  {
112  auto const& trackerTopology = iSetup.getData(trackerTopologyToken_);
113 
115 
116  reco::ElectronSeedCollection eleSeeds{};
117  auto const& initialSeeds = iEvent.get(initialSeedsToken_);
118 
119  auto primVtxPos = convertToGP(iEvent.get(beamSpotToken_).position());
120 
121  // Loop over all super-cluster collections (typically barrel and forward are supplied separately)
122  for (const auto& superClustersToken : superClustersTokens_) {
123  for (auto& superClusRef : iEvent.get(superClustersToken)) {
124  //the eta of the supercluster when mustache clustered is slightly biased due to bending in magnetic field
125  //the eta of its seed cluster is a better estimate of the orginal position
126  GlobalPoint caloPosition(GlobalPoint::Polar(superClusRef->seed()->position().theta(), //seed theta
127  superClusRef->position().phi(), //supercluster phi
128  superClusRef->position().r())); //supercluster r
129 
130  const auto matchedSeeds = matcher(initialSeeds, caloPosition, primVtxPos, superClusRef->energy());
131 
132  for (auto& matchedSeed : matchedSeeds) {
133  reco::ElectronSeed eleSeed(matchedSeed.seed());
134  reco::ElectronSeed::CaloClusterRef caloClusRef(superClusRef);
135  eleSeed.setCaloCluster(caloClusRef);
136  eleSeed.setNrLayersAlongTraj(matchedSeed.nrValidLayers());
137  for (auto& matchInfo : matchedSeed.matches()) {
138  eleSeed.addHitInfo(makeSeedPixelVar(matchInfo, trackerTopology));
139  }
140  eleSeeds.emplace_back(eleSeed);
141  }
142  }
143  }
144  iEvent.emplace(putToken_, std::move(eleSeeds));
145 }

References beamSpotToken_, edm::EventSetup::getData(), iEvent, HLT_2018_cff::initialSeeds, initialSeedsToken_, matcherConfiguration_, measTkEvtToken_, eostools::move(), putToken_, superClustersTokens_, and trackerTopologyToken_.

Member Data Documentation

◆ beamSpotToken_

const edm::EDGetTokenT<reco::BeamSpot> ElectronNHitSeedProducer::beamSpotToken_
private

Definition at line 52 of file ElectronNHitSeedProducer.cc.

Referenced by produce().

◆ initialSeedsToken_

const edm::EDGetTokenT<TrajectorySeedCollection> ElectronNHitSeedProducer::initialSeedsToken_
private

Definition at line 50 of file ElectronNHitSeedProducer.cc.

Referenced by produce().

◆ matcherConfiguration_

const TrajSeedMatcher::Configuration ElectronNHitSeedProducer::matcherConfiguration_
private

Definition at line 47 of file ElectronNHitSeedProducer.cc.

Referenced by produce().

◆ measTkEvtToken_

const edm::EDGetTokenT<MeasurementTrackerEvent> ElectronNHitSeedProducer::measTkEvtToken_
private

Definition at line 53 of file ElectronNHitSeedProducer.cc.

Referenced by produce().

◆ putToken_

const edm::EDPutTokenT<reco::ElectronSeedCollection> ElectronNHitSeedProducer::putToken_
private

Definition at line 54 of file ElectronNHitSeedProducer.cc.

Referenced by produce().

◆ superClustersTokens_

std::vector<edm::EDGetTokenT<std::vector<reco::SuperClusterRef> > > ElectronNHitSeedProducer::superClustersTokens_
private

Definition at line 49 of file ElectronNHitSeedProducer.cc.

Referenced by produce().

◆ trackerTopologyToken_

const edm::ESGetToken<TrackerTopology, TrackerTopologyRcd> ElectronNHitSeedProducer::trackerTopologyToken_
private

Definition at line 55 of file ElectronNHitSeedProducer.cc.

Referenced by produce().

◆ verticesToken_

const edm::EDGetTokenT<std::vector<reco::Vertex> > ElectronNHitSeedProducer::verticesToken_
private

Definition at line 51 of file ElectronNHitSeedProducer.cc.

edm::ParameterSetDescription::add
ParameterDescriptionBase * add(U const &iLabel, T const &value)
Definition: ParameterSetDescription.h:95
ElectronNHitSeedProducer::beamSpotToken_
const edm::EDGetTokenT< reco::BeamSpot > beamSpotToken_
Definition: ElectronNHitSeedProducer.cc:52
ElectronNHitSeedProducer::putToken_
const edm::EDPutTokenT< reco::ElectronSeedCollection > putToken_
Definition: ElectronNHitSeedProducer.cc:54
edm::ParameterSetDescription
Definition: ParameterSetDescription.h:52
Geom::Spherical2Cartesian
Definition: CoordinateSets.h:58
edm::EDConsumerBase::consumesCollector
ConsumesCollector consumesCollector()
Use a ConsumesCollector to gather consumes information from helper functions.
Definition: EDConsumerBase.cc:71
TrajSeedMatcher::makePSetDescription
static edm::ParameterSetDescription makePSetDescription()
Definition: TrajSeedMatcher.cc:92
ElectronNHitSeedProducer::superClustersTokens_
std::vector< edm::EDGetTokenT< std::vector< reco::SuperClusterRef > > > superClustersTokens_
Definition: ElectronNHitSeedProducer.cc:49
reco::ElectronSeed
Definition: ElectronSeed.h:51
ElectronNHitSeedProducer::initialSeedsToken_
const edm::EDGetTokenT< TrajectorySeedCollection > initialSeedsToken_
Definition: ElectronNHitSeedProducer.cc:50
edm::ConfigurationDescriptions::add
void add(std::string const &label, ParameterSetDescription const &psetDescription)
Definition: ConfigurationDescriptions.cc:57
HLT_2018_cff.initialSeeds
initialSeeds
Definition: HLT_2018_cff.py:13901
reco::ElectronSeedCollection
std::vector< ElectronSeed > ElectronSeedCollection
collection of ElectronSeed objects
Definition: ElectronSeedFwd.h:10
Point3DBase< float, GlobalTag >
ElectronNHitSeedProducer::measTkEvtToken_
const edm::EDGetTokenT< MeasurementTrackerEvent > measTkEvtToken_
Definition: ElectronNHitSeedProducer.cc:53
edm::ParameterSet
Definition: ParameterSet.h:36
TrajSeedMatcher
Definition: TrajSeedMatcher.h:52
iEvent
int iEvent
Definition: GenABIO.cc:224
edm::EventSetup::getData
bool getData(T &iHolder) const
Definition: EventSetup.h:113
eostools.move
def move(src, dest)
Definition: eostools.py:511
edm::RefToBase< CaloCluster >
edm::EDConsumerBase::consumes
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
Definition: EDConsumerBase.h:126
ElectronNHitSeedProducer::matcherConfiguration_
const TrajSeedMatcher::Configuration matcherConfiguration_
Definition: ElectronNHitSeedProducer.cc:47
ElectronNHitSeedProducer::trackerTopologyToken_
const edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > trackerTopologyToken_
Definition: ElectronNHitSeedProducer.cc:55
edm::InputTag
Definition: InputTag.h:15
muonDTDigis_cfi.pset
pset
Definition: muonDTDigis_cfi.py:27
ElectronNHitSeedProducer::verticesToken_
const edm::EDGetTokenT< std::vector< reco::Vertex > > verticesToken_
Definition: ElectronNHitSeedProducer.cc:51