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 
24 
26 public:
29  token_(consumes<SiPixelClusterCollectionNew>(cfg.getParameter<edm::InputTag>("label"))),
30  y_(cfg.getParameter<double>("y")) {
31  produces<SiPixelClusterCollectionNew>();
32  }
33 
34  void produce(edm::StreamID, edm::Event& event, const edm::EventSetup& setup) const override;
35 
36 private:
39  double y_;
40 };
41 
42 #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