CMS 3D CMS Logo

ClusterShapeHitFilterESProducer.h
Go to the documentation of this file.
1 #ifndef RecoPixelVertexing_PixelLowPtUtilities_ClusterShapeHitFilterESProducer_H
2 #define RecoPixelVertexing_PixelLowPtUtilities_ClusterShapeHitFilterESProducer_H
3 
4 
5 // -*- C++ -*-
6 //
7 // Package: ClusterShapeHitFilterESProducer
8 // Class: ClusterShapeHitFilterESProducer
9 //
18 //
19 // Original Author: Jean-Roch Vlimant
20 // Created: Fri Sep 28 18:07:52 CEST 2007
21 //
22 //
23 
24 
25 // system include files
26 #include <memory>
27 
28 // user include files
31 
33 
35 
36 //
37 // class decleration
38 //
39 
41 {
42  public:
45 
46  typedef std::unique_ptr<ClusterShapeHitFilter> ReturnType;
47  ReturnType produce(const ClusterShapeHitFilter::Record &);
48 
49  private:
55 };
56 
57 #endif
ClusterShapeHitFilterESProducer(const edm::ParameterSet &)
ReturnType produce(const ClusterShapeHitFilter::Record &)
std::unique_ptr< ClusterShapeHitFilter > ReturnType