8#include "TClonesArray.h"
28 Double_t
GetB()
const {
return fB; }
29 Double_t
GetX()
const {
return fX; }
30 Double_t
GetY()
const {
return fY; }
31 Double_t
GetZ()
const {
return fZ; }
32 Double_t
GetRotX()
const {
return fRotX; }
33 Double_t
GetRotY()
const {
return fRotY; }
34 Double_t
GetRotZ()
const {
return fRotZ; }
38 void SetB(Double_t b) { fB = b; }
40 void SetRotX(Double_t rotx) { fRotX = rotx; }
41 void SetRotY(Double_t roty) { fRotY = roty; }
42 void SetRotZ(Double_t rotz) { fRotZ = rotz; }
53 TClonesArray* fMCTracks;
Double_t GetX() const
impact parameter [fm]
BmnMCInfoDst & operator=(const BmnMCInfoDst &other)
Double_t GetRotY() const
rot. around x-axis [rad]
Double_t GetRotX() const
vertex z [cm]
TClonesArray * GetMCTracks() const
rot. around z-axis [rad]
void SetRotX(Double_t rotx)
void SetRotZ(Double_t rotz)
Double_t GetZ() const
vertex y [cm]
Double_t GetY() const
vertex x [cm]
void SetVertex(Double_t x, Double_t y, Double_t z)
void SetRotY(Double_t roty)
BmnMCInfoDst & operator=(BmnMCInfoDst &&other)
BmnMCInfoDst(const BmnMCInfoDst &other)
Double_t GetRotZ() const
rot. around y-axis [rad]
BmnMCInfoDst(BmnMCInfoDst &&other)