CMS 3D CMS Logo

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 //
19 //
20 
21 
22 // system include files
23 #include <memory>
24 
25 // user include files
30 
33 
35 
37 
43 
45 
47 class NuclearLikelihood;
48 
50 
51 public:
53 
56 
57  private:
58  void produce(edm::Event&, const edm::EventSetup&) override;
59 
60  static bool isInside( const reco::TrackRef& track, const TrajectorySeedRefVector& seeds);
62  const edm::Handle<reco::TrackCollection>& additionalSecTracks) const;
63 
64  // ----------member data ---------------------------
72 
73  std::unique_ptr< NuclearVertexBuilder > vertexBuilder;
74  std::unique_ptr< NuclearLikelihood > likelihoodCalculator;
75 
78 
79 };
80 
81 #endif
std::unique_ptr< NuclearLikelihood > likelihoodCalculator
static bool isInside(const reco::TrackRef &track, const TrajectorySeedRefVector &seeds)
edm::ESWatcher< TransientTrackRecord > transientTrackWatcher_
NuclearInteractionEDProducer(const edm::ParameterSet &)
edm::EDGetTokenT< reco::TrackCollection > token_additionalSecTracks
void produce(edm::Event &, const edm::EventSetup &) override
edm::EDGetTokenT< TrajTrackAssociationCollection > token_refMapH
std::unique_ptr< NuclearVertexBuilder > vertexBuilder
edm::EDGetTokenT< TrajectoryCollection > token_primaryTrajectory
void findAdditionalSecondaryTracks(reco::NuclearInteraction &nucl, const edm::Handle< reco::TrackCollection > &additionalSecTracks) const
edm::ESWatcher< IdealMagneticFieldRecord > magFieldWatcher_
edm::EDGetTokenT< reco::TrackCollection > token_secondaryTrack
edm::RefVector< TrajectorySeedCollection > TrajectorySeedRefVector
edm::EDGetTokenT< reco::TrackCollection > token_primaryTrack
edm::EDGetTokenT< TrajectoryToSeedsMap > token_nuclMapH