#include <utl/config.h>
#include "CachedShowerRegenerator.h"
#include "LogGaussSmearing.h"
#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 <sdet/Scintillator.h>
#include <mdet/MDetector.h>
#include <cdet/CDetector.h>
#include <cdet/Station.h>
#include <utl/ErrorLogger.h>
#include <utl/GeometryUtilities.h>
#include <utl/MathConstants.h>
#include <utl/Particle.h>
#include <utl/ParticleCases.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 <cmath>
#include <sstream>
#include <vector>
#include <limits>
Go to the source code of this file.
Namespaces | |
CachedShowerRegeneratorOG | |
Macros | |
#define | DUMP(_pStationDistance_, _pStationDistanceXY_, _timeShift_, _injectionZ_) |
#define | DUMP_REJECT |
Functions | |
template<typename Map , typename T > | |
void | CachedShowerRegeneratorOG::InsertValue (Map &map, const int sId, const T &value) |
bool | CachedShowerRegeneratorOG::IsMuonic (const Particle &p) |
double | CachedShowerRegeneratorOG::PlaneFrontTime (const CoordinateSystemPtr &showerCS, const Point &corePosition, const Point &position) |
Calculate time of arrival of the plane front at point position x. More... | |
double | CachedShowerRegeneratorOG::Round (const double div, const double val) |
implementation of class CachedShowerRegenerator
Definition in file CachedShowerRegeneratorOG/CachedShowerRegenerator.cc.
#define DUMP | ( | _pStationDistance_, | |
_pStationDistanceXY_, | |||
_timeShift_, | |||
_injectionZ_ | |||
) |
Definition at line 109 of file CachedShowerRegeneratorOG/CachedShowerRegenerator.cc.
Referenced by CachedShowerRegeneratorOG::CachedShowerRegenerator::Run().
#define DUMP_REJECT |
Definition at line 110 of file CachedShowerRegeneratorOG/CachedShowerRegenerator.cc.
Referenced by CachedShowerRegeneratorOG::CachedShowerRegenerator::Run().