CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripClusterizer.h
Go to the documentation of this file.
1 #ifndef RecoLocalTracker_SiStripClusterizer_h
2 #define RecoLocalTracker_SiStripClusterizer_h
3 
7 
9 
10 public:
11 
12  explicit SiStripClusterizer(const edm::ParameterSet& conf);
13  virtual void produce(edm::Event&, const edm::EventSetup&);
14 
15 private:
16 
17  template<class T> bool findInput(const edm::InputTag&, edm::Handle<T>&, const edm::Event&);
18  const std::vector<edm::InputTag> inputTags;
19  std::auto_ptr<StripClusterizerAlgorithm> algorithm;
20 
21 };
22 
23 #endif
SiStripClusterizer(const edm::ParameterSet &conf)
const std::vector< edm::InputTag > inputTags
virtual void produce(edm::Event &, const edm::EventSetup &)
tuple conf
Definition: dbtoconf.py:185
std::auto_ptr< StripClusterizerAlgorithm > algorithm
bool findInput(const edm::InputTag &, edm::Handle< T > &, const edm::Event &)