#include <utl/config.h>#include <cmath>#include <sstream>#include <vector>#include <limits>#include <fwk/CentralConfig.h>#include <fwk/CoordinateSystemRegistry.h>#include <fwk/RandomEngineRegistry.h>#include <evt/Event.h>#include <evt/ShowerSimData.h>#include <sevt/SEvent.h>#include <sevt/Station.h>#include <sevt/StationSimData.h>#include <det/Detector.h>#include <sdet/SDetector.h>#include <sdet/Station.h>#include <utl/ErrorLogger.h>#include <utl/GeometryUtilities.h>#include <utl/MathConstants.h>#include <utl/Particle.h>#include <utl/PhysicalConstants.h>#include <utl/Point.h>#include <utl/RandomEngine.h>#include <utl/TimeStamp.h>#include <utl/Math.h>#include <utl/Reader.h>#include <utl/TabularStream.h>#include <utl/TabulatedFunction.h>#include <CLHEP/Random/RandFlat.h>#include <CLHEP/Random/RandPoisson.h>#include <CLHEP/Random/RandGauss.h>#include "CachedShowerRegenerator.h"#include "LogGaussSmearing.h"Go to the source code of this file.
Namespaces | |
| CachedShowerRegeneratorASCII | |
Macros | |
| #define | BARYONS |
| #define | ELECTRONS |
| #define | MESONS |
| #define | MUONS |
| #define | PHOTONS utl::Particle::ePhoton |
Functions | |
| template<typename Map , typename T > | |
| void | CachedShowerRegeneratorASCII::InsertValue (Map &map, const int sId, const T &value) |
| double | CachedShowerRegeneratorASCII::PlaneFrontTime (const CoordinateSystemPtr showerCS, const Point &corePosition, const Point &position) |
| Calculate time of arrival of the plan front at point x. More... | |
| double | CachedShowerRegeneratorASCII::Round (const double div, const double val) |
implementation of class CachedShowerRegenerator
Definition in file Deprecated/UpgradeASCIITests/CachedShowerRegeneratorASCII/CachedShowerRegenerator.cc.
| #define BARYONS |
Definition at line 70 of file Deprecated/UpgradeASCIITests/CachedShowerRegeneratorASCII/CachedShowerRegenerator.cc.
Referenced by CachedShowerRegeneratorASCII::CachedShowerRegenerator::IsParticleEnergyLow().
| #define ELECTRONS |
Definition at line 66 of file Deprecated/UpgradeASCIITests/CachedShowerRegeneratorASCII/CachedShowerRegenerator.cc.
Referenced by CachedShowerRegeneratorASCII::CachedShowerRegenerator::IsParticleEnergyLow().
| #define MESONS |
Definition at line 76 of file Deprecated/UpgradeASCIITests/CachedShowerRegeneratorASCII/CachedShowerRegenerator.cc.
Referenced by CachedShowerRegeneratorASCII::CachedShowerRegenerator::IsParticleEnergyLow().
| #define MUONS |
Definition at line 68 of file Deprecated/UpgradeASCIITests/CachedShowerRegeneratorASCII/CachedShowerRegenerator.cc.
Referenced by CachedShowerRegeneratorASCII::CachedShowerRegenerator::IsParticleEnergyLow().
| #define PHOTONS utl::Particle::ePhoton |
Definition at line 65 of file Deprecated/UpgradeASCIITests/CachedShowerRegeneratorASCII/CachedShowerRegenerator.cc.
Referenced by CachedShowerRegeneratorASCII::CachedShowerRegenerator::IsParticleEnergyLow().