Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
Hal::FemtoPair Class Referenceabstract
Inheritance diagram for Hal::FemtoPair:
Hal::FemtoPairDPhiDEta Hal::FemtoPairLCMS Hal::FemtoPairPRF Hal::FemtoPairPRFL Hal::FemtoPair_SH Hal::FemtoPairLCMS_SH Hal::FemtoPairPRF_SH

Public Member Functions

 FemtoPair (Bool_t enable_fake=kFALSE)
 
void UseAbs ()
 
FemtoPairoperator= (const FemtoMiniPair &other)
 
FemtoPairoperator= (const FemtoMicroPair &other)
 
FemtoPairoperator= (const FemtoPicoPair &other)
 
Bool_t IsAbs () const
 
void SetMass (Double_t m1, Double_t m2)
 
virtual FemtoPairMakeCopy () const =0
 
virtual Femto::EKinematics GetFrame () const =0
 
Bool_t Init (Int_t task_id)
 
void Build (TwoTrack *tracks)
 
Double_t TruePx1 () const
 
Double_t TruePy1 () const
 
Double_t TruePz1 () const
 
Double_t TrueE1 () const
 
Double_t TruePhi1 () const
 
Double_t TruePx2 () const
 
Double_t TruePy2 () const
 
Double_t TruePz2 () const
 
Double_t TrueE2 () const
 
Double_t TruePhi2 () const
 
Double_t GetX1 () const
 
Double_t GetY1 () const
 
Double_t GetZ1 () const
 
Double_t GetT1 () const
 
Double_t GetX2 () const
 
Double_t GetY2 () const
 
Double_t GetZ2 () const
 
Double_t GetT2 () const
 
Double_t GetPx1 () const
 
Double_t GetPy1 () const
 
Double_t GetPz1 () const
 
Double_t GetE1 () const
 
Double_t GetPhi1 () const
 
Double_t GetPx2 () const
 
Double_t GetPy2 () const
 
Double_t GetPz2 () const
 
Double_t GetE2 () const
 
Double_t GetPhi2 () const
 
Double_t GetWeight () const
 
Double_t GetM1 () const
 
Double_t GetM2 () const
 
Int_t GetPdg1 () const
 
Int_t GetPdg2 () const
 
Double_t GetX () const
 
Double_t GetY () const
 
Double_t GetZ () const
 
Double_t GetT () const
 
Double_t GetKt () const
 
Double_t GetTrueKt () const
 
TrackGetTrack1 () const
 
TrackGetTrack2 () const
 
void SetX1 (Double_t val)
 
void SetY1 (Double_t val)
 
void SetZ1 (Double_t val)
 
void SetT1 (Double_t val)
 
void SetX2 (Double_t val)
 
void SetY2 (Double_t val)
 
void SetZ2 (Double_t val)
 
void SetT2 (Double_t val)
 
void SetPdg1 (Int_t val)
 
void SetPdg2 (Int_t val)
 
void SetWeight (Double_t weight)
 
void SetTrueMomenta1 (Double_t px, Double_t py, Double_t pz, Double_t e)
 
void SetTrueMomenta2 (Double_t px, Double_t py, Double_t pz, Double_t e)
 
void PrintInfo () const
 
void SetMomenta1 (Double_t px, Double_t py, Double_t pz, Double_t e)
 
void SetMomenta2 (Double_t px, Double_t py, Double_t pz, Double_t e)
 
void SetFreezoutCoord1 (Double_t x, Double_t y, Double_t z, Double_t t)
 
void SetFreezoutCoord2 (Double_t x, Double_t y, Double_t z, Double_t t)
 
void SetMomenta (const TLorentzVector &p1, const TLorentzVector &p2)
 
void SetTrueMomenta (const TLorentzVector &p1, const TLorentzVector &p2)
 
void SetFreezouts (const TLorentzVector &x1, const TLorentzVector &x2)
 
Double_t GetPhi () const
 
Bool_t IsUseImgMomenta () const
 
virtual void Compute ()=0
 
virtual void Compute_Rotated ()=0
 
virtual void Compute_Hemisphere ()=0
 
