CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ClusterShapeTrajectoryFilterESProducer.h
Go to the documentation of this file.
1 #ifndef RecoPixelVertexing_PixelLowPtUtilities_ClusterShapeTrajectoryFilterESProducer_H
2 #define RecoPixelVertexing_PixelLowPtUtilities_ClusterShapeTrajectoryFilterESProducer_H
3 
4 
5 // -*- C++ -*-
6 //
7 // Package: ClusterShapeTrajectoryFilterESProducer
8 // Class: ClusterShapeTrajectoryFilterESProducer
9 //
17 //
18 // Original Author: Jean-Roch Vlimant
19 // Created: Fri Sep 28 18:07:52 CEST 2007
20 // $Id: ClusterShapeTrajectoryFilterESProducer.h,v 1.2 2009/02/26 15:07:47 sikler Exp $
21 //
22 //
23 
24 
25 // system include files
26 #include <memory>
27 #include "boost/shared_ptr.hpp"
28 
29 // user include files
32 
34 
35 //#include "RecoPixelVertexing/PixelLowPtUtilities/interface/ClusterShapeTrajectoryFilter.h"
36 
37 //class TrajectoryFilter;
39 
40 //
41 // class decleration
42 //
43 
45 {
46  public:
49 
50  typedef std::auto_ptr<TrajectoryFilter> ReturnType;
51 
53 
54  private:
55  std::string componentName;
56  std::string componentType;
58 };
59 
60 #endif
ReturnType produce(const TrajectoryFilter::Record &)