Belle II Software development
SVDDatabaseTestModule.h
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8
9#ifndef SVDDatabaseTestModule_H
10#define SVDDatabaseTestModule_H
11
12
13#include <framework/core/Module.h>
14
15#include <svd/calibration/SVDCoGTimeCalibrations.h>
16
17namespace Belle2 {
22
23 namespace SVD {
24
33
34 public:
35
38
40 virtual void event() override;
41
42 private:
43 // SVDNoiseCalibrations m_obj_noise;
44 // SVDPulseShapeCalibrations m_obj_pulseShape;
46 // DBObjPtr<SVDLocalRunBadStrips> m_obj_badStrip;
47
48
49
50 };//end class declaration
51
52
53 } //end SVD namespace;
55} // end namespace Belle2
56
57#endif // SVDDatabaseTestModule_H
Module()
Constructor.
Definition Module.cc:30
This class defines the dbobject and the methods to access the SVD calibrations from the local runs pr...
virtual void event() override
Retrieve calibrations from database.
SVDCoGTimeCalibrations m_obj_cog
CoG calibrations payload.
Namespace to encapsulate code needed for simulation and reconstrucion of the SVD.
Abstract base class for different kinds of events.