virtual void Compute_Charged ()
 
virtual void Compute_Mixed ()
 
void BuildMomenta (TwoTrack *tracks)
 
virtual TString GetTags () const =0
 

Protected Types

enum  eWorkingMode { kMC , kComplexRe , kComplexIm , kNoMC }
 

Protected Member Functions

void SetTrueMomenta1 (Double_t px, Double_t py, Double_t pz)
 
void SetTrueMomenta2 (Double_t px, Double_t py, Double_t pz)
 
void SetMomenta1 (Double_t px, Double_t py, Double_t pz)
 
void SetMomenta2 (Double_t px, Double_t py, Double_t pz)
 

Protected Attributes

TrackfTrack1
 
TrackfTrack2
 
Double_t fPx1
 
Double_t fPy1
 
Double_t fPz1
 
Double_t fE1
 
Double_t fPx2
 
Double_t fPy2
 
Double_t fPz2
 
Double_t fE2
 
Double_t fpx1
 
Double_t fpy1
 
Double_t fpz1
 
Double_t fe1
 
Double_t fpx2
 
Double_t fpy2
 
Double_t fpz2
 
Double_t fe2
 
Double_t fX1
 
Double_t fY1
 
Double_t fZ1
 
Double_t fT1
 
Double_t fX2
 
Double_t fY2
 
Double_t fZ2
 
Double_t fT2
 
Int_t fPdg1
 
Int_t fPdg2
 
Double_t fM12
 
Double_t fM22
 
Bool_t fUseImgMomenta
 
Double_t fX
 
Double_t fY
 
Double_t fZ
 
Double_t fT
 
Double_t fWeight
 
eWorkingMode fMode
 
Bool_t fUseAbs
 

Detailed Description

Definition at line 28 of file FemtoPair.h.

Member Enumeration Documentation

◆ eWorkingMode

enum Hal::FemtoPair::eWorkingMode
protected

Definition at line 93 of file FemtoPair.h.

Constructor & Destructor Documentation

◆ FemtoPair()

Hal::FemtoPair::FemtoPair ( Bool_t enable_fake = kFALSE)

default constructor

Parameters
enable_faketrue if user want go use MC momenta in complex events

Definition at line 27 of file FemtoPair.cxx.

◆ ~FemtoPair()

Hal::FemtoPair::~FemtoPair ( )
virtual

Definition at line 300 of file FemtoPair.cxx.

Member Function Documentation

◆ Build()

void Hal::FemtoPair::Build ( TwoTrack * tracks)
inline

build femtoscpic pair fro pair of tracks

Parameters
tracks

Definition at line 136 of file FemtoPair.h.

◆ BuildMomenta()

void Hal::FemtoPair::BuildMomenta ( TwoTrack * tracks)

copy momenta nad freezout cooridnates from pair (PDG is not copied)

Parameters
trackspair to copy data

Definition at line 158 of file FemtoPair.cxx.

◆ Compute()

virtual void Hal::FemtoPair::Compute ( )
pure virtual

◆ Compute_Charged()

virtual void Hal::FemtoPair::Compute_Charged ( )
inlinevirtual

calculate kinematics for given "charged" pair

Definition at line 493 of file FemtoPair.h.

◆ Compute_Hemisphere()

virtual void Hal::FemtoPair::Compute_Hemisphere ( )
pure virtual

calculate kinematics for given "hemisphere" pair

Implemented in Hal::FemtoPairDPhiDEta, Hal::FemtoPairLCMS, Hal::FemtoPairLCMS_SH, Hal::FemtoPairPRF, Hal::FemtoPairPRF_SH, and Hal::FemtoPairPRFL.

◆ Compute_Mixed()

virtual void Hal::FemtoPair::Compute_Mixed ( )
inlinevirtual

calculate kinematics for given "mixed" pair

Definition at line 497 of file FemtoPair.h.

◆ Compute_Rotated()

virtual void Hal::FemtoPair::Compute_Rotated ( )
pure virtual

calculate kinematics for given "rotated "pair

