ATLAS Offline Software
Loading...
Searching...
No Matches
IActsPropStepRootWriterSvc.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ACTSGEOMETRY_IACTSPROPSTEPROOTWRITERSVC_H
6#define ACTSGEOMETRY_IACTSPROPSTEPROOTWRITERSVC_H
7
8#include "GaudiKernel/IInterface.h"
9
10namespace Acts {
11 namespace detail {
12 struct Step;
13 }
14}
15
16
17class IActsPropStepRootWriterSvc : virtual public IInterface {
18public:
19
21
23
24 void
25 virtual
26 write(const std::vector<Acts::detail::Step>& steps) = 0;
27
28};
29
30
31#endif
DeclareInterfaceID(IActsPropStepRootWriterSvc, 1, 0)
virtual void write(const std::vector< Acts::detail::Step > &steps)=0