Belle II Software
development
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
17
KLMSectorArrayIndex::KLMSectorArrayIndex
() :
18
KLMElementArrayIndex
(
KLMChannelIndex
::c_IndexLevelSector)
19
{
20
}
21
22
KLMSectorArrayIndex::~KLMSectorArrayIndex
()
23
{
24
}
25
26
const
KLMSectorArrayIndex
&
KLMSectorArrayIndex::Instance
()
27
{
28
static
KLMSectorArrayIndex
klmSectorArrayIndex;
29
return
klmSectorArrayIndex;
30
}
Belle2::KLMChannelIndex
KLM channel index.
Definition:
KLMChannelIndex.h:23
Belle2::KLMElementArrayIndex
KLM element array index.
Definition:
KLMElementArrayIndex.h:26
Belle2::KLMSectorArrayIndex
KLM sector array index.
Definition:
KLMSectorArrayIndex.h:23
Belle2::KLMSectorArrayIndex::~KLMSectorArrayIndex
~KLMSectorArrayIndex()
Destructor.
Definition:
KLMSectorArrayIndex.cc:22
Belle2::KLMSectorArrayIndex::KLMSectorArrayIndex
KLMSectorArrayIndex()
Constructor.
Definition:
KLMSectorArrayIndex.cc:17
Belle2::KLMSectorArrayIndex::Instance
static const KLMSectorArrayIndex & Instance()
Instantiation.
Definition:
KLMSectorArrayIndex.cc:26
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
klm
dataobjects
src
KLMSectorArrayIndex.cc
Generated on Fri Nov 8 2024 02:39:37 for Belle II Software by
1.9.6