Implemented in Hal::FemtoPairDPhiDEta, Hal::FemtoPairLCMS, Hal::FemtoPairLCMS_SH, Hal::FemtoPairPRF, Hal::FemtoPairPRF_SH, and Hal::FemtoPairPRFL.

◆ GetE1()

Double_t Hal::FemtoPair::GetE1 ( ) const
inline
Returns
fake energy of first particle

Definition at line 247 of file FemtoPair.h.

◆ GetE2()

Double_t Hal::FemtoPair::GetE2 ( ) const
inline
Returns
fake energy of second particle

Definition at line 272 of file FemtoPair.h.

◆ GetKt()

Double_t Hal::FemtoPair::GetKt ( ) const
Returns
kt

Definition at line 330 of file FemtoPair.cxx.

◆ GetM1()

Double_t Hal::FemtoPair::GetM1 ( ) const
inline
Returns
mass of first particle

Definition at line 287 of file FemtoPair.h.

◆ GetM2()

Double_t Hal::FemtoPair::GetM2 ( ) const
inline
Returns
mass of second particle

Definition at line 292 of file FemtoPair.h.

◆ GetPdg1()

Int_t Hal::FemtoPair::GetPdg1 ( ) const
inline
Returns
first particle's PDG

Definition at line 297 of file FemtoPair.h.

◆ GetPdg2()

Int_t Hal::FemtoPair::GetPdg2 ( ) const
inline
Returns
second particle's PDG

Definition at line 302 of file FemtoPair.h.

◆ GetPhi()

Double_t Hal::FemtoPair::GetPhi ( ) const
inline
Returns
true pair phi

Definition at line 472 of file FemtoPair.h.

◆ GetPhi1()

Double_t Hal::FemtoPair::GetPhi1 ( ) const
inline
Returns
fake phi of first particle

Definition at line 252 of file FemtoPair.h.

◆ GetPhi2()

Double_t Hal::FemtoPair::GetPhi2 ( ) const
inline
Returns
fake phi of second particle

Definition at line 277 of file FemtoPair.h.

◆ GetPx1()

Double_t Hal::FemtoPair::GetPx1 ( ) const
inline
Returns
fake Px of first particle

Definition at line 232 of file FemtoPair.h.

◆ GetPx2()

Double_t Hal::FemtoPair::GetPx2 ( ) const
inline
Returns
fake Px of second particle

Definition at line 257 of file FemtoPair.h.

◆ GetPy1()

Double_t Hal::FemtoPair::GetPy1 ( ) const
inline
Returns
fake Py of first particle

Definition at line 237 of file FemtoPair.h.

◆ GetPy2()

Double_t Hal::FemtoPair::GetPy2 ( ) const
inline
Returns
fake Py of second particle

Definition at line 262 of file FemtoPair.h.

◆ GetPz1()

Double_t Hal::FemtoPair::GetPz1 ( ) const
inline
Returns
fake Pz of first particle

Definition at line 242 of file FemtoPair.h.

◆ GetPz2()

Double_t Hal::FemtoPair::GetPz2 ( ) const
inline
Returns
fake Pz of second particle

Definition at line 267 of file FemtoPair.h.

◆ GetT()

Double_t Hal::FemtoPair::GetT ( ) const
inline

get out /T component of calculate values

Returns
T component

Definition at line 322 of file FemtoPair.h.

◆ GetT1()

Double_t Hal::FemtoPair::GetT1 ( ) const
inline
Returns
T-freezout of first particle

Definition at line 207 of file FemtoPair.h.

◆ GetT2()

Double_t Hal::FemtoPair::GetT2 ( ) const
inline
Returns
T-freezout of second particle

Definition at line 227 of file FemtoPair.h.

◆ GetTrack1()

Track * Hal::FemtoPair::GetTrack1 ( ) const
inline
Returns
pointer to first track

Definition at line 337 of file FemtoPair.h.

◆ GetTrack2()

Track * Hal::FemtoPair::GetTrack2 ( ) const
inline
Returns
pointer to second track

Definition at line 342 of file FemtoPair.h.

◆ GetTrueKt()

Double_t Hal::FemtoPair::GetTrueKt ( ) const
Returns
true kt

Definition at line 336 of file FemtoPair.cxx.

