Go to the documentation of this file.
14 #ifndef L1_TRACK_TRIGGER_STUB_ASSOCIATOR_H
15 #define L1_TRACK_TRIGGER_STUB_ASSOCIATOR_H
60 std::vector<edm::EDGetTokenT<edmNew::DetSetVector<TTStub<T> > > >
ttStubsTokens_;
83 ttStubsInputTags_ = iConfig.
getParameter<std::vector<edm::InputTag> >(
"TTStubs");
84 ttClusterTruthInputTags_ = iConfig.
getParameter<std::vector<edm::InputTag> >(
"TTClusterTruth");
86 for (
const auto& iTag : ttClusterTruthInputTags_) {
90 for (
const auto& iTag : ttStubsInputTags_) {
93 produces<TTStubAssociationMap<T> >(iTag.instance());
102 template <
typename T>
105 edm::LogInfo(
"TTStubAssociator< ") << templateNameFinder<T>() <<
" > loaded.";
112 template <
typename T>
Stores association of Truth Particles (TP) to L1 Track-Trigger Clusters.
TTStubAssociator(const edm::ParameterSet &iConfig)
Constructors.
~TTStubAssociator() override
Destructor.
void beginRun(const edm::Run &run, const edm::EventSetup &iSetup) override
Mandatory methods.
void endRun(const edm::Run &run, const edm::EventSetup &iSetup) override
End run.
Log< level::Info, false > LogInfo
Plugin to create the MC truth for TTStubs.
std::vector< edm::InputTag > ttClusterTruthInputTags_
Class to store the L1 Track Trigger stubs.
std::vector< edm::EDGetTokenT< edmNew::DetSetVector< TTStub< T > > > > ttStubsTokens_
edm::ESHandle< TrackerGeometry > theTrackerGeometry_
std::vector< edm::InputTag > ttStubsInputTags_
Data members.
edm::ESHandle< TrackerTopology > theTrackerTopology_
T getParameter(std::string const &) const
std::vector< edm::EDGetTokenT< TTClusterAssociationMap< T > > > ttClusterTruthTokens_
void produce(edm::Event &iEvent, const edm::EventSetup &iSetup) override