Belle II Software  release-08-01-10
EKLMAlignmentHit.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/eklm/EKLMAlignmentHit.h>
11 
12 using namespace Belle2;
13 
15  m_DigitIdentifier(0)
16 {
17 }
18 
19 EKLMAlignmentHit::EKLMAlignmentHit(int digitIdentifier) :
20  m_DigitIdentifier(digitIdentifier)
21 {
22 }
23 
25 {
26 }
Abstract base class for different kinds of events.