CMS 3D CMS Logo

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

Public Member Functions

 LCToSimTSAssociatorEDProducer (const edm::ParameterSet &)
 
 ~LCToSimTSAssociatorEDProducer () override
 
- Public Member Functions inherited from edm::global::EDProducer<>
 EDProducer ()=default
 
 EDProducer (const EDProducer &)=delete
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginProcessBlocks () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndProcessBlocks () const final
 
bool hasAbilityToProduceInEndRuns () const final
 
EDProduceroperator= (const EDProducer &)=delete
 
bool wantsGlobalLuminosityBlocks () const noexcept final
 
bool wantsGlobalRuns () const noexcept final
 
bool wantsInputProcessBlocks () const noexcept final
 
bool wantsProcessBlocks () const noexcept final
 
bool wantsStreamLuminosityBlocks () const noexcept final
 
bool wantsStreamRuns () const noexcept 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 const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESResolverIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESResolverIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (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::array< std::vector< ModuleDescription const *> *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, 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
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProductResolverIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Member Functions

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

Private Attributes

edm::EDGetTokenT< ticl::SimToRecoCollectionassociationMapCPToLCToken_
 
edm::EDGetTokenT< ticl::RecoToSimCollectionassociationMapLCToCPToken_
 
edm::EDGetTokenT< ticl::RecoToSimCollectionWithSimClustersassociationMapLCToSCToken_
 
edm::EDGetTokenT< ticl::SimToRecoCollectionWithSimClustersassociationMapSCToLCToken_
 
edm::InputTag associatorCP_
 
edm::InputTag associatorSC_
 
edm::EDGetTokenT< ticl::LayerClusterToSimTracksterAssociatorassociatorToken_
 
edm::EDGetTokenT< CaloParticleCollectionCPCollectionToken_
 
edm::EDGetTokenT< reco::CaloClusterCollectionLCCollectionToken_
 
edm::EDGetTokenT< SimClusterCollectionSCCollectionToken_
 
edm::EDGetTokenT< ticl::TracksterCollectionSimTSCollectionToken_
 

Additional Inherited Members

- Public Types inherited from edm::global::EDProducerBase
typedef EDProducerBase ModuleType
 
- Public Types inherited from edm::ProducerBase
template<typename T >
using BranchAliasSetterT = ProductRegistryHelper::BranchAliasSetterT< T >
 
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<Transition Tr = Transition::Event>
auto produces (std::string instanceName) noexcept
 declare what type of product will make and with which optional label More...
 
template<Transition B>
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)
 
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 ()
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces ()
 
template<class ProductType >
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces ()
 
template<Transition Tr = Transition::Event>
auto produces () noexcept
 
ProducesCollector producesCollector ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< Bconsumes (edm::InputTag tag) noexcept
 
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes ()
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag)
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
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)
 
void resetItemsToGetFrom (BranchType iType)
 

Detailed Description

Definition at line 33 of file LCToSimTSAssociatorEDProducer.cc.

Constructor & Destructor Documentation

◆ LCToSimTSAssociatorEDProducer()

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

Definition at line 56 of file LCToSimTSAssociatorEDProducer.cc.

57  : LCCollectionToken_(consumes<reco::CaloClusterCollection>(pset.getParameter<edm::InputTag>("label_lc"))),
58  SimTSCollectionToken_(consumes<ticl::TracksterCollection>(pset.getParameter<edm::InputTag>("label_simTst"))),
60  consumes<ticl::LayerClusterToSimTracksterAssociator>(pset.getParameter<edm::InputTag>("associator"))),
61  CPCollectionToken_(consumes<CaloParticleCollection>(pset.getParameter<edm::InputTag>("label_cp"))),
62  associatorCP_(pset.getParameter<edm::InputTag>("associator_cp")),
63  associationMapLCToCPToken_(consumes<ticl::RecoToSimCollection>(associatorCP_)),
64  associationMapCPToLCToken_(consumes<ticl::SimToRecoCollection>(associatorCP_)),
65  SCCollectionToken_(consumes<SimClusterCollection>(pset.getParameter<edm::InputTag>("label_scl"))),
66  associatorSC_(pset.getParameter<edm::InputTag>("associator_sc")),
67  associationMapLCToSCToken_(consumes<ticl::RecoToSimCollectionWithSimClusters>(associatorSC_)),
68  associationMapSCToLCToken_(consumes<ticl::SimToRecoCollectionWithSimClusters>(associatorSC_)) {
69  produces<ticl::SimTracksterToRecoCollection>();
70  produces<ticl::RecoToSimTracksterCollection>();
71 }
edm::EDGetTokenT< ticl::RecoToSimCollection > associationMapLCToCPToken_
edm::EDGetTokenT< ticl::TracksterCollection > SimTSCollectionToken_
edm::EDGetTokenT< ticl::SimToRecoCollectionWithSimClusters > associationMapSCToLCToken_
edm::EDGetTokenT< ticl::SimToRecoCollection > associationMapCPToLCToken_
edm::EDGetTokenT< ticl::RecoToSimCollectionWithSimClusters > associationMapLCToSCToken_
edm::EDGetTokenT< ticl::LayerClusterToSimTracksterAssociator > associatorToken_
edm::EDGetTokenT< SimClusterCollection > SCCollectionToken_
edm::EDGetTokenT< reco::CaloClusterCollection > LCCollectionToken_
edm::EDGetTokenT< CaloParticleCollection > CPCollectionToken_

