|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef EVGENPRODTOOLS_SIMTIMEESTIMATE_H
8 #define EVGENPRODTOOLS_SIMTIMEESTIMATE_H
int m_particleNumber
Number of particles in one event.
std::vector< int > m_particleIDs
list holds all the particle IDs for one event
Algorithm to estimate the amount of CPU time that simulation will take.
double m_eventEnergy
Amount of energy that I've seen in one event.
std::vector< double > m_particleEnergies
list holds energy of each particle
double m_etaMax
Max eta that will be used for simulation.
std::vector< double > m_particleEtas
list holds eta of each particle
Base class for common behaviour of MC truth algorithms.
::StatusCode StatusCode
StatusCode definition for legacy code.
double m_total_Energy
Amount of energy that I've seen.
SimTimeEstimate(const std::string &name, ISvcLocator *pSvcLocator)
std::vector< int > m_pidsToSkip
int m_total_Events
Number of events that I've seen.