![]() |
ATLAS Offline Software
|
#include "HitCreatorTRT.h"#include "GaudiKernel/ISvcLocator.h"#include "StoreGate/StoreGateSvc.h"#include "ISF_Interfaces/IParticleBroker.h"#include "ISF_Event/ISFParticle.h"#include "TrkRIO_OnTrack/RIO_OnTrack.h"#include "TrkSurfaces/Surface.h"#include "TrkSurfaces/SurfaceBounds.h"#include "TrkEventPrimitives/LocalParameters.h"#include "TrkEventPrimitives/DefinedParameter.h"#include "TrkEventPrimitives/ParamDefs.h"#include "TrkEventPrimitives/ParticleHypothesis.h"#include "TrkDetElementBase/TrkDetElementBase.h"#include "TrkExUtils/RealQuadraticEquation.h"#include "InDetIdentifier/TRT_ID.h"#include "TRT_ReadoutGeometry/TRT_BaseElement.h"#include "InDetSimEvent/TRTUncompressedHit.h"#include "InDetSimEvent/TRTHitIdHelper.h"#include "CLHEP/Units/PhysicalConstants.h"#include "CLHEP/Random/RandFlat.h"#include "CLHEP/Random/RandGauss.h"#include "CLHEP/Random/RandLandau.h"
1.8.18