ATLAS Offline Software
Loading...
Searching...
No Matches
IActsExCellWriterSvc.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ACTSGEOMETRY_IACTSEXCELLWRITERSVC_H
6#define ACTSGEOMETRY_IACTSEXCELLWRITERSVC_H
7
8#include "GaudiKernel/IInterface.h"
9#include "Acts/EventData/TrackParameters.hpp"
10
11namespace Acts {
12
13template <class>
15
16}
17
18
19class IActsExCellWriterSvc : virtual public IInterface {
20public:
21
23
25
26 void
27 virtual
29
30};
31
32
33#endif
virtual void store(std::vector< Acts::ExtrapolationCell< Acts::TrackParameters > > &ecells)=0
DeclareInterfaceID(IActsExCellWriterSvc, 1, 0)