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 //
14 
19 
26 
28 
31 
32 namespace reco {
33  class BeamSpot;
34 }
35 
36 //--------------------------------------------------
37 //Added by D. Giordano
38 // 2011/08/05
39 // Reduction of the track sample based on geometric hypothesis for conversion tracks
41 //--------------------------------------------------
42 
44  {
45 
47  reco::GsfTrackCollection,unsigned short> >
49 
50  public:
51 
53 
54  virtual ~ConversionTrackProducer();
55 
56  virtual void produce(edm::Event& e, const edm::EventSetup& c);
57 
58  private:
59 
61 
71 
72  //--------------------------------------------------
73  //Added by D. Giordano
74  // 2011/08/05
75  // Reduction of the track sample based on geometric hypothesis for conversion tracks
76 
79  double minConvRadius;
81  //--------------------------------------------------
82 
83  std::auto_ptr<reco::ConversionTrackCollection> outputTrks;
84  };
85 #endif
virtual void produce(edm::Event &e, const edm::EventSetup &c)
edm::EDGetTokenT< edm::View< reco::Track > > genericTracks
edm::EDGetTokenT< TrajTrackAssociationCollection > kfTrajectories
ConversionTrackProducer(const edm::ParameterSet &conf)
edm::AssociationMap< edm::OneToOne< std::vector< Trajectory >, reco::GsfTrackCollection, unsigned short > > TrajGsfTrackAssociationCollection
std::vector< GsfTrack > GsfTrackCollection
collection of GsfTracks
Definition: GsfTrackFwd.h:9
std::auto_ptr< reco::ConversionTrackCollection > outputTrks
tuple conf
Definition: dbtoconf.py:185
IdealHelixParameters ConvTrackPreSelector
edm::EDGetTokenT< reco::BeamSpot > beamSpotInputTag
edm::EDGetTokenT< TrajGsfTrackAssociationCollection > gsfTrajectories