TrackMaker



namespace: Atlfast

class: TrackMaker

Author: Atlfast Team

Description: Creates tracks from HepMC::GenParticles and smears the 5 track parameters according to their flavour


Input/Output: Reads in a MCparticleCollections and output an Atlfast::TrackCollection

jobOptions

Option
Type
Default Value
Description




Bfield
double 2.0 Magnetic field strength
DoSmearing
bool true Switch to turn smearing on
McEtaMaximum
double 2.5 Maximum Eta of HepMC::Particle for it's track to be reconstructed
OutputLocation
std::string "/event/AtlfastTracks" StoreGate key for output Atlfast::TrackCollection
MC_eventLocation
std::string "/Event/McEventCollection" StoreGate key for input MC event
vtMaximum
double 3.0*cm Smearing Parameter
vlMaximum
double 40.0*cm Smearing Parameter
McPtMinimum
double 0.5*GeV Minimum pT of HepMC::Particle for it's track to be reconstructed


Implementation Details