Belle II Software  release-08-01-10
EKLMAlignmentHit.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 /* Basf2 headers. */
12 #include <framework/datastore/RelationsObject.h>
13 
14 namespace Belle2 {
30 
31  public:
32 
37 
42  explicit EKLMAlignmentHit(int plane);
43 
48 
52  int getDigitIdentifier() const
53  {
54  return m_DigitIdentifier;
55  }
56 
57  private:
58 
64 
67 
68  };
69 
71 }
This dataobject is used only for EKLM alignment.
int m_DigitIdentifier
Digit identifier (index of digit related to the related KLMHit2d, 0 or 1).
int getDigitIdentifier() const
Get digit identifier.
ClassDef(Belle2::EKLMAlignmentHit, 1)
Class version.
Defines interface for accessing relations of objects in StoreArray.
Abstract base class for different kinds of events.