 |
Belle II Software
release-05-01-25
|
13 #include <dqm/analysis/modules/DQMHistAnalysis.h>
14 #include <dqm/dataobjects/DQMFileMetaData.h>
25 class DQMHistAnalysisOutputMonObjModule :
public DQMHistAnalysisModule {
39 virtual void event()
override;
40 virtual void endRun()
override;
std::string m_runtype
run type
std::string m_procID
processing id (online,proc10,etc)
virtual void endRun() override
This method is called if the current run ends.
std::string m_filename
file name of root file
DQMFileMetaData * m_metaData
output file meta data
DQMHistAnalysisOutputMonObjModule()
Constructor / Destructor.
virtual void terminate() override
This method is called at the end of the event processing.
Abstract base class for different kinds of events.
virtual void initialize() override
Module functions to be called from main process.
int m_exp
experiment number
void fillBranch(TBranch *br)
if new variables is added to run summary TTree this files
void addTreeEntry()
Makes entry with monitoring variables in the run summary TTree.
virtual void event() override
This method is the core of the module.
std::string m_treeFile
if set, entry with monitoring variables is made in the run summary TTree
virtual void beginRun() override
Module functions to be called from event process.