![]() |
ATLAS Offline Software
|
#include "Epos4.h"#include "AthenaKernel/RNGWrapper.h"#include "CLHEP/Random/RandFlat.h"#include "GaudiKernel/MsgStream.h"#include <xAODEventInfo/EventInfo.h>#include "AtlasHepMC/GenEvent.h"#include "AtlasHepMC/IO_GenEvent.h"#include "AtlasHepMC/HeavyIon.h"#include "AtlasHepMC/SimpleVector.h"#include "HepMC3/Print.h"#include <cstdlib>#include <cstring>#include <filesystem>#include <fstream>#include <iostream>#include <memory>Go to the source code of this file.
Classes | |
| struct | jobfnametype |
| class | HepMC3::WriterEPOS |
Namespaces | |
| namespace | HepMC3 |
Functions | |
| void | set_job_common (const char *filename) |
| void | checkTime () |
| void | defineStorageSettings () |
| void | initializeElectronProtonPart () |
| void | eposEnd () |
| void | eposStart () |
| void | finalizeSimulation () |
| void | generateEposEvent (int &) |
| void | listParticles (int &) |
| void | initializeEpos () |
| void | initializeEventCounters () |
| void | initializeHeavyQuarkPart () |
| int | numberOfEnergyValues () |
| int | numberOfEvents () |
| void | readInputFile () |
| void | rewindInputFile () |
| int | setEnergyIndex (int &) |
| void | showMemoryAtStart () |
| void | showMemoryAtEnd () |
| void | writeStatistics () |
Variables | |
| struct jobfnametype | jobfname_ |
| std::shared_ptr< HepMC3::Writer > | writer |
| void checkTime | ( | ) |
| void defineStorageSettings | ( | ) |
| void eposEnd | ( | ) |
| void eposStart | ( | ) |
| void finalizeSimulation | ( | ) |
| void generateEposEvent | ( | int & | ) |
| void initializeElectronProtonPart | ( | ) |
| void initializeEpos | ( | ) |
| void initializeEventCounters | ( | ) |
| void initializeHeavyQuarkPart | ( | ) |
| void listParticles | ( | int & | ) |
| int numberOfEnergyValues | ( | ) |
| int numberOfEvents | ( | ) |
| void readInputFile | ( | ) |
| void rewindInputFile | ( | ) |
| void set_job_common | ( | const char * | filename | ) |
| int setEnergyIndex | ( | int & | ) |
| void showMemoryAtEnd | ( | ) |
| void showMemoryAtStart | ( | ) |
| void writeStatistics | ( | ) |
|
extern |
|
extern |