Go to the documentation of this file. 1 #ifndef TRAJECTORYMANAGER_H
2 #define TRAJECTORYMANAGER_H
12 #include "Math/GenVector/AxisAngle.h"
83 std::map<double, PSimHit>& theHitMap,
127 std::map<double, PSimHit>& theHitMap,
PythiaDecays * myDecayEngine
void reconstruct(const TrackerTopology *tTopo, RandomEngineAndDistribution const *)
Does the real job.
void makePSimHits(const GeomDet *det, const TrajectoryStateOnSurface &ts, std::map< double, PSimHit > &theHitMap, int tkID, float el, float thick, int pID, const TrackerTopology *tTopo)
and there
void createPSimHits(const TrackerLayer &layer, const ParticlePropagator &P_before, std::map< double, PSimHit > &theHitMap, int trackID, int partID, const TrackerTopology *tTopo)
Create a vector of PSimHits.
void initializeTrackerGeometry(const TrackerGeometry *geomTracker)
Initialize the full Tracker Geometry.
const DetLayer * detLayer(const TrackerLayer &layer, float zpos) const
Returns the DetLayer pointer corresponding to the FAMOS layer.
void propagateToCalorimeters(ParticlePropagator &PP, int fsimi, RandomEngineAndDistribution const *)
Propagate the particle through the calorimeters.
void initializeRecoGeometry(const GeometricSearchTracker *geomSearchTracker, const TrackerInteractionGeometry *interactionGeometry, const MagneticFieldMap *aFieldMap)
Initialize the Reconstruction Geometry.
void moveAllDaughters(int fsimi, const Rotation &r, double rescale)
Move, rescale and rotate all daughters after propagation, material effects and decay of the mother.
const MagneticFieldMap * _theFieldMap
const GeometricSearchTracker * theGeomSearchTracker
const TrackerGeometry * theGeomTracker
ROOT::Math::AxisAngle Rotation
~TrajectoryManager()
Default Destructor.
std::pair< double, PSimHit > makeSinglePSimHit(const GeomDetUnit &det, const TrajectoryStateOnSurface &ts, int tkID, float el, float thick, int pID, const TrackerTopology *tTopo) const
and there
MaterialEffects * theMaterialEffects
TrajectoryManager()
Default Constructor.
const TrackerInteractionGeometry * _theGeometry
std::map< unsigned, std::map< double, PSimHit > > thePSimHits
TrajectoryStateOnSurface makeTrajectoryState(const DetLayer *layer, const ParticlePropagator &pp, const MagneticField *field) const
Teddy, you must put comments there.
void loadSimHits(edm::PSimHitContainer &c) const
std::vector< const DetLayer * > theLayerMap
const TrackerInteractionGeometry * theGeometry()
Returns the pointer to geometry.
bool propagateToLayer(ParticlePropagator &PP, unsigned layer)
std::vector< PSimHit > PSimHitContainer
void updateWithDaughters(ParticlePropagator &PP, int fsimi, RandomEngineAndDistribution const *)
Decay the particle and update the SimEvent with daughters.
void initializeLayerMap()
Initialize correspondence map between Famos interaction geometry and tracker reco geometry.