CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
NuclearInteractionEDProducer.h
Go to the documentation of this file.
1 #ifndef CD_NuclearInteractionEDProducer_H_
2 #define CD_NuclearInteractionEDProducer_H_
3 // -*- C++ -*-
4 //
5 // Package: NuclearAssociatonMapEDProducer
6 // Class: NuclearInteractionEDProducer
7 //
15 //
16 // Original Author: Vincent ROBERFROID
17 // Created: Fri Aug 10 12:05:36 CET 2007
18 // $Id: NuclearInteractionEDProducer.h,v 1.10 2010/01/21 10:53:40 adamwo Exp $
19 //
20 //
21 
22 
23 // system include files
24 #include <memory>
25 
26 // user include files
31 
34 
36 
38 
43 
45 
47 class NuclearLikelihood;
48 
50 
51 public:
53 
56 
57  private:
58  virtual void beginJob() ;
59  virtual void produce(edm::Event&, const edm::EventSetup&);
60  virtual void endJob();
61 
62  bool isInside( const reco::TrackRef& track, const TrajectorySeedRefVector& seeds);
64  const edm::Handle<reco::TrackCollection>& additionalSecTracks);
65 
66  // ----------member data ---------------------------
68  std::string primaryProducer_;
69  std::string seedsProducer_;
70  std::string secondaryProducer_;
72 
73  std::auto_ptr< NuclearVertexBuilder > vertexBuilder;
74  std::auto_ptr< NuclearLikelihood > likelihoodCalculator;
75 
78 
79 };
80 
81 void print(std::ostringstream& str, const reco::NuclearInteraction& nucl, const std::auto_ptr< NuclearVertexBuilder >& builder);
82 #endif
virtual void produce(edm::Event &, const edm::EventSetup &)
bool isInside(const reco::TrackRef &track, const TrajectorySeedRefVector &seeds)
edm::ESWatcher< TransientTrackRecord > transientTrackWatcher_
NuclearInteractionEDProducer(const edm::ParameterSet &)
std::string print(const Track &, edm::Verbosity=edm::Concise)
Track print utility.
Definition: print.cc:8
void findAdditionalSecondaryTracks(reco::NuclearInteraction &nucl, const edm::Handle< reco::TrackCollection > &additionalSecTracks)
edm::ESWatcher< IdealMagneticFieldRecord > magFieldWatcher_
std::auto_ptr< NuclearLikelihood > likelihoodCalculator
edm::RefVector< TrajectorySeedCollection > TrajectorySeedRefVector
std::auto_ptr< NuclearVertexBuilder > vertexBuilder