DefaultReconstructedParticleMaker



DefaultReconstructedParticleMaker

namespace: Atlfast

class: DefaultReconstructedParticleMaker

Author: Atlfast Team

Description: Makes Atlfast::ReconstructedParticles from Photons, Electrons and Muons and smears their four vectors


Input/Output: Inputs MCparticleCollection and Outputs Atlfast::ReconstructedParticleCollection.

jobOptions

Option
Type
Default Value
Description




DoSmearing
bool true Switch smearing On and Off
ParticleType
int 11 (ElectronMaker)
13 (MuonMaker)
22 (PhotonMaker)
PDG ID of particle type to be Reconstructed
MaximumEta
double 2.5 (ElectronMaker)
100 (MuonMaker)
2.5 (PhotonMaker)
Maximum Eta of Input Reconstructed particle
mcMinimumPt
double 0.0*GeV (ElectronMaker)
0.5*GeV (MuonMaker)
0.0*GeV (PhotonMaker)
Minimum pT of Input MC particle
MinimumPt
double 5.0*GeV (ElectronMaker)
6.0*GeV (MuonMaker)
5.0*GeV (PhotonMaker)
Minimum pT of Reconstructed particle
MuonSmearKey
int 3 Sets Muon Smearer
OutputLocation
std::string "/Event/AtlfastElectrons" (ElectronMaker)
"/Event/AtlfastMuons" (MuonMaker)
"/Event/AtlfastPhotons" (PhotonMaker)
StoreGate Key for output ParticleCollection
MC_eventLocation
std::string "/Event/McEventCollection" StoreGate Key for output ParticleCollection
mcMaximumEta
double 100 (ElectronMaker)
2.5 (MuonMaker)
100 (PhotonMaker)
Maximum Eta of Input MC particle


Implementation Details