Skip to content
Snippets Groups Projects
Commit 47119d35 authored by Jahred Adelman's avatar Jahred Adelman Committed by Graeme Stewart
Browse files

Remove VxContainer references (FTK_DataProviderInterfaces-00-00-07)

parent a0568db4
No related branches found
No related tags found
No related merge requests found
......@@ -11,11 +11,8 @@
#include "AthenaKernel/IOVSvcDefs.h"
#include "TrkTrack/Track.h"
#include "TrkTrack/TrackCollection.h"
//#include "VxVertex/VxContainer.h"
//#include "VxVertex/VxCandidate.h"
#include "TrigFTK_RawData/FTK_RawTrack.h"
#include "IRegionSelector/IRoiDescriptor.h"
class VxContainer;
#include "xAODTracking/VertexFwd.h"
#include "xAODTracking/TrackParticleFwd.h"
#include "xAODTracking/VertexContainerFwd.h"
......@@ -51,8 +48,6 @@ public:
virtual xAOD::TrackParticleContainer* getTrackParticles(const bool withRefit) = 0;
virtual xAOD::TrackParticleContainer* getTrackParticlesInRoi(const IRoiDescriptor&, const bool withRefit) = 0;
virtual VxContainer* getVxContainer(const ftk::FTK_TrackType)=0;
// methods to create and return a view container. DataProviderSvc retains ownership
virtual xAOD::VertexContainer* getVertexContainer(const bool withRefit)=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment