#include <NoPrimaryVertexGenerator.h>
Public Member Functions | |
virtual void | generate (RandomEngineAndDistribution const *) |
Generation process (to be implemented) More... | |
NoPrimaryVertexGenerator () | |
Default constructor. More... | |
~NoPrimaryVertexGenerator () | |
Destructor. More... | |
Public Member Functions inherited from PrimaryVertexGenerator | |
const math::XYZPoint & | beamSpot () const |
Return x0, y0, z0. More... | |
TMatrixD * | boost () |
const TMatrixD * | boost () const |
PrimaryVertexGenerator () | |
Default constructor. More... | |
virtual | ~PrimaryVertexGenerator () |
Destructor. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from PrimaryVertexGenerator | |
void | setBoost (TMatrixD *) |
Protected Attributes inherited from PrimaryVertexGenerator | |
math::XYZPoint | beamSpot_ |
TMatrixD * | boost_ |
A class that generates a primary vertex with a Gaussian profile, in cm
Definition at line 9 of file NoPrimaryVertexGenerator.h.
|
inline |
Default constructor.
Definition at line 13 of file NoPrimaryVertexGenerator.h.
References PrimaryVertexGenerator::beamSpot_.
|
inline |
|
inlinevirtual |
Generation process (to be implemented)
Implements PrimaryVertexGenerator.
Definition at line 21 of file NoPrimaryVertexGenerator.h.