◆ ~LCToSimTSAssociatorEDProducer()

LCToSimTSAssociatorEDProducer::~LCToSimTSAssociatorEDProducer ( )
override

Definition at line 73 of file LCToSimTSAssociatorEDProducer.cc.

73 {}

Member Function Documentation

◆ produce()

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

Implements edm::global::EDProducerBase.

Definition at line 80 of file LCToSimTSAssociatorEDProducer.cc.

References ticl::LayerClusterToSimTracksterAssociator::associateRecoToSim(), ticl::LayerClusterToSimTracksterAssociator::associateSimToReco(), associationMapCPToLCToken_, associationMapLCToCPToken_, associationMapLCToSCToken_, associationMapSCToLCToken_, associatorToken_, CPCollectionToken_, iEvent, LCCollectionToken_, LogTrace, eostools::move(), SCCollectionToken_, SimTSCollectionToken_, and str.

80  {
81  using namespace edm;
82 
84  iEvent.getByToken(associatorToken_, theAssociator);
85 
87  iEvent.getByToken(LCCollectionToken_, LCCollection);
88 
89  Handle<ticl::TracksterCollection> SimTSCollection;
90  iEvent.getByToken(SimTSCollectionToken_, SimTSCollection);
91 
92  Handle<CaloParticleCollection> CPCollection;
93  iEvent.getByToken(CPCollectionToken_, CPCollection);
94  const auto &LCToCPsColl = iEvent.get(associationMapLCToCPToken_);
95  const auto &CPToLCsColl = iEvent.get(associationMapCPToLCToken_);
96 
97  Handle<SimClusterCollection> SCCollection;
98  iEvent.getByToken(SCCollectionToken_, SCCollection);
99  const auto &LCToSCsColl = iEvent.get(associationMapLCToSCToken_);
100  const auto &SCToLCsColl = iEvent.get(associationMapSCToLCToken_);
101 
102  // associate LC and SimTS
103  LogTrace("AssociatorValidator") << "Calling associateRecoToSim method\n";
104  ticl::RecoToSimTracksterCollection recSimColl = theAssociator->associateRecoToSim(
105  LCCollection, SimTSCollection, CPCollection, LCToCPsColl, SCCollection, LCToSCsColl);
106 
107  LogTrace("AssociatorValidator") << "Calling associateSimToReco method\n";
108  ticl::SimTracksterToRecoCollection simRecColl = theAssociator->associateSimToReco(
109  LCCollection, SimTSCollection, CPCollection, CPToLCsColl, SCCollection, SCToLCsColl);
110 
111  auto rts = std::make_unique<ticl::RecoToSimTracksterCollection>(recSimColl);
112  auto str = std::make_unique<ticl::SimTracksterToRecoCollection>(simRecColl);
113 
114  iEvent.put(std::move(rts));
115  iEvent.put(std::move(str));
116 }
edm::EDGetTokenT< ticl::RecoToSimCollection > associationMapLCToCPToken_
edm::EDGetTokenT< ticl::TracksterCollection > SimTSCollectionToken_
ticl::SimTracksterToRecoCollection associateSimToReco(const edm::Handle< reco::CaloClusterCollection > &cCCH, const edm::Handle< ticl::TracksterCollection > &sTCH, const edm::Handle< CaloParticleCollection > &cPCH, const ticl::SimToRecoCollection &cpToLCs, const edm::Handle< SimClusterCollection > &sCCH, const ticl::SimToRecoCollectionWithSimClusters &sCToLCs) const
Associate a SimTrackster to LayerClusters.
edm::EDGetTokenT< ticl::SimToRecoCollectionWithSimClusters > associationMapSCToLCToken_
edm::EDGetTokenT< ticl::SimToRecoCollection > associationMapCPToLCToken_
edm::EDGetTokenT< ticl::RecoToSimCollectionWithSimClusters > associationMapLCToSCToken_
edm::EDGetTokenT< ticl::LayerClusterToSimTracksterAssociator > associatorToken_
#define LogTrace(id)
int iEvent
Definition: GenABIO.cc:224
edm::EDGetTokenT< SimClusterCollection > SCCollectionToken_
ticl::RecoToSimTracksterCollection associateRecoToSim(const edm::Handle< reco::CaloClusterCollection > &cCCH, const edm::Handle< ticl::TracksterCollection > &stCH, const edm::Handle< CaloParticleCollection > &cPCH, const ticl::RecoToSimCollection &lCToCPs, const edm::Handle< SimClusterCollection > &sCCH, const ticl::RecoToSimCollectionWithSimClusters &lCToSCs) const
Associate a LayerCluster to SimTracksters.
edm::EDGetTokenT< reco::CaloClusterCollection > LCCollectionToken_
HLT enums.
#define str(s)
def move(src, dest)
Definition: eostools.py:511
edm::EDGetTokenT< CaloParticleCollection > CPCollectionToken_

