![]() |
ATLAS Offline Software
|
#include "PhotonConversionTool.h"#include "GaudiKernel/RndmGenerators.h"#include "GaudiKernel/DataSvc.h"#include "GaudiKernel/SmartDataPtr.h"#include "StoreGate/StoreGateSvc.h"#include "ISF_Event/ISFParticle.h"#include "ISF_Event/ISFParticleContainer.h"#include "ISF_Event/ParticleClipboard.h"#include "ISF_Event/ParticleUserInformation.h"#include "ISF_Interfaces/IParticleBroker.h"#include "ISF_Interfaces/ITruthSvc.h"#include "ISF_Event/ISFTruthIncident.h"#include "TruthUtils/MagicNumbers.h"#include "ISF_FatrasInterfaces/IPhysicsValidationTool.h"#include "TrkEventPrimitives/PdgToParticleHypothesis.h"#include "TrkExInterfaces/IEnergyLossUpdator.h"#include "TrkExInterfaces/ITimedExtrapolator.h"#include "TrkExInterfaces/IMultipleScatteringUpdator.h"#include "TrkSurfaces/Surface.h"#include "TrkGeometry/Layer.h"#include "TrkGeometry/MaterialProperties.h"#include "TrkVolumes/CylinderVolumeBounds.h"#include "TrkNeutralParameters/NeutralParameters.h"#include "CLHEP/Units/SystemOfUnits.h"#include "CLHEP/Matrix/Vector.h"#include "CLHEP/Random/RandFlat.h"#include "CLHEP/Vector/LorentzVector.h"#include "TTree.h"#include "GaudiKernel/ITHistSvc.h"#include <cmath>#include "TrkGeometry/TrackingGeometry.h"#include "TrkGeometry/TrackingVolume.h"#include "TrkEventPrimitives/ParticleHypothesis.h"
1.8.18