JetMaker



namespace: Atlfast

class: JetMaker

Author: Atlfast Team

Description: Reads clusters and muons from TDS and makes flavour-tagged, smeared Jets from them. Also calculates the Missing momentum from the unused cells and clusters


Input/Output: Reads in Atlfast::Clusters, nonIsolated Muons and unused Atlfast::Cells ouputs Atlfast::Jets and Atlfast::MissingMomentum

jobOptions

Option
Type
Default Value
Description




tauMaxDeltaR
double 0.3 Something to do with tau-jet-tagging
cMaxDeltaR
double 0.2 Something to do with c-jet-tagging
cPtMin
double 5.0*GeV Something to do with c-jet-tagging
bPtMin
double 5.0 Something to do with b-jet-tagging
MuonLocation
std::string "/Event/AtlfastNonIsolatedMuons" StoreGate key for input nonIsolated Atlfast Muons
bMaxDeltaR
double 0.2 Something to do with b-jet-tagging
UnusedCellLocation
std::string "/Event/AtlfastUnusedCells" StoreGate key for input unused Atlfast::Cells
tauPtMin
double 10.0*GeV Something to do with tau-jet-tagging
MissingMomentumLocation
std::string "/Event/AtlfastMissingMomentum" StoreGate key for output Atlfast::Missing momentum
DoSmearing
bool true flag to swithc smearing on
etaTagMax
double 2.5 Something to do with tau-jet-tagging
tauJetPtRatio
double 0.9 Something to do with tau-jet-tagging
MinimumPT
double 10.0*GeV Minimum transverse momentum for a jet
OutputLocation
std::string "/Event/AtlfastJets" StoreGate key for output Atlfast::Jets
InputLocation
std::string "/Event/AtlfastClusters" StoreGate key for input Atlfast::Clusters
RconeF
double 0.4 radius of cone to cluster Atlfast::Clusters in Forward region
MaximumEta
double 5.0 Maximum eta for a jet
RconeB
double 0.4 radius of cone to cluster Atlfast::Clusters in Barrel region


Implementation Details