14 #ifndef L1_TRACK_TRIGGER_CLUSTER_BUILDER_H 15 #define L1_TRACK_TRIGGER_CLUSTER_BUILDER_H 53 std::vector<edm::EDGetTokenT<edm::DetSetVector<Phase2TrackerDigi> > >
rawHitTokens;
80 std::vector<edm::InputTag> rawHitInputTags = iConfig.
getParameter<std::vector<edm::InputTag> >(
"rawHits");
81 for (
auto it = rawHitInputTags.begin(); it != rawHitInputTags.end(); ++it) {
85 produces<edmNew::DetSetVector<TTCluster<T> > >(
"ClusterInclusive");
100 template <
typename T>
T getParameter(std::string const &) const
Plugin to load the Clustering algorithm and produce the collection of Clusters that goes in the event...
void endRun(const edm::Run &run, const edm::EventSetup &iSetup) override
End run.
void RetrieveRawHits(std::map< DetId, std::vector< T > > &mRawHits, const edm::Event &iEvent)
Get hits.
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
void beginRun(const edm::Run &run, const edm::EventSetup &iSetup) override
Mandatory methods.
void produce(edm::Event &iEvent, const edm::EventSetup &iSetup) override
unsigned int ADCThreshold
TTClusterBuilder(const edm::ParameterSet &iConfig)
Constructors.
~TTClusterBuilder() override
Destructor.
std::vector< edm::EDGetTokenT< edm::DetSetVector< Phase2TrackerDigi > > > rawHitTokens
Class to store the TTClusterAlgorithm used in TTClusterBuilder.
edm::ESHandle< TTClusterAlgorithm< T > > theClusterFindingAlgoHandle
Data members.