|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef BEAMEFFECTS_LONGBEAMSPOTVERTEXPOSITIONER_H
6 #define BEAMEFFECTS_LONGBEAMSPOTVERTEXPOSITIONER_H 1
14 #include "GaudiKernel/ServiceHandle.h"
24 class HepRandomEngine;
43 const IInterface*
p );
58 double getZpos(CLHEP::HepRandomEngine*)
const;
60 Gaudi::Property<double>
m_L{
this,
"LParameter", 150.};
72 #endif //> !BEAMEFFECTS_LONGBEAMSPOTVERTEXPOSITIONER_H
SG::ReadCondHandleKey< InDet::BeamSpotData > m_beamSpotKey
StatusCode initialize() override final
Athena algtool's Hooks.
Gaudi::Property< bool > m_timeSmearing
Do time smearing.
bool const RAWDATA *ch2 const
virtual ~LongBeamspotVertexPositioner()=default
Destructor.
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< double > m_L
Parameter in the Z distribution of the beamspot - default 150.0 mm.
ATHRNG::RNGWrapper *m_randomEngine ATLAS_THREAD_SAFE
Slot-local RNG.
A wrapper class for event-slot-local random engines.
StatusCode finalize() override final
Athena algtool's Hooks.
ServiceHandle< IAthRNGSvc > m_rndGenSvc
LongBeamspotVertexPositioner(const std::string &t, const std::string &n, const IInterface *p)
Constructor with parameters.
double heaviside(double val) const
Define macros for attributes used to control the static checker.
Gaudi::Property< std::string > m_randomEngineName
Name of the random number stream.
double beamspotFunction(double z) const
double getZpos(CLHEP::HepRandomEngine *) const