Belle II Software development
KLMPlaneArrayIndex.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/* KLM headers. */
12#include <klm/dataobjects/KLMElementArrayIndex.h>
13
14namespace Belle2 {
24
25 public:
26
30 static const KLMPlaneArrayIndex& Instance();
31
32 private:
33
38
43
44 };
45
47}
KLM element array index.
KLM plane array index.
static const KLMPlaneArrayIndex & Instance()
Instantiation.
Abstract base class for different kinds of events.