ATLAS Offline Software
Loading...
Searching...
No Matches
AthenaDebugStackingAction.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef G4ATLASALG_ATHENADEBUGSTACKINGACTION_H
6#define G4ATLASALG_ATHENADEBUGSTACKINGACTION_H
7
8// Base class
10
11
12namespace G4UA
13{
14
25 {
26
27 public:
28
31
34 virtual G4ClassificationOfNewTrack
35 ClassifyNewTrack(const G4Track* track) override final;
36
37 }; // class AthenaDebugStackingAction
38
39} // namespace G4UA
40
41#endif
virtual G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track *track) override final
Classify a new track.
AthenaDebugStackingAction(const Config &config)
Constructor with configuration.
AthenaStackingAction(const Config &config)
Constructor with configuration.
Configuration option struct for AthenaStackingAction.