Belle II Software  release-05-01-25
WireHitMC.cc
1 //-----------------------------------------------------------------------------
2 // $Id$
3 //-----------------------------------------------------------------------------
4 // Filename : WireHitMC.h
5 // Section : TRG CDC
6 // Owner : Yoshihito Iwasaki
7 // Email : yoshihito.iwasaki@kek.jp
8 //-----------------------------------------------------------------------------
9 // Description : A class to represent a MC wire hit in CDC.
10 //-----------------------------------------------------------------------------
11 // $Log$
12 //-----------------------------------------------------------------------------
13 
14 #include "trg/cdc/WireHitMC.h"
15 
16 namespace Belle2 {
23  const TRGCDCWireHit* wh)
24  : _wire(w),
25  _hit(wh),
26  _distance(), // 2019/07/31 by ytlai
27  _energy(),
28  _hep(),
29  _leftRight()
30  {
31  }
32 
34  {
35  }
36 
38 } // namespace Belle2
39 
Belle2::TRGCDCWire
A class to represent a wire in CDC.
Definition: Wire.h:57
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::TRGCDCWireHit
A class to represent a wire hit in CDC.
Definition: WireHit.h:34
Belle2::TRGCDCWireHitMC::~TRGCDCWireHitMC
virtual ~TRGCDCWireHitMC()
Destructor.
Definition: WireHitMC.cc:33
Belle2::TRGCDCWireHitMC::TRGCDCWireHitMC
TRGCDCWireHitMC(const TRGCDCWire *, const TRGCDCWireHit *)
Constructor.
Definition: WireHitMC.cc:22