CellMaker



namespace: Atlfast

class: CellMaker

Author: Atlfast Team

Description: Reads HepMC::Event information form the TDS and creates a calorimeter simulation of their energy deposits. This results in a collection of hit Cell entities to be written to the TDS


Input/Output: Reads in a MCparticleCollection from the TDS and outputs an Atlfast::CellCollection.

jobOptions

Option
Type
Default Value
Description




FastShower
bool false Perform Cell level smearing. If set to true make sure JetMaker.DoSmearing is false. Note: Cell smearing not yet implemented in atlfast.
GranBarrelPhi
double 0.1 Granularity of the Barrel calorimter in Phi
GranBarrelEta
double 0.1 Granularity of the Barrel calorimter in Eta
OutputLocation
std::string "/Event/McEventCollection" StoreGate Key for input MC event
InputLocation
std::string "/Event/AtlfastCells" StoreGate Key for output Atlfast::CellCollection
EtaCoverage
double 5.0 Eta Coverage of Calorimeter
MinETCell
double 0.0*GeV Minimum eT of Cell to count as "hit"
GranForwardPhi
double 0.2 Granularity of the Forward calorimter in Phi
GranForwardEta
double 0.2 Granularity of the Forward calorimter in Eta


Implementation Details

lots of implementation goes here!