![]() |
ATLAS Offline Software
|
#include <ForwardTransportSvc.h>
Public Member Functions | |
| ForwardTransportSvc (const std::string &name, ISvcLocator *svc) | |
| virtual StatusCode | initialize () |
| virtual ForwardTracker::ConfigData | getConfigData () const |
| virtual bool | getTransportFlag () const |
| virtual double | getEtaCut () const |
| virtual double | getXiCut () const |
| virtual bool | selectedParticle (G4ThreeVector mom, int pid) |
Private Attributes | |
| ForwardTracker::ConfigData | m_cData |
| BooleanProperty | m_transportFlag {this, "TransportFlag", false} |
| DoubleProperty | m_etaCut {this, "EtaCut", 7.5} |
| DoubleProperty | m_xiCut {this, "XiCut", 0.8} |
Definition at line 12 of file ForwardTransportSvc.h.
| ForwardTransportSvc::ForwardTransportSvc | ( | const std::string & | name, |
| ISvcLocator * | svc ) |
Definition at line 17 of file ForwardTransportSvc.cxx.
|
inlinevirtual |
Definition at line 19 of file ForwardTransportSvc.h.
|
inlinevirtual |
Definition at line 21 of file ForwardTransportSvc.h.
|
inlinevirtual |
Definition at line 20 of file ForwardTransportSvc.h.
|
inlinevirtual |
Definition at line 22 of file ForwardTransportSvc.h.
|
virtual |
Definition at line 29 of file ForwardTransportSvc.cxx.
|
virtual |
Definition at line 35 of file ForwardTransportSvc.cxx.
|
private |
Definition at line 27 of file ForwardTransportSvc.h.
|
private |
Definition at line 29 of file ForwardTransportSvc.h.
|
private |
Definition at line 28 of file ForwardTransportSvc.h.
|
private |
Definition at line 30 of file ForwardTransportSvc.h.