KaliVeda
1.14/2
Toolkit for HIC analysis
KVZVtot.h
1
#ifndef KVZVtot_h
2
#define KVZVtot_h
3
#include "KVVGVectorSum.h"
4
26
class
KVZVtot
:
public
KVVGVectorSum
{
27
28
protected
:
29
void
fill
(
const
KVNucleus
* n)
30
{
31
Add
(n->
GetZ
()*n->
GetVelocity
());
32
}
33
34
public
:
35
KVZVtot
() :
KVVGVectorSum
(
"KVZVtot"
) {}
36
KVZVtot
(
const
Char_t* name) :
KVVGVectorSum
(name) {}
37
virtual
~KVZVtot
() {}
38
39
ClassDef(
KVZVtot
, 1)
// Global variable ZVtot=Sum(Z(i)*v(i)) (units: cm/ns)
40
};
41
#endif
KVNucleus
Description of properties and kinematics of atomic nuclei.
Definition:
KVNucleus.h:126
KVNucleus::GetZ
Int_t GetZ() const
Return the number of proton / atomic number.
Definition:
KVNucleus.cpp:773
KVParticle::GetVelocity
TVector3 GetVelocity() const
returns velocity vector in cm/ns units
Definition:
KVParticle.cpp:1030
KVVGObjectSum< TVector3 >::Add
void Add(const TVector3 &obj)
Definition:
KVVGObjectSum.h:29
KVVGVectorSum
Global variable calculating sum of 3-dimensional vectors.
Definition:
KVVGVectorSum.h:26
KVZVtot
Sum of particle pseudo-momentum.
Definition:
KVZVtot.h:26
KVZVtot::KVZVtot
KVZVtot()
Definition:
KVZVtot.h:35
KVZVtot::KVZVtot
KVZVtot(const Char_t *name)
Definition:
KVZVtot.h:36
KVZVtot::fill
void fill(const KVNucleus *n)
Definition:
KVZVtot.h:29
KVZVtot::~KVZVtot
virtual ~KVZVtot()
Definition:
KVZVtot.h:37
kaliveda.doxygen
KVMultiDet
globvars
KVZVtot.h
Generated on Tue Apr 1 2025 15:24:32 for KaliVeda by
1.9.1