ATLAS Offline Software
Loading...
Searching...
No Matches
Tracking
Acts
ActsGeometry
ActsGeometry
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
10
namespace
Acts
{
11
namespace
detail
{
12
struct
Step;
13
}
14
}
15
16
17
class
IActsPropStepRootWriterSvc
:
virtual
public
IInterface {
18
public
:
19
20
DeclareInterfaceID
(
IActsPropStepRootWriterSvc
, 1, 0);
21
22
IActsPropStepRootWriterSvc
() {;}
23
24
void
25
virtual
26
write
(
const
std::vector<Acts::detail::Step>& steps) = 0;
27
28
};
29
30
31
#endif
IActsPropStepRootWriterSvc::IActsPropStepRootWriterSvc
IActsPropStepRootWriterSvc()
Definition
IActsPropStepRootWriterSvc.h:22
IActsPropStepRootWriterSvc::DeclareInterfaceID
DeclareInterfaceID(IActsPropStepRootWriterSvc, 1, 0)
IActsPropStepRootWriterSvc::write
virtual void write(const std::vector< Acts::detail::Step > &steps)=0
Acts::detail
Definition
ActsExtrapolationAlg.h:28
Acts
This class is not to needed in AthSimulation.
Definition
MuonSpectrometer/MuonPhaseII/Event/xAOD/xAODMuonPrepData/xAODMuonPrepData/UtilFunctions.h:23
Generated on
for ATLAS Offline Software by
1.16.1