1 #ifndef FastSimulation_Tracking_TrajectorySeedProducer_h
2 #define FastSimulation_Tracking_TrajectorySeedProducer_h
103 const std::vector<TrajectorySeedHitCandidate>& trackerRecHits,
104 const std::vector<int>& hitIndicesInTree,
157 const std::vector<TrajectorySeedHitCandidate>& trackerRecHits,
158 std::vector<int> hitIndicesInTree,
159 bool processSkippedHits
194 const std::vector<TrajectorySeedHitCandidate>& trackerRecHits,
195 std::vector<int>& hitIndicesInTree,
197 unsigned int trackerHit
bool passHitTuplesCuts(const SeedingNode< TrackingLayer > &seedingNode, const std::vector< TrajectorySeedHitCandidate > &trackerRecHits, const std::vector< int > &hitIndicesInTree, const TrajectorySeedHitCandidate ¤tTrackerHit) const
method checks if a TrajectorySeedHitCandidate fulfills the quality requirements.
tuple start
Check for commandline option errors.
const MagneticField * magneticField
bool compatibleWithBeamSpot(const GlobalPoint &gpos1, const GlobalPoint &gpos2, double error, bool forward) const
TrajectorySeedProducer(const edm::ParameterSet &conf)
virtual void produce(edm::Event &e, const edm::EventSetup &es)
std::vector< Vertex > VertexCollection
collection of Vertex objects
edm::EDGetTokenT< SiTrackerGSMatchedRecHit2DCollection > recHitToken
unsigned int getDepth() const
const reco::BeamSpot * beamSpot
std::vector< edm::EDGetTokenT< std::vector< unsigned int > > > skipSimTrackIdTokens
const SeedingNode * getParent() const
virtual ~TrajectorySeedProducer()
const TrackerTopology * trackerTopology
bool testPrimaryVertexCompatibility
const reco::VertexCollection * primaryVertices
virtual std::vector< unsigned int > iterateHits(unsigned int start, const std::vector< TrajectorySeedHitCandidate > &trackerRecHits, std::vector< int > hitIndicesInTree, bool processSkippedHits) const
method tries to insert all hits into the tree structure.
virtual void beginRun(edm::Run const &run, const edm::EventSetup &es)
edm::EDGetTokenT< edm::SimVertexContainer > simVertexToken
bool isHitOnLayer(const TrajectorySeedHitCandidate &trackerRecHit, const TrackingLayer &layer) const
bool pass2HitsCuts(const TrajectorySeedHitCandidate &hit1, const TrajectorySeedHitCandidate &hit2) const
edm::EDGetTokenT< edm::SimTrackContainer > simTrackToken
virtual bool passSimTrackQualityCuts(const SimTrack &theSimTrack, const SimVertex &theSimVertex) const
method checks if a SimTrack fulfills the quality requirements.
std::vector< std::vector< TrackingLayer > > seedingLayers
unsigned int minLayersCrossed
edm::EDGetTokenT< reco::VertexCollection > recoVertexToken
const TrackerGeometry * trackerGeometry
const SeedingNode< TrackingLayer > * insertHit(const std::vector< TrajectorySeedHitCandidate > &trackerRecHits, std::vector< int > &hitIndicesInTree, const SeedingNode< TrackingLayer > *node, unsigned int trackerHit) const
method inserts hit into the tree structure at an empty position.
std::shared_ptr< PropagatorWithMaterial > thePropagator
edm::EDGetTokenT< reco::BeamSpot > beamSpotToken
unsigned int getIndex() const
const TrackingLayer & getTrackingLayer() const
SeedingTree< TrackingLayer > _seedingTree
bool compatibleWithPrimaryVertex(const GlobalPoint &gpos1, const GlobalPoint &gpos2, double error, bool forward) const
const MagneticFieldMap * magneticFieldMap
bool testBeamspotCompatibility