ATLAS Offline Software
Loading...
Searching...
No Matches
ISFTrajectory.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ISFTrajectory_H
6#define ISFTrajectory_H
7
8#include "G4Trajectory.hh"
9
10namespace ISF {
11 class ITruthSvc;
12}
13
14namespace iGeant4 {
15
16
17 class ISFTrajectory: public G4Trajectory {
18 public:
19
21 ISFTrajectory(const G4Track* aTrack, ISF::ITruthSvc* truthSvc);
23 void AppendStep(const G4Step* aStep);
24
25 private:
27
28 };
29
30}
31
32#endif
@ class ITruthSvc
Definition ITruthSvc.h:29
void AppendStep(const G4Step *aStep)
ISF::ITruthSvc * m_truthRecordSvcQuick
ISFParticleOrderedQueue.