Belle II Software development
VXDMisalignmentModule.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#pragma once
10
11#include <framework/core/Module.h>
12#include <string>
13
14namespace Belle2 {
20 namespace VXD {
21
26 public:
30 virtual void beginRun() override;
31
32 protected:
34 std::string m_xmlFilename;
35
36 };//end class declaration
37
38
39 } // end namespace VXD
41} // end namespace Belle2
Module()
Constructor.
Definition Module.cc:30
virtual void beginRun() override
Initialize the list of existing VXD Sensors.
std::string m_xmlFilename
Name of the xml filename with misalignment data.
Namespace to provide code needed by both Vertex Detectors, PXD and SVD, and also testbeam telescopes.
Definition GeoCache.h:33
Abstract base class for different kinds of events.