BmnRoot
Loading...
Searching...
No Matches
BmnBdHit.cxx
Go to the documentation of this file.
1// -------------------------------------------------------------------------
2// ----- BmnBdHit source file -----
3// ----- Created 12/07/18 by A. Zinchenko -----
4// -------------------------------------------------------------------------
5
6#include "BmnBdHit.h"
7
8using std::cout;
9using namespace TMath;
10
11// -------------------------------------------------------------------------
12
13BmnBdHit::BmnBdHit() : FairHit() {
14}
15
16// -------------------------------------------------------------------------
17
18BmnBdHit::BmnBdHit(Int_t detID, TVector3 pos, TVector3 dpos, Int_t index)
19 : FairHit(detID, pos, dpos, index)
20{
21 fStrip = detID;
22}
23
24// -------------------------------------------------------------------------
25
virtual ~BmnBdHit()
Definition BmnBdHit.cxx:26