Belle II Software development
TransformDataGlobalAligned.cc
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/* Own header. */
10#include <klm/eklm/geometry/TransformDataGlobalAligned.h>
11
12using namespace Belle2;
13
16{
18 return t;
19}
20
22 EKLM::TransformData(true, EKLM::TransformData::c_Alignment)
23{
24}
25
27{
28}
29
Transformation data (global, aligned): singleton version.
static const TransformDataGlobalAligned & Instance()
Instantiation.
Transformation data.
Definition: TransformData.h:35
Abstract base class for different kinds of events.