CMS 3D CMS Logo

SiStripClusterizer.h
Go to the documentation of this file.
1 #ifndef RecoLocalTracker_SiStripClusterizer_h
2 #define RecoLocalTracker_SiStripClusterizer_h
3 
9 
10 #include <vector>
11 #include <memory>
12 
14 public:
15  explicit SiStripClusterizer(const edm::ParameterSet& conf);
16  void produce(edm::Event&, const edm::EventSetup&) override;
17 
18 private:
19  template <class T>
21  const std::vector<edm::InputTag> inputTags;
22  std::unique_ptr<StripClusterizerAlgorithm> algorithm;
24  typedef std::vector<token_t> token_v;
26 };
27 
28 #endif
SiStripClusterizer(const edm::ParameterSet &conf)
bool findInput(const edm::EDGetTokenT< T > &, edm::Handle< T > &, const edm::Event &)
std::unique_ptr< StripClusterizerAlgorithm > algorithm
const std::vector< edm::InputTag > inputTags
std::vector< token_t > token_v
void produce(edm::Event &, const edm::EventSetup &) override
edm::EDGetTokenT< edm::DetSetVector< SiStripDigi > > token_t