◆ GetWeight()

Double_t Hal::FemtoPair::GetWeight ( ) const
inline
Returns
pair weight

Definition at line 282 of file FemtoPair.h.

◆ GetX()

Double_t Hal::FemtoPair::GetX ( ) const
inline

get out /X component of calculate values

Returns
X component

Definition at line 307 of file FemtoPair.h.

◆ GetX1()

Double_t Hal::FemtoPair::GetX1 ( ) const
inline
Returns
X-freezout of first particle

Definition at line 192 of file FemtoPair.h.

◆ GetX2()

Double_t Hal::FemtoPair::GetX2 ( ) const
inline
Returns
X-freezout of second particle

Definition at line 212 of file FemtoPair.h.

◆ GetY()

Double_t Hal::FemtoPair::GetY ( ) const
inline

get out /Y component of calculate values

Returns
Y component

Definition at line 312 of file FemtoPair.h.

◆ GetY1()

Double_t Hal::FemtoPair::GetY1 ( ) const
inline
Returns
Y-freezout of first particle

Definition at line 197 of file FemtoPair.h.

◆ GetY2()

Double_t Hal::FemtoPair::GetY2 ( ) const
inline
Returns
Y-freezout of second particle

Definition at line 217 of file FemtoPair.h.

◆ GetZ()

Double_t Hal::FemtoPair::GetZ ( ) const
inline

get out /Z component of calculate values

Returns
Z component

Definition at line 317 of file FemtoPair.h.

◆ GetZ1()

Double_t Hal::FemtoPair::GetZ1 ( ) const
inline
Returns
Z-freezout of first particle

Definition at line 202 of file FemtoPair.h.

◆ GetZ2()

Double_t Hal::FemtoPair::GetZ2 ( ) const
inline
Returns
Z-freezout of second particle

Definition at line 222 of file FemtoPair.h.

◆ Init()

Bool_t Hal::FemtoPair::Init ( Int_t task_id)

Definition at line 81 of file FemtoPair.cxx.

◆ IsAbs()

Bool_t Hal::FemtoPair::IsAbs ( ) const
inline

Definition at line 122 of file FemtoPair.h.

◆ IsUseImgMomenta()

Bool_t Hal::FemtoPair::IsUseImgMomenta ( ) const
inline
Returns
true if fake momenta are copied

Definition at line 477 of file FemtoPair.h.

◆ operator=() [1/3]

FemtoPair & Hal::FemtoPair::operator= ( const FemtoMicroPair & other)

Definition at line 376 of file FemtoPair.cxx.

◆ operator=() [2/3]

FemtoPair & Hal::FemtoPair::operator= ( const FemtoMiniPair & other)

copy assignement

Parameters
other
Returns

Definition at line 128 of file FemtoPair.cxx.

◆ operator=() [3/3]

FemtoPair & Hal::FemtoPair::operator= ( const FemtoPicoPair & other)

Definition at line 356 of file FemtoPair.cxx.

◆ PrintInfo()

void Hal::FemtoPair::PrintInfo ( ) const

print info about this pair

Definition at line 261 of file FemtoPair.cxx.

◆ SetFreezoutCoord1()

void Hal::FemtoPair::SetFreezoutCoord1 ( Double_t x,
Double_t y,
Double_t z,
Double_t t )

set freezout coordinates of first particle

Parameters
x
y
z
t

Definition at line 342 of file FemtoPair.cxx.

◆ SetFreezoutCoord2()

void Hal::FemtoPair::SetFreezoutCoord2 ( Double_t x,
Double_t y,
Double_t z,
Double_t t )

set freezout coordinates of second particle

Parameters
x
y
z
t

Definition at line 349 of file FemtoPair.cxx.

◆ SetFreezouts()

void Hal::FemtoPair::SetFreezouts ( const TLorentzVector & x1,
const TLorentzVector & x2 )

set four momentum

Parameters
x1
x2

Definition at line 408 of file FemtoPair.cxx.

◆ SetMass()

void Hal::FemtoPair::SetMass ( Double_t m1,
Double_t m2 )

set assued mass of particles

Parameters
m1
m2

