 |
Belle II Software
release-05-01-25
|
13 #include <framework/core/Module.h>
14 #include <framework/dbobjects/BeamParameters.h>
15 #include <framework/database/DBObjPtr.h>
30 class PrintBeamParametersModule :
public Module {
40 void event()
override;
44 static void printCovMatrix(std::ostream& out,
const TMatrixDSym& cov);
Class for accessing objects in the database.
PrintBeamParametersModule()
Constructor: Sets the description, the properties and the parameters of the module.
Abstract base class for different kinds of events.
DBObjPtr< BeamParameters > m_beamparams
Pointer to the BeamParameters.
static void printCovMatrix(std::ostream &out, const TMatrixDSym &cov)
print a covariance matrix and simplify it to three elements if the off diagonals are zero
void event() override
print the Beam Parameters if they changed