Belle II Software  release-08-01-10
KLMSectorArrayIndex.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 
14 namespace Belle2 {
24 
25  public:
26 
30  static const KLMSectorArrayIndex& Instance();
31 
32  private:
33 
38 
43 
44  };
45 
47 }
KLM element array index.
KLM sector array index.
static const KLMSectorArrayIndex & Instance()
Instantiation.
Abstract base class for different kinds of events.