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
25
class
PndGiBuuTrack
{
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_ */
PndGiBuuTrack::GetPdgId
Int_t GetPdgId()
Definition:
PndGiBuuTrack.h:31
PndGiBuuTrack
Definition:
PndGiBuuTrack.h:25
PndGiBuuTrack::PndGiBuuTrack
PndGiBuuTrack()
PndGiBuuTrack::GetVertex
TVector3 GetVertex()
Definition:
PndGiBuuTrack.h:33
PndGiBuuTrack::~PndGiBuuTrack
virtual ~PndGiBuuTrack()
Definition:
PndGiBuuTrack.h:29
PndGiBuuTrack::GetMomentum
TVector3 GetMomentum()
Definition:
PndGiBuuTrack.h:32
pz
double pz[39]
Definition:
pipisigmas.h:25
home
gitlab-runner
builds
Vxspf1vo
0
PandaRootGroup
PandaRoot
pgenerators
GiBuuReader
PndGiBuuTrack.h
Generated on Fri Nov 29 2024 06:04:42 for PandaRoot by
1.8.13