BmnRoot
Loading...
Searching...
No Matches
BmnBdHit.h
Go to the documentation of this file.
1
// -------------------------------------------------------------------------
2
// ----- BmnBdHit header file -----
3
// ----- Created 12/07/18 by A. Zinchenko -----
4
// -------------------------------------------------------------------------
5
12
#ifndef BMNBDHIT_H
13
#define BMNBDHIT_H 1
14
15
#include "FairHit.h"
16
#include <TObject.h>
17
18
#include <math.h>
19
#include <iostream>
20
21
class
BmnBdHit
:
public
FairHit
22
{
23
24
public
:
25
27
BmnBdHit
();
28
30
BmnBdHit
(Int_t detUID, TVector3 posHit, TVector3 posHitErr, Int_t pointIndx);
31
32
Int_t
GetStripNumber
()
const
{
return
fStrip; }
// strip number
33
Int_t
GetStripPoints
()
const
{
return
GetNLinks(); }
// number of points per strip
34
36
virtual
~BmnBdHit
();
37
38
private
:
39
Int_t fStrip;
40
41
ClassDef(
BmnBdHit
, 1);
42
43
};
44
45
#endif
BmnBdHit
Definition
BmnBdHit.h:22
BmnBdHit::GetStripNumber
Int_t GetStripNumber() const
Definition
BmnBdHit.h:32
BmnBdHit::GetStripPoints
Int_t GetStripPoints() const
Definition
BmnBdHit.h:33
BmnBdHit::~BmnBdHit
virtual ~BmnBdHit()
Definition
BmnBdHit.cxx:26
BmnBdHit::BmnBdHit
BmnBdHit()
Definition
BmnBdHit.cxx:13
detectors
bd
BmnBdHit.h
Generated on Fri May 15 2026 10:40:53 for BmnRoot by
1.9.8