#include <CachedXShowerRegenerator.h>
Public Types | |
typedef std::map< int, int > | StationParticleMap |
typedef utl::Accumulator::MinMax < utl::TimeInterval > | TimeStat |
typedef std::map< int, TimeStat > | TimeStatMap |
typedef std::map< unsigned int, double > | WeightCounterMap |
typedef utl::Accumulator::MinMaxAverage < double > | WeightStat |
typedef std::map< int, WeightStat > | WeightStatMap |
Public Member Functions | |
ShowerData (const StationPositionMatrix &matrix) | |
Definition at line 35 of file CachedXShowerRegenerator.h.
typedef std::map<int, int> CachedXShowerRegeneratorAG::ShowerData::StationParticleMap |
Definition at line 43 of file CachedXShowerRegenerator.h.
typedef utl::Accumulator::MinMax<utl::TimeInterval> CachedXShowerRegeneratorAG::ShowerData::TimeStat |
Definition at line 44 of file CachedXShowerRegenerator.h.
typedef std::map<int, TimeStat> CachedXShowerRegeneratorAG::ShowerData::TimeStatMap |
Definition at line 45 of file CachedXShowerRegenerator.h.
typedef std::map<unsigned int, double> CachedXShowerRegeneratorAG::ShowerData::WeightCounterMap |
Definition at line 48 of file CachedXShowerRegenerator.h.
Definition at line 46 of file CachedXShowerRegenerator.h.
typedef std::map<int, WeightStat> CachedXShowerRegeneratorAG::ShowerData::WeightStatMap |
Definition at line 47 of file CachedXShowerRegenerator.h.
|
inline |
Definition at line 38 of file CachedXShowerRegenerator.h.
utl::ShadowPtr<LogXGaussSmearing> CachedXShowerRegeneratorAG::ShowerData::fLogXGauss |
Definition at line 60 of file CachedXShowerRegenerator.h.
double CachedXShowerRegeneratorAG::ShowerData::fMinR2 |
Definition at line 59 of file CachedXShowerRegenerator.h.
int CachedXShowerRegeneratorAG::ShowerData::fNHorizontalParticles |
Definition at line 58 of file CachedXShowerRegenerator.h.
utl::ShowerParticleIterator CachedXShowerRegeneratorAG::ShowerData::fParticleIt |
Definition at line 50 of file CachedXShowerRegenerator.h.
utl::ShowerParticleIterator CachedXShowerRegeneratorAG::ShowerData::fParticlesEnd |
Definition at line 51 of file CachedXShowerRegenerator.h.
StationParticleMap CachedXShowerRegeneratorAG::ShowerData::fSideParticles |
Definition at line 53 of file CachedXShowerRegenerator.h.
StationPositionMatrix CachedXShowerRegeneratorAG::ShowerData::fStationMatrix |
Definition at line 57 of file CachedXShowerRegenerator.h.
TimeStatMap CachedXShowerRegeneratorAG::ShowerData::fTimeStat |
Definition at line 55 of file CachedXShowerRegenerator.h.
StationParticleMap CachedXShowerRegeneratorAG::ShowerData::fTopParticles |
Definition at line 52 of file CachedXShowerRegenerator.h.
StationParticleMap CachedXShowerRegeneratorAG::ShowerData::fUpwardSideParticles |
Definition at line 54 of file CachedXShowerRegenerator.h.
WeightCounterMap CachedXShowerRegeneratorAG::ShowerData::fWeightCounterMap |
Definition at line 61 of file CachedXShowerRegenerator.h.
WeightStatMap CachedXShowerRegeneratorAG::ShowerData::fWeightStat |
Definition at line 56 of file CachedXShowerRegenerator.h.