Belle II Software  release-08-01-10
KLMSectorArrayIndex.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/dataobjects/KLMSectorArrayIndex.h>
11 
12 /* KLM headers. */
13 #include <klm/dataobjects/KLMChannelIndex.h>
14 
15 using namespace Belle2;
16 
18  KLMElementArrayIndex(KLMChannelIndex::c_IndexLevelSector)
19 {
20 }
21 
23 {
24 }
25 
27 {
28  static KLMSectorArrayIndex klmSectorArrayIndex;
29  return klmSectorArrayIndex;
30 }
KLM channel index.
KLM element array index.
KLM sector array index.
static const KLMSectorArrayIndex & Instance()
Instantiation.
Abstract base class for different kinds of events.