![]() |
ATLAS Offline Software
|
#include "TBExtrapolTrackToCaloTool.h"#include <vector>#include "TrkSurfaces/CylinderSurface.h"#include "TrkSurfaces/DiscSurface.h"#include "TrkParameters/TrackParameters.h"#include "TrkTrack/Track.h"#include "TrkEventPrimitives/PropDirection.h"#include "TrkEventPrimitives/ParticleHypothesis.h"#include "TrkExInterfaces/IExtrapolator.h"#include "xAODTracking/Vertex.h"#include "CLHEP/Units/SystemOfUnits.h"#include "CLHEP/Vector/Rotation.h"#include "CLHEP/Vector/ThreeVector.h"#include "CaloDetDescr/ICaloCoordinateTool.h"#include "CaloTrackingGeometry/ICaloSurfaceBuilder.h"#include "CaloDetDescr/CaloDepthTool.h"#include <cmath>#include <iostream>#include <iomanip>
1.8.18