Definition at line 123 of file FemtoPair.cxx.

◆ SetMomenta()

void Hal::FemtoPair::SetMomenta ( const TLorentzVector & p1,
const TLorentzVector & p2 )

set momenta

Parameters
p1
p2

Definition at line 398 of file FemtoPair.cxx.

◆ SetMomenta1() [1/2]

void Hal::FemtoPair::SetMomenta1 ( Double_t px,
Double_t py,
Double_t pz )
protected

Definition at line 316 of file FemtoPair.cxx.

◆ SetMomenta1() [2/2]

void Hal::FemtoPair::SetMomenta1 ( Double_t px,
Double_t py,
Double_t pz,
Double_t e )

set fake momenta for first particle

Parameters
pxPx
pyPy
pzPz
eE

Definition at line 247 of file FemtoPair.cxx.

◆ SetMomenta2() [1/2]

void Hal::FemtoPair::SetMomenta2 ( Double_t px,
Double_t py,
Double_t pz )
protected

Definition at line 323 of file FemtoPair.cxx.

◆ SetMomenta2() [2/2]

void Hal::FemtoPair::SetMomenta2 ( Double_t px,
Double_t py,
Double_t pz,
Double_t e )

set fake momenta for second particle

Parameters
pxPx
pyPy
pzPz
eE

Definition at line 254 of file FemtoPair.cxx.

◆ SetPdg1()

void Hal::FemtoPair::SetPdg1 ( Int_t val)
inline

set PDG for first particle

Parameters
valPDG code

Definition at line 387 of file FemtoPair.h.

◆ SetPdg2()

void Hal::FemtoPair::SetPdg2 ( Int_t val)
inline

set PDG code for second particle

Parameters
valPDG code

Definition at line 392 of file FemtoPair.h.

◆ SetT1()

void Hal::FemtoPair::SetT1 ( Double_t val)
inline

set T-freezout for first particle

Parameters
valT-freezout

Definition at line 362 of file FemtoPair.h.

◆ SetT2()

void Hal::FemtoPair::SetT2 ( Double_t val)
inline

set T-freezout for second particle

Parameters
valT-freezout

Definition at line 382 of file FemtoPair.h.

◆ SetTrueMomenta()

void Hal::FemtoPair::SetTrueMomenta ( const TLorentzVector & p1,
const TLorentzVector & p2 )

set true momenta

Parameters
p1
p2

Definition at line 403 of file FemtoPair.cxx.

◆ SetTrueMomenta1() [1/2]

void Hal::FemtoPair::SetTrueMomenta1 ( Double_t px,
Double_t py,
Double_t pz )
protected

Definition at line 302 of file FemtoPair.cxx.

◆ SetTrueMomenta1() [2/2]

void Hal::FemtoPair::SetTrueMomenta1 ( Double_t px,
Double_t py,
Double_t pz,
Double_t e )

set true momenta for first particle

Parameters
pxPx
pyPy
pzPz
eE

Definition at line 67 of file FemtoPair.cxx.

◆ SetTrueMomenta2() [1/2]

void Hal::FemtoPair::SetTrueMomenta2 ( Double_t px,
Double_t py,
Double_t pz )
protected

Definition at line 309 of file FemtoPair.cxx.

◆ SetTrueMomenta2() [2/2]

void Hal::FemtoPair::SetTrueMomenta2 ( Double_t px,
Double_t py,
Double_t pz,
Double_t e )

set true momenta for second particle

Parameters
pxPx
pyPy
pzPz
eE

Definition at line 74 of file FemtoPair.cxx.

◆ SetWeight()

void Hal::FemtoPair::SetWeight ( Double_t weight)
inline

set pair weight

Parameters
weight

Definition at line 397 of file FemtoPair.h.

◆ SetX1()

void Hal::FemtoPair::SetX1 ( Double_t val)
inline

set X-freezout for first particle

Parameters
valX-freezout

Definition at line 347 of file FemtoPair.h.

◆ SetX2()

void Hal::FemtoPair::SetX2 ( Double_t val)
inline

set X-freezout for second particle

Parameters
valX-freezout

