![]() |
Project
|
Public Types | |
Types used | |
using | Collisions = o2::aod::McCollisions |
using | Particles = o2::aod::StoredMcParticles_001 |
using | XSections = o2::aod::HepMCXSections |
using | PdfInfos = o2::aod::HepMCPdfInfos |
using | HeavyIons = o2::aod::HepMCHeavyIons |
using | InteractionSampler = o2::steer::InteractionSampler |
Public Member Functions | |
void | init (o2::framework::InitContext &) |
void | run (o2::framework::ProcessingContext &pc) |
Public Attributes | |
uint64_t | mTimeFrame = 0 |
InteractionSampler | mSampler |
Produced data | |
o2::framework::Produces< Collisions > | mCollisions |
o2::framework::Produces< Particles > | mParticles |
o2::framework::Produces< XSections > | mXSections |
o2::framework::Produces< PdfInfos > | mPdfInfos |
o2::framework::Produces< HeavyIons > | mHeavyIons |
Configurable parameters | |
Configurable< float > | IR |
Configurable< bool > | filt |
Configurable< uint64_t > | tfOffset {"tf-offset", 0, "Start TF counter from an offset"} |
Definition at line 21 of file o2sim_mctracks_to_aod.cxx.
Definition at line 24 of file o2sim_mctracks_to_aod.cxx.
using MctracksToAod::HeavyIons = o2::aod::HepMCHeavyIons |
Definition at line 29 of file o2sim_mctracks_to_aod.cxx.
Definition at line 30 of file o2sim_mctracks_to_aod.cxx.
using MctracksToAod::Particles = o2::aod::StoredMcParticles_001 |
Definition at line 26 of file o2sim_mctracks_to_aod.cxx.
using MctracksToAod::PdfInfos = o2::aod::HepMCPdfInfos |
Definition at line 28 of file o2sim_mctracks_to_aod.cxx.
using MctracksToAod::XSections = o2::aod::HepMCXSections |
Definition at line 27 of file o2sim_mctracks_to_aod.cxx.
|
inline |
Initialize
Definition at line 61 of file o2sim_mctracks_to_aod.cxx.
|
inline |
Run the conversion
Definition at line 71 of file o2sim_mctracks_to_aod.cxx.
Configurable<bool> MctracksToAod::filt |
Definition at line 50 of file o2sim_mctracks_to_aod.cxx.
Configurable<float> MctracksToAod::IR |
Definition at line 48 of file o2sim_mctracks_to_aod.cxx.
o2::framework::Produces<Collisions> MctracksToAod::mCollisions |
Collision header
Definition at line 36 of file o2sim_mctracks_to_aod.cxx.
o2::framework::Produces<HeavyIons> MctracksToAod::mHeavyIons |
Heavy-ion colllision information
Definition at line 44 of file o2sim_mctracks_to_aod.cxx.
o2::framework::Produces<Particles> MctracksToAod::mParticles |
Particles in collision
Definition at line 38 of file o2sim_mctracks_to_aod.cxx.
o2::framework::Produces<PdfInfos> MctracksToAod::mPdfInfos |
Parton-distribution-function information
Definition at line 42 of file o2sim_mctracks_to_aod.cxx.
InteractionSampler MctracksToAod::mSampler |
Interaction simulation
Definition at line 58 of file o2sim_mctracks_to_aod.cxx.
uint64_t MctracksToAod::mTimeFrame = 0 |
Number of timeframes
Definition at line 56 of file o2sim_mctracks_to_aod.cxx.
o2::framework::Produces<XSections> MctracksToAod::mXSections |
Cross-section information
Definition at line 40 of file o2sim_mctracks_to_aod.cxx.
Configurable<uint64_t> MctracksToAod::tfOffset {"tf-offset", 0, "Start TF counter from an offset"} |
Definition at line 52 of file o2sim_mctracks_to_aod.cxx.