CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ReducedESRecHitCollectionProducer.h
Go to the documentation of this file.
1 #ifndef _ReducedESRecHitCollectionProducer_H
2 #define _ReducedESRecHitCollectionProducer_H
3 
14 
15 #include <iostream>
16 #include <vector>
17 #include <string>
18 #include <map>
19 #include <set>
20 
24 
25  public :
26 
29  virtual void beginRun (edm::Run const&, const edm::EventSetup&) override final;
30  void produce(edm::Event & e, const edm::EventSetup& c);
31  void collectIds(const ESDetId strip1, const ESDetId strip2, const int & row=0);
32 
33  private :
34 
37 
38  double scEtThresh_;
39 
43  std::vector<edm::InputTag> interestingDetIdCollections_;
44 
45  std::set<DetId> collectedIds_;
46 
47 };
48 
49 #endif
50 
51 
virtual void beginRun(edm::Run const &, const edm::EventSetup &) overridefinal
void collectIds(const ESDetId strip1, const ESDetId strip2, const int &row=0)
std::vector< edm::InputTag > interestingDetIdCollections_
void produce(edm::Event &e, const edm::EventSetup &c)
ReducedESRecHitCollectionProducer(const edm::ParameterSet &pset)
Definition: Run.h:36