#include <ForwardTransportSvc.h>
Definition at line 12 of file ForwardTransportSvc.h.
◆ ForwardTransportSvc()
ForwardTransportSvc::ForwardTransportSvc |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
svc |
|
) |
| |
◆ getConfigData()
◆ getEtaCut()
virtual double ForwardTransportSvc::getEtaCut |
( |
| ) |
const |
|
inlinevirtual |
◆ getTransportFlag()
virtual bool ForwardTransportSvc::getTransportFlag |
( |
| ) |
const |
|
inlinevirtual |
◆ getXiCut()
virtual double ForwardTransportSvc::getXiCut |
( |
| ) |
const |
|
inlinevirtual |
◆ initialize()
StatusCode ForwardTransportSvc::initialize |
( |
| ) |
|
|
virtual |
◆ selectedParticle()
bool ForwardTransportSvc::selectedParticle |
( |
G4ThreeVector |
mom, |
|
|
int |
pid |
|
) |
| |
|
virtual |
Definition at line 35 of file ForwardTransportSvc.cxx.
44 ATH_MSG_INFO(
" p/beamEnergy: " << std::setprecision(9) << xi);
51 if (
pid == 2212)
return true;
55 if (
pid == 2112)
return true;
56 if (
pid == 22)
return true;
57 if (
pid == 3122)
return true;
◆ m_cData
◆ m_etaCut
DoubleProperty ForwardTransportSvc::m_etaCut {this, "EtaCut", 7.5} |
|
private |
◆ m_transportFlag
BooleanProperty ForwardTransportSvc::m_transportFlag {this, "TransportFlag", false} |
|
private |
◆ m_xiCut
DoubleProperty ForwardTransportSvc::m_xiCut {this, "XiCut", 0.8} |
|
private |
The documentation for this class was generated from the following files: