PandaRoot
HypStatDecay Class Reference

#include <HypStatDecay.h>

Public Member Functions

 HypStatDecay ()
 
 HypStatDecay (const Char_t *fileName)
 
virtual ~HypStatDecay ()
 
void GetFragment (Int_t primGen)
 
void GetData (Int_t tr, TVector3 &p, Int_t &pid, Double_t &mass)
 search fragment in event More...
 
void GetAZH (Int_t ion, Int_t &AI, Int_t &ZI, Int_t &L)
 
Int_t GetNtr () const
 
void SetNtr (Int_t t)
 return multiplicity More...
 

Detailed Description

Definition at line 26 of file HypStatDecay.h.

Constructor & Destructor Documentation

◆ HypStatDecay() [1/2]

HypStatDecay::HypStatDecay ( )

Default constructor (should not be used)

◆ HypStatDecay() [2/2]

HypStatDecay::HypStatDecay ( const Char_t *  fileName)

Standard constructor

Parameters
fileNameThe input file name

◆ ~HypStatDecay()

virtual HypStatDecay::~HypStatDecay ( )
virtual

Destructor

Member Function Documentation

◆ GetAZH()

void HypStatDecay::GetAZH ( Int_t  ion,
Int_t &  AI,
Int_t &  ZI,
Int_t &  L 
)

◆ GetData()

void HypStatDecay::GetData ( Int_t  tr,
TVector3 &  p,
Int_t &  pid,
Double_t &  mass 
)

search fragment in event

◆ GetFragment()

void HypStatDecay::GetFragment ( Int_t  primGen)

Reads on event from the input file and pushes the tracks onto the stack. Abstract method in base class.

◆ GetNtr()

Int_t HypStatDecay::GetNtr ( ) const
inline

Accessors

Definition at line 49 of file HypStatDecay.h.

49 { return fNtr; }

◆ SetNtr()

void HypStatDecay::SetNtr ( Int_t  t)
inline

return multiplicity

Modifiers

Definition at line 53 of file HypStatDecay.h.

53 { fNtr = t; };

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