Definition at line 367 of file FemtoPair.h.

◆ SetY1()

void Hal::FemtoPair::SetY1 ( Double_t val)
inline

set Y-freezout for first particle

Parameters
valY-freezout

Definition at line 352 of file FemtoPair.h.

◆ SetY2()

void Hal::FemtoPair::SetY2 ( Double_t val)
inline

set Y-freezout for second particle

Parameters
valY-freezout

Definition at line 372 of file FemtoPair.h.

◆ SetZ1()

void Hal::FemtoPair::SetZ1 ( Double_t val)
inline

set Z-freezout for first particle

Parameters
valXZ-freezout

Definition at line 357 of file FemtoPair.h.

◆ SetZ2()

void Hal::FemtoPair::SetZ2 ( Double_t val)
inline

set Z-freezout for second particle

Parameters
valZ-freezout

Definition at line 377 of file FemtoPair.h.

◆ TrueE1()

Double_t Hal::FemtoPair::TrueE1 ( ) const
inline
Returns
true energy of first particle

Definition at line 157 of file FemtoPair.h.

◆ TrueE2()

Double_t Hal::FemtoPair::TrueE2 ( ) const
inline
Returns
true energy of second particle

Definition at line 182 of file FemtoPair.h.

◆ TruePhi1()

Double_t Hal::FemtoPair::TruePhi1 ( ) const
inline
Returns
true Phi of first particle

Definition at line 162 of file FemtoPair.h.

◆ TruePhi2()

Double_t Hal::FemtoPair::TruePhi2 ( ) const
inline
Returns
true Phi of second particle

Definition at line 187 of file FemtoPair.h.

◆ TruePx1()

Double_t Hal::FemtoPair::TruePx1 ( ) const
inline
Returns
true Px of first particle

Definition at line 142 of file FemtoPair.h.

◆ TruePx2()

Double_t Hal::FemtoPair::TruePx2 ( ) const
inline
Returns
true Px of second particle

Definition at line 167 of file FemtoPair.h.

◆ TruePy1()

Double_t Hal::FemtoPair::TruePy1 ( ) const
inline
Returns
true Py of first particle

Definition at line 147 of file FemtoPair.h.

◆ TruePy2()

Double_t Hal::FemtoPair::TruePy2 ( ) const
inline
Returns
true Py of second particle

Definition at line 172 of file FemtoPair.h.

◆ TruePz1()

Double_t Hal::FemtoPair::TruePz1 ( ) const
inline
Returns
true Pz of first particle

Definition at line 152 of file FemtoPair.h.

◆ TruePz2()

Double_t Hal::FemtoPair::TruePz2 ( ) const
inline
Returns
true Pz of second particle

Definition at line 177 of file FemtoPair.h.

◆ UseAbs()

void Hal::FemtoPair::UseAbs ( )
inline

should be used to mark that absolute values from kinematics should be used

Definition at line 113 of file FemtoPair.h.

Member Data Documentation

◆ fE1

Double_t Hal::FemtoPair::fE1
protected

Definition at line 41 of file FemtoPair.h.

◆ fe1

Double_t Hal::FemtoPair::fe1
protected

Definition at line 49 of file FemtoPair.h.

◆ fE2

Double_t Hal::FemtoPair::fE2
protected

Definition at line 45 of file FemtoPair.h.

◆ fe2

Double_t Hal::FemtoPair::fe2
protected

Definition at line 53 of file FemtoPair.h.

◆ fM12

Double_t Hal::FemtoPair::fM12
protected

suared masses used for calculation of energy, used if fM>0 otherwise energy from Track is used

Definition at line 68 of file FemtoPair.h.

◆ fM22

Double_t Hal::FemtoPair::fM22
protected

Definition at line 68 of file FemtoPair.h.

◆ fMode

eWorkingMode Hal::FemtoPair::fMode
protected

Definition at line 94 of file FemtoPair.h.

◆ fPdg1

Int_t Hal::FemtoPair::fPdg1
protected

pdg codes of first and second particle

Definition at line 65 of file FemtoPair.h.

◆ fPdg2

Int_t Hal::FemtoPair::fPdg2
protected

