CMS 3D CMS Logo

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

#include <RecoTracker/ConstraintProducerTest/src/MomentumConstraintProducer.cc>

Inheritance diagram for MomentumConstraintProducer:
edm::global::EDProducer<> edm::global::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 MomentumConstraintProducer (const edm::ParameterSet &)
 
 ~MomentumConstraintProducer () override=default
 
- 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)
 

Private Member Functions

void produce (edm::StreamID streamid, edm::Event &, const edm::EventSetup &) const override
 

Private Attributes

const double fixedmom_
 
const double fixedmomerr_
 
const edm::InputTag srcTag_
 
edm::EDGetTokenT< reco::TrackCollectionsrcToken_
 

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
 
- Static Public Member Functions inherited from edm::global::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- 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

Description: <one line="" class="" summary>="">

Implementation: <Notes on="" implementation>="">

Definition at line 40 of file MomentumConstraintProducer.cc.

Constructor & Destructor Documentation

◆ MomentumConstraintProducer()

MomentumConstraintProducer::MomentumConstraintProducer ( const edm::ParameterSet iConfig)
explicit

Definition at line 66 of file MomentumConstraintProducer.cc.

67  : srcTag_(iConfig.getParameter<edm::InputTag>("src")),
68  fixedmom_(iConfig.getParameter<double>("fixedMomentum")),
69  fixedmomerr_(iConfig.getParameter<double>("fixedMomentumError"))
70 
71 {
72  //register your products
73  produces<std::vector<MomentumConstraint>>();
74  produces<TrackMomConstraintAssociationCollection>();
75 
76  //now do what ever other initialization is needed
79 }

References edm::ConsumesCollector::consumes(), edm::EDConsumerBase::consumesCollector(), srcTag_, and srcToken_.

◆ ~MomentumConstraintProducer()

MomentumConstraintProducer::~MomentumConstraintProducer ( )
overridedefault

Member Function Documentation

◆ produce()

void MomentumConstraintProducer::produce ( edm::StreamID  streamid,
edm::Event iEvent,
const edm::EventSetup iSetup 
) const
overrideprivatevirtual

Implements edm::global::EDProducerBase.

Definition at line 86 of file MomentumConstraintProducer.cc.

88  {
89  using namespace edm;
90 
91  Handle<reco::TrackCollection> theTCollection;
92  iEvent.getByToken(srcToken_, theTCollection);
93 
94  edm::RefProd<std::vector<MomentumConstraint>> rPairs = iEvent.getRefBeforePut<std::vector<MomentumConstraint>>();
95 
96  std::unique_ptr<std::vector<MomentumConstraint>> pairs(new std::vector<MomentumConstraint>);
97  std::unique_ptr<TrackMomConstraintAssociationCollection> output(
98  new TrackMomConstraintAssociationCollection(theTCollection, rPairs));
99 
100  int index = 0;
101  for (reco::TrackCollection::const_iterator i = theTCollection->begin(); i != theTCollection->end(); i++) {
102  // MomentumConstraint tmp(10.,0.01) ;
103 
105  if (fixedmom_ < 0.0) {
107  }
108  pairs->push_back(tmp);
109  output->insert(reco::TrackRef(theTCollection, index), edm::Ref<std::vector<MomentumConstraint>>(rPairs, index));
110  index++;
111  }
112 
113  iEvent.put(std::move(pairs));
114  iEvent.put(std::move(output));
115 }

References fixedmom_, fixedmomerr_, mps_fire::i, iEvent, eostools::move(), convertSQLitetoXML_cfg::output, srcToken_, and createJobs::tmp.

Member Data Documentation

◆ fixedmom_

const double MomentumConstraintProducer::fixedmom_
private

Definition at line 50 of file MomentumConstraintProducer.cc.

Referenced by produce().

◆ fixedmomerr_

const double MomentumConstraintProducer::fixedmomerr_
private

Definition at line 51 of file MomentumConstraintProducer.cc.

Referenced by produce().

◆ srcTag_

const edm::InputTag MomentumConstraintProducer::srcTag_
private

Definition at line 49 of file MomentumConstraintProducer.cc.

Referenced by MomentumConstraintProducer().

◆ srcToken_

edm::EDGetTokenT<reco::TrackCollection> MomentumConstraintProducer::srcToken_
private

Definition at line 52 of file MomentumConstraintProducer.cc.

Referenced by MomentumConstraintProducer(), and produce().

edm::RefProd
Definition: EDProductfwd.h:25
MomentumConstraintProducer::fixedmomerr_
const double fixedmomerr_
Definition: MomentumConstraintProducer.cc:51
mps_fire.i
i
Definition: mps_fire.py:355
convertSQLitetoXML_cfg.output
output
Definition: convertSQLitetoXML_cfg.py:32
edm
HLT enums.
Definition: AlignableModifier.h:19
edm::EDConsumerBase::consumesCollector
ConsumesCollector consumesCollector()
Use a ConsumesCollector to gather consumes information from helper functions.
Definition: EDConsumerBase.cc:71
MomentumConstraintProducer::fixedmom_
const double fixedmom_
Definition: MomentumConstraintProducer.cc:50
createJobs.tmp
tmp
align.sh
Definition: createJobs.py:716
edm::Handle< reco::TrackCollection >
edm::Ref< TrackCollection >
MomentumConstraint
Definition: TrackConstraintAssociation.h:11
edm::ConsumesCollector::consumes
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
Definition: ConsumesCollector.h:49
iEvent
int iEvent
Definition: GenABIO.cc:224
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
eostools.move
def move(src, dest)
Definition: eostools.py:511
TrackMomConstraintAssociationCollection
edm::AssociationMap< edm::OneToOne< reco::TrackCollection, std::vector< MomentumConstraint > > > TrackMomConstraintAssociationCollection
Definition: TrackConstraintAssociation.h:24
AlignmentPI::index
index
Definition: AlignmentPayloadInspectorHelper.h:46
MomentumConstraintProducer::srcToken_
edm::EDGetTokenT< reco::TrackCollection > srcToken_
Definition: MomentumConstraintProducer.cc:52
edm::InputTag
Definition: InputTag.h:15
reco::TrackCollection
std::vector< Track > TrackCollection
collection of Tracks
Definition: TrackFwd.h:14
edm::ConsumesCollector
Definition: ConsumesCollector.h:39
MomentumConstraintProducer::srcTag_
const edm::InputTag srcTag_
Definition: MomentumConstraintProducer.cc:49