1#ifndef BMNSILICONPOINT_H
2#define BMNSILICONPOINT_H
4#include "FairMCPoint.h"
22 TVector3 posIn, TVector3 posOut,
23 TVector3 momIn, TVector3 momOut,
24 Double_t tof, Double_t length, Double_t eLoss,
25 Int_t isPrimary, Double_t charge, Int_t pdgId);
34 Double_t
GetXIn()
const {
return fX; }
35 Double_t
GetYIn()
const {
return fY; }
36 Double_t
GetZIn()
const {
return fZ; }
43 void PositionIn(TVector3& pos) { pos.SetXYZ(fX, fY, fZ); }
45 void MomentumIn(TVector3& mom) { mom.SetXYZ(fPx,fPy,fPz); }
59 virtual void Print(
const Option_t* opt)
const;
void SetStation(Int_t station_num)
Double_t GetPyOut() const
Double_t GetPzOut() const
BmnSiliconPoint(Int_t trackID, Int_t detID, TVector3 posIn, TVector3 posOut, TVector3 momIn, TVector3 momOut, Double_t tof, Double_t length, Double_t eLoss, Int_t isPrimary, Double_t charge, Int_t pdgId)
Double_t GetPxOut() const
void MomentumOut(TVector3 &mom)
void PositionOut(TVector3 &pos)
void SetModule(Int_t module_num)
void PositionIn(TVector3 &pos)
BmnSiliconPoint(const BmnSiliconPoint &point)
virtual void Print(const Option_t *opt) const
virtual ~BmnSiliconPoint()
void MomentumIn(TVector3 &mom)