 |
Belle II Software
release-05-01-25
|
11 #ifndef ALIGNMENTGENERATORMODULE_H
12 #define ALIGNMENTGENERATORMODULE_H
14 #include <framework/core/Module.h>
30 class AlignmentGeneratorModule :
public Module {
47 std::vector<std::string>
m_data;
AlignmentGeneratorModule()
Constructor: Sets the description, the properties and the parameters of the module.
virtual void initialize() override
Generate misalignment and store in database.
Abstract base class for different kinds of events.
std::string m_payloadName
Name of generated misalignment in database.
bool m_createPayload
Whether to create and store the payload in database.
std::vector< int > m_payloadIov
IoV for the payload.
std::vector< std::string > m_data
Data for misalignment generation.