CbmRoot
Loading...
Searching...
No Matches
CbmHadron.cxx
Go to the documentation of this file.
1
/* Copyright (C) 2012-2015 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2
SPDX-License-Identifier: GPL-3.0-only
3
Authors: Dmytro Kresan [committer], Florian Uhlig */
4
5
// ------------------------------------------------------------------
6
// ----- CbmHadron.h -----
7
// ----- Created 2008-01-18 by D.Kresan -----
8
// ------------------------------------------------------------------
9
10
#include "
CbmHadron.h
"
11
12
13
// ------------------------------------------------------------------
14
CbmHadron::CbmHadron
()
15
: TObject()
16
, fCharge(0)
17
, fP(0.)
18
, fPt(0.)
19
, fPz(0.)
20
, fNMvdHits(0)
21
, fNStsHits(0)
22
, fNTrdHits(0)
23
, fB(0.)
24
, fLength(0.)
25
, fMass2(0.)
26
, fPdg(0)
27
, fGhost(kFALSE)
28
, fTDH(kFALSE)
29
{
30
}
31
// ------------------------------------------------------------------
32
33
34
// ------------------------------------------------------------------
35
CbmHadron::CbmHadron
(Int_t charge, Double_t p, Double_t pt, Double_t pz, Int_t nMvdHits, Int_t
nStsHits
, Int_t nTrdHits,
36
Double_t b, Double_t length, Double_t mass2, Int_t pdg, Bool_t ghost, Bool_t tdh)
37
: TObject()
38
, fCharge(charge)
39
, fP(p)
40
, fPt(pt)
41
, fPz(pz)
42
, fNMvdHits(nMvdHits)
43
, fNStsHits(
nStsHits
)
44
, fNTrdHits(nTrdHits)
45
, fB(b)
46
, fLength(length)
47
, fMass2(mass2)
48
, fPdg(pdg)
49
, fGhost(ghost)
50
, fTDH(tdh)
51
{
52
}
53
// ------------------------------------------------------------------
54
55
56
// ------------------------------------------------------------------
57
CbmHadron::~CbmHadron
() {}
58
// ------------------------------------------------------------------
59
60
61
ClassImp
(
CbmHadron
)
ClassImp
ClassImp(CbmConverterManager)
nStsHits
Int_t nStsHits
Definition
CbmHadronAnalysis.cxx:74
CbmHadron.h
CbmHadron
Definition
CbmHadron.h:18
CbmHadron::~CbmHadron
virtual ~CbmHadron()
Definition
CbmHadron.cxx:57
CbmHadron::CbmHadron
CbmHadron()
Definition
CbmHadron.cxx:14
analysis
PWGHAD
hadron
CbmHadron.cxx
Generated on Mon Feb 3 2025 23:03:48 for CbmRoot by
1.12.0