Member Data Documentation

◆ associationMapCPToLCToken_

edm::EDGetTokenT<ticl::SimToRecoCollection> LCToSimTSAssociatorEDProducer::associationMapCPToLCToken_
private

Definition at line 48 of file LCToSimTSAssociatorEDProducer.cc.

Referenced by produce().

◆ associationMapLCToCPToken_

edm::EDGetTokenT<ticl::RecoToSimCollection> LCToSimTSAssociatorEDProducer::associationMapLCToCPToken_
private

Definition at line 47 of file LCToSimTSAssociatorEDProducer.cc.

Referenced by produce().

◆ associationMapLCToSCToken_

edm::EDGetTokenT<ticl::RecoToSimCollectionWithSimClusters> LCToSimTSAssociatorEDProducer::associationMapLCToSCToken_
private

Definition at line 52 of file LCToSimTSAssociatorEDProducer.cc.

Referenced by produce().

◆ associationMapSCToLCToken_

edm::EDGetTokenT<ticl::SimToRecoCollectionWithSimClusters> LCToSimTSAssociatorEDProducer::associationMapSCToLCToken_
private

Definition at line 53 of file LCToSimTSAssociatorEDProducer.cc.

Referenced by produce().

◆ associatorCP_

edm::InputTag LCToSimTSAssociatorEDProducer::associatorCP_
private

Definition at line 46 of file LCToSimTSAssociatorEDProducer.cc.

◆ associatorSC_

edm::InputTag LCToSimTSAssociatorEDProducer::associatorSC_
private

Definition at line 51 of file LCToSimTSAssociatorEDProducer.cc.

◆ associatorToken_

edm::EDGetTokenT<ticl::LayerClusterToSimTracksterAssociator> LCToSimTSAssociatorEDProducer::associatorToken_
private

Definition at line 43 of file LCToSimTSAssociatorEDProducer.cc.

Referenced by produce().

◆ CPCollectionToken_

edm::EDGetTokenT<CaloParticleCollection> LCToSimTSAssociatorEDProducer::CPCollectionToken_
private

Definition at line 45 of file LCToSimTSAssociatorEDProducer.cc.

Referenced by produce().

◆ LCCollectionToken_

edm::EDGetTokenT<reco::CaloClusterCollection> LCToSimTSAssociatorEDProducer::LCCollectionToken_
private

Definition at line 41 of file LCToSimTSAssociatorEDProducer.cc.

Referenced by produce().

◆ SCCollectionToken_

edm::EDGetTokenT<SimClusterCollection> LCToSimTSAssociatorEDProducer::SCCollectionToken_
private

Definition at line 50 of file LCToSimTSAssociatorEDProducer.cc.

Referenced by produce().

◆ SimTSCollectionToken_

edm::EDGetTokenT<ticl::TracksterCollection> LCToSimTSAssociatorEDProducer::SimTSCollectionToken_
private

Definition at line 42 of file LCToSimTSAssociatorEDProducer.cc.

Referenced by produce().