PandaRoot
PndGiBuuTrack.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
13 /*
14  * PndGiBuuTrack.h
15  *
16  * Created on: Aug 7, 2012
17  * Author: stockman
18  */
19 
20 #ifndef PNDGIBUUTRACK_H_
21 #define PNDGIBUUTRACK_H_
22 
23 #include "TVector3.h"
24 
26  public:
27  PndGiBuuTrack();
28  PndGiBuuTrack(Int_t pdg, Double_t px, Double_t py, Double_t pz, Double_t vx, Double_t vy, Double_t vz);
29  virtual ~PndGiBuuTrack(){};
30 
31  Int_t GetPdgId() { return fPdg; }
32  TVector3 GetMomentum() { return fMomentum; }
33  TVector3 GetVertex() { return fVertex; }
34 
35  private:
36  Int_t fPdg;
37  TVector3 fMomentum;
38  TVector3 fVertex;
39 
40  ClassDef(PndGiBuuTrack, 1);
41 };
42 
43 #endif /* PNDGIBUUTRACK_H_ */
Int_t GetPdgId()
Definition: PndGiBuuTrack.h:31
TVector3 GetVertex()
Definition: PndGiBuuTrack.h:33
virtual ~PndGiBuuTrack()
Definition: PndGiBuuTrack.h:29
TVector3 GetMomentum()
Definition: PndGiBuuTrack.h:32
double pz[39]
Definition: pipisigmas.h:25