ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FW::Pythia8Generator Class Reference

#include <acts/blob/master/Examples/Algorithms/GeneratorsPythia8/ACTFW/Generators/Pythia8ProcessGenerator.hpp>

+ Collaboration diagram for FW::Pythia8Generator:

Classes

struct  Config
 

Public Member Functions

 Pythia8Generator ()=delete
 
 Pythia8Generator (const Pythia8Generator &)=delete
 
 Pythia8Generator (Pythia8Generator &&)=delete
 
Pythia8Generatoroperator= (const Pythia8Generator &)=delete
 
Pythia8Generatoroperator= (Pythia8Generator &&other)=delete
 
 Pythia8Generator (const Config &cfg, Acts::Logging::Level lvl)
 
 ~Pythia8Generator ()
 
std::vector< SimVertexoperator() (RandomEngine &rng)
 

Static Public Member Functions

static std::function
< std::vector< SimVertex >
RandomEngine &)> 
makeFunction (const Config &cfg, Acts::Logging::Level lvl)
 

Private Member Functions

const Acts::Loggerlogger () const
 Private access to the logging instance.
 

Private Attributes

Config m_cfg
 
std::unique_ptr< const
Acts::Logger
m_logger
 
std::unique_ptr<::Pythia8::Pythia > m_pythia8
 
std::mutex m_pythia8Mutex
 

Detailed Description

Definition at line 26 of file Pythia8ProcessGenerator.hpp.

View newest version in sPHENIX GitHub at line 26 of file Pythia8ProcessGenerator.hpp

Constructor & Destructor Documentation

FW::Pythia8Generator::Pythia8Generator ( )
delete
FW::Pythia8Generator::Pythia8Generator ( const Pythia8Generator )
delete
FW::Pythia8Generator::Pythia8Generator ( Pythia8Generator &&  )
delete
FW::Pythia8Generator::~Pythia8Generator ( )

Definition at line 54 of file Pythia8ProcessGenerator.cpp.

View newest version in sPHENIX GitHub at line 54 of file Pythia8ProcessGenerator.cpp

Member Function Documentation

const Acts::Logger& FW::Pythia8Generator::logger ( ) const
inlineprivate

Private access to the logging instance.

Definition at line 56 of file Pythia8ProcessGenerator.hpp.

View newest version in sPHENIX GitHub at line 56 of file Pythia8ProcessGenerator.hpp

References m_logger.

std::function< std::vector< FW::SimVertex >FW::RandomEngine &)> FW::Pythia8Generator::makeFunction ( const Config cfg,
Acts::Logging::Level  lvl 
)
static

Definition at line 28 of file Pythia8ProcessGenerator.cpp.

View newest version in sPHENIX GitHub at line 28 of file Pythia8ProcessGenerator.cpp

std::vector< FW::SimVertex > FW::Pythia8Generator::operator() ( FW::RandomEngine rng)

Definition at line 56 of file Pythia8ProcessGenerator.cpp.

View newest version in sPHENIX GitHub at line 56 of file Pythia8ProcessGenerator.cpp

References Acts::units::_e, Acts::units::_GeV, Acts::units::_mm, ACTS_VERBOSE, particle, pdg, ActsFatras::Barcode::setParticle(), ActsFatras::Barcode::setVertexSecondary(), Acts::UnitConstants::u, and v.

+ Here is the call graph for this function:

Pythia8Generator& FW::Pythia8Generator::operator= ( const Pythia8Generator )
delete
Pythia8Generator& FW::Pythia8Generator::operator= ( Pythia8Generator &&  other)
delete

Member Data Documentation

Config FW::Pythia8Generator::m_cfg
private

Definition at line 58 of file Pythia8ProcessGenerator.hpp.

View newest version in sPHENIX GitHub at line 58 of file Pythia8ProcessGenerator.hpp

Referenced by Pythia8Generator().

std::unique_ptr<const Acts::Logger> FW::Pythia8Generator::m_logger
private

Definition at line 59 of file Pythia8ProcessGenerator.hpp.

View newest version in sPHENIX GitHub at line 59 of file Pythia8ProcessGenerator.hpp

Referenced by logger().

std::unique_ptr<::Pythia8::Pythia> FW::Pythia8Generator::m_pythia8
private

Definition at line 60 of file Pythia8ProcessGenerator.hpp.

View newest version in sPHENIX GitHub at line 60 of file Pythia8ProcessGenerator.hpp

Referenced by Pythia8Generator().

std::mutex FW::Pythia8Generator::m_pythia8Mutex
private

Definition at line 61 of file Pythia8ProcessGenerator.hpp.

View newest version in sPHENIX GitHub at line 61 of file Pythia8ProcessGenerator.hpp


The documentation for this class was generated from the following files: