Belle II Software
release-05-01-25
DummyCollectorModule.h
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* Copyright(C) 2015 - Belle II Collaboration *
4
* *
5
* Author: The Belle II Collaboration *
6
* Contributors: tadeas *
7
* *
8
* This software is provided "as is" without any warranty. *
9
**************************************************************************/
10
11
#pragma once
12
13
#include <calibration/CalibrationCollectorModule.h>
14
15
namespace
Belle2
{
20
24
class
DummyCollectorModule :
public
CalibrationCollectorModule {
25
26
public
:
27
29
DummyCollectorModule
();
30
31
virtual
void
prepare
()
override
;
32
virtual
void
collect
()
override
;
33
};
35
}
Belle2::DummyCollectorModule::collect
virtual void collect() override
Replacement for event(). Fill you calibration data objects here.
Definition:
DummyCollectorModule.cc:39
Belle2::DummyCollectorModule::prepare
virtual void prepare() override
Replacement for initialize(). Register calibration dataobjects here as well.
Definition:
DummyCollectorModule.cc:33
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::DummyCollectorModule::DummyCollectorModule
DummyCollectorModule()
Constructor: Sets the description, the properties and the parameters of the module.
Definition:
DummyCollectorModule.cc:27
calibration
modules
DummyCollector
include
DummyCollectorModule.h
Generated on Fri Nov 5 2021 03:48:19 for Belle II Software by
1.8.17