Definition at line 65 of file FemtoPair.h.

◆ fPx1

Double_t Hal::FemtoPair::fPx1
protected

true momenta of first particle

Definition at line 41 of file FemtoPair.h.

◆ fpx1

Double_t Hal::FemtoPair::fpx1
protected

fake momenta of first particle

Definition at line 49 of file FemtoPair.h.

◆ fPx2

Double_t Hal::FemtoPair::fPx2
protected

true momenta of second particle

Definition at line 45 of file FemtoPair.h.

◆ fpx2

Double_t Hal::FemtoPair::fpx2
protected

farke momenta of second particle

Definition at line 53 of file FemtoPair.h.

◆ fPy1

Double_t Hal::FemtoPair::fPy1
protected

Definition at line 41 of file FemtoPair.h.

◆ fpy1

Double_t Hal::FemtoPair::fpy1
protected

Definition at line 49 of file FemtoPair.h.

◆ fPy2

Double_t Hal::FemtoPair::fPy2
protected

Definition at line 45 of file FemtoPair.h.

◆ fpy2

Double_t Hal::FemtoPair::fpy2
protected

Definition at line 53 of file FemtoPair.h.

◆ fPz1

Double_t Hal::FemtoPair::fPz1
protected

Definition at line 41 of file FemtoPair.h.

◆ fpz1

Double_t Hal::FemtoPair::fpz1
protected

Definition at line 49 of file FemtoPair.h.

◆ fPz2

Double_t Hal::FemtoPair::fPz2
protected

Definition at line 45 of file FemtoPair.h.

◆ fpz2

Double_t Hal::FemtoPair::fpz2
protected

Definition at line 53 of file FemtoPair.h.

◆ fT

Double_t Hal::FemtoPair::fT
protected

"total" calculated value

Definition at line 88 of file FemtoPair.h.

◆ fT1

Double_t Hal::FemtoPair::fT1
protected

Definition at line 57 of file FemtoPair.h.

◆ fT2

Double_t Hal::FemtoPair::fT2
protected

Definition at line 61 of file FemtoPair.h.

◆ fTrack1

Track* Hal::FemtoPair::fTrack1
protected

pointer to first track

Definition at line 33 of file FemtoPair.h.

◆ fTrack2

Track* Hal::FemtoPair::fTrack2
protected

pointer to second track

Definition at line 37 of file FemtoPair.h.

◆ fUseAbs

Bool_t Hal::FemtoPair::fUseAbs
protected

if true then absolute values of momentum differences should be used

Definition at line 98 of file FemtoPair.h.

◆ fUseImgMomenta

Bool_t Hal::FemtoPair::fUseImgMomenta
protected

use fake momenta

Definition at line 72 of file FemtoPair.h.

◆ fWeight

Double_t Hal::FemtoPair::fWeight
protected

pair weight

Definition at line 92 of file FemtoPair.h.

◆ fX

Double_t Hal::FemtoPair::fX
protected

calculated value

Definition at line 76 of file FemtoPair.h.

◆ fX1

Double_t Hal::FemtoPair::fX1
protected

freezout coordinates of first particle

Definition at line 57 of file FemtoPair.h.

◆ fX2

Double_t Hal::FemtoPair::fX2
protected

freezout coordinates of second particle

Definition at line 61 of file FemtoPair.h.

◆ fY

Double_t Hal::FemtoPair::fY
protected

calculate value

Definition at line 80 of file FemtoPair.h.

◆ fY1

Double_t Hal::FemtoPair::fY1
protected

Definition at line 57 of file FemtoPair.h.

◆ fY2

Double_t Hal::FemtoPair::fY2
protected

Definition at line 61 of file FemtoPair.h.

◆ fZ

Double_t Hal::FemtoPair::fZ
protected

calculated value

Definition at line 84 of file FemtoPair.h.

◆ fZ1

Double_t Hal::FemtoPair::fZ1
protected

Definition at line 57 of file FemtoPair.h.

◆ fZ2

Double_t Hal::FemtoPair::fZ2
protected

Definition at line 61 of file FemtoPair.h.


The documentation for this class was generated from the following files: