CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ConversionTrackProducer.h
Go to the documentation of this file.
1 #ifndef ConversionTrackProducer_h
2 #define ConversionTrackProducer_h
3 
4 //
5 // Package: RecoTracker/FinalTrackSelectors
6 // Class: ConversionTrackProducer
7 //
8 // Description: Hit Dumper
9 //
10 // Original Author: Steve Wagner, stevew@pizero.colorado.edu
11 // Created: Sat Jan 14 22:00:00 UTC 2006
12 //
13 // $Author: giordano $
14 // $Date: 2011/08/05 19:45:49 $
15 // $Revision: 1.4 $
16 //
17 
22 
29 
31 
32 
33 //--------------------------------------------------
34 //Added by D. Giordano
35 // 2011/08/05
36 // Reduction of the track sample based on geometric hypothesis for conversion tracks
38 //--------------------------------------------------
39 
41  {
42 
43  public:
44 
46 
47  virtual ~ConversionTrackProducer();
48 
49  virtual void produce(edm::Event& e, const edm::EventSetup& c);
50 
51  private:
52 
54 
61 
62  //--------------------------------------------------
63  //Added by D. Giordano
64  // 2011/08/05
65  // Reduction of the track sample based on geometric hypothesis for conversion tracks
66 
69  double minConvRadius;
71  //--------------------------------------------------
72 
73  std::auto_ptr<reco::ConversionTrackCollection> outputTrks;
74  };
75 #endif
virtual void produce(edm::Event &e, const edm::EventSetup &c)
ConversionTrackProducer(const edm::ParameterSet &conf)
std::auto_ptr< reco::ConversionTrackCollection > outputTrks
tuple conf
Definition: dbtoconf.py:185
IdealHelixParameters ConvTrackPreSelector