CMS 3D CMS Logo

PixelClusterSelectorTopBottom.h
Go to the documentation of this file.
1 #ifndef RecoSelectors_PixelClusterSelectorTopBottom_h
2 #define RecoSelectors_PixelClusterSelectorTopBottom_h
3 
4 /* \class PixelClusterSelectorTopBottom
5 *
6 * \author Giuseppe Cerati, INFN
7 *
8 *
9 */
10 
12 
17 
25 
27 public:
30  token_(consumes<SiPixelClusterCollectionNew>(cfg.getParameter<edm::InputTag>("label"))),
31  y_(cfg.getParameter<double>("y")) {
32  produces<SiPixelClusterCollectionNew>();
33  }
34 
35  void produce(edm::StreamID, edm::Event& event, const edm::EventSetup& setup) const override;
36 
37 private:
40  double y_;
41 };
42 
43 #endif
PixelClusterSelectorTopBottom(const edm::ParameterSet &cfg)
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
edm::EDGetTokenT< SiPixelClusterCollectionNew > token_
void produce(edm::StreamID, edm::Event &event, const edm::EventSetup &setup) const override
HLT enums.
edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > const tTrackerGeom_
Definition: event.py:1