KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
KVCalorimetry Class Reference

Improved calorimetry of hot nuclei.

Created by KVClassFactory on Mon Apr 14 15:01:51 2008 Author: eric bonnet,,,

This is an extension of the KVCaloBase basic calorimetry, with several operating modes.

Two filling modes

  1. Normal mode (default) - as for KVCaloBase
  2. Mode distinguishing light and heavy particles depending on Z. Activated by calling UseChargeDiff(Int_t FragmentMinimumCharge,Double_t ParticleFactor) FragmentMinimumCharge is discriminating parameter :

    • KVNucleus::GetZ()<FragmentMinimumCharge -> "light particles"
    • KVNucleus::GetZ()>=FragmentMinimumCharge -> "fragments" the ParticleFactor parameter is used in the calculation of Zsum, Asum, Eksum, Qsum.

    In method SumUp we have

Eksum = \Sigma Ek(Z>=[FragmentMinimumCharge]) + [ParticleFactor]*\Sigma Ek(Z<[FragmentMinimumCharge])
and the different contributions are stored in the ingredients list:
root [12] ca.Print("ing"); //Example output
Ingredients, 17 stored:
0 | Zpart | 3.000000000
1 | Apart | 7.000000000
2 | Ekpart | 10.0000000
3 | Qpart | 17.37470000
4 | Mpart | 2.000000000
5 | Zfrag | 7.000000000
6 | Afrag | 16.00000000
7 | Ekfrag | 40.0000000
8 | Qfrag | 5.683700000
9 | Mfrag | 1.000000000
10 | Zsum | 13.00000000
11 | Asum | 30.00000000
12 | Eksum | 60.0000000
13 | Qsum | 40.43310000
14 | Msum | 5.000000000
15 | Qini | -15.8724000
16 | Exci | 116.3055000
root [13] ca.Print("par");
Parameters, 2 stored:
0 | FragmentMinimumCharge | 5.000
1 | ParticleFactor | 2.0000
RooCmdArg Parameters(const RooArgSet &params)

Two calculation modes

  1. Normal mode (default) - as KVCaloBase
  2. Inclusion of free neutrons Activated by calling
IncludeFreeNeutrons(Double_t AsurZ,Double_t NeutronMeanEnergyFactor,Double_t LevelDensityParameter);
Mn = [AsurZ]*Zsum - Asum (methode SumUp)
Asum/[LevelDensityParameter] * T*T + Qi - \Sigma Ek - [NeutronMeanEnergyFactor]*Mn*T - \Sigma Q = 0 (methode Calculate)
Exci = Asum/[LevelDensityParameter] * T*T
double Double_t
void IncludeFreeNeutrons(Double_t AsurZ, Double_t NeutronMeanEnergyFactor, Double_t LevelDensityParameter)
double T(double x)

N.B. : If calculated neutron multiplicity Mneu<0, we set Mneu=0 and add a parameter 'Aexcess' = TMath::Abs(Mneu) In this case calorimetry is performed without considering free neutrons.

All informations are stored in ingredients list:

root [31] ca.Print("ing"); //Example
Ingredients, 13 stored:
0 | Zsum | 10.0000000000
1 | Asum | 25.0000000000
2 | Eksum | 62.913404145
3 | Qsum | 39.2010000000
4 | Msum | 5.00000000000
5 | Aneu | 2.00000000000
6 | Qneu | 16.1426000000
7 | Mneu | 2.00000000000
8 | Qini | -2.1081000000
9 | Temp | 6.45670207291 (MeV)
10 | Exci | 104.22250414 (MeV)
11 | Ekneu | 12.91340414 (MeV)
root [32] ca.Print("par");
Parameters, 3 stored:
0 | AsurZ | 2.50000000
1 | NeutronMeanEnergyFactor | 1.00
2 | LevelDensityParameter | 10.000
const long double MeV
energies
Definition: KVUnits.h:88

Temperature

When free neutrons are considered, the temperature is calculated as part of the method. If not, you can call method DeduceTemperature(Double_t LevelDensityParameter) which gives the temperature according to the Fermi gas formula:

T = TMath::Sqrt(Exci * [LevelDensityParameter]/Asum)
Double_t Sqrt(Double_t x)

Summary

You must call Calculate() before using any variables calculated by this class This method returns kTRUE if all went well. Methods:

void UseChargeDiff(Int_t FragmentMinimumCharge,Double_t ParticleFactor);
void DeduceTemperature(Double_t LevelDensityParameter);
void IncludeFreeNeutrons(Double_t AsurZ,Double_t NeutronMeanEnergyFactor,Double_t LevelDensityParameter);
int Int_t
void UseChargeDiff(Int_t FragmentMinimumCharge, Double_t ParticleFactor)
void DeduceTemperature(Double_t LevelDensityParameter)
__must__ be called before Fill()-ing the variable

Definition at line 132 of file KVCalorimetry.h.

Public Member Functions

 KVCalorimetry (const Char_t *nom)
 Constructeur avec un nom. More...
 
 KVCalorimetry (void)
 Createur par default. More...
 
virtual ~KVCalorimetry (void)
 Destructeur. More...
 
void Calculate ()
 
void DeduceTemperature (Double_t LevelDensityParameter)
 
void IncludeFreeNeutrons (Double_t AsurZ, Double_t NeutronMeanEnergyFactor, Double_t LevelDensityParameter)
 
void Init ()
 
void SetAsurZ (Double_t value)
 protected method, set the value of AsurZ parameter More...
 
void UseChargeDiff (Int_t FragmentMinimumCharge, Double_t ParticleFactor)
 
- Public Member Functions inherited from KVCaloBase
 KVCaloBase ()
 
 KVCaloBase (const Char_t *nom)
 
virtual ~KVCaloBase (void)
 
void AddNeutrons (Int_t mult, Double_t mke)
 
virtual void Copy (TObject &obj) const
 Methode de Copy. More...
 
Double_t GetIngValue (const KVString &name) const
 
const KVNameValueListGetList (Option_t *opt="ing") const
 
virtual Char_t GetValueType (Int_t) const
 
std::vector< Double_tGetValueVector (void) const
 On retourne un tableau rassemblant l'ensemble des ingredients. More...
 
void Print (Option_t *opt="") const
 
void Reset ()
 
- Public Member Functions inherited from KVVarGlob
 KVVarGlob ()
 
 KVVarGlob (const Char_t *nom)
 
virtual ~KVVarGlob (void)
 
void AddSelection (const KVParticleCondition &sel)
 
Double_t AsDouble () const
 
void Copy (TObject &obj) const
 Make a copy of this object. More...
 
void DefineNewFrame (KVEvent *e) const
 
void Fill (const KVNucleus *c)
 
void Fill2 (const KVNucleus *n1, const KVNucleus *n2)
 
virtual void FillN (const KVEvent *)
 
const TStringGetFrame () const
 
Int_t GetNameIndex (const Char_t *name) const
 
Double_t GetNormalization () const
 
Int_t GetNumberOfBranches () const
 
virtual Int_t GetNumberOfValues () const
 
TString GetOptionString (const Char_t *opt) const
 
Double_t GetParameter (const Char_t *par) const
 
Double_t GetValue (const Char_t *name) const
 
Double_t GetValue (Int_t i) const
 
Double_t GetValue (void) const
 
virtual TString GetValueName (Int_t i) const
 
virtual Bool_t IsGlobalVariable () const
 
Bool_t IsNBody () const
 
Bool_t IsOneBody () const
 
Bool_t IsOptionGiven (const Char_t *opt)
 
Bool_t IsParameterSet (const Char_t *par)
 
Bool_t IsTwoBody () const
 
void ListInit ()
 
 operator double () const
 
Double_t operator() (const Char_t *name) const
 
Double_t operator() (Int_t i) const
 
Double_t operator() (void) const
 
void Print (Option_t *="") const
 
void SetEventSelection (const EventSelector &f)
 
void SetFrame (const Char_t *ref)
 
void SetMaxNumBranches (Int_t n)
 
void SetNewFrameDefinition (const FrameSetter &f)
 
void SetNormalization (Double_t norm)
 
void SetOption (const Char_t *option, const Char_t *value)
 
void SetParameter (const Char_t *par, Double_t value)
 
void SetSelection (const KVParticleCondition &sel)
 
bool TestEventSelection () const
 
void UnsetOption (const Char_t *opt)
 
void UnsetParameter (const Char_t *par)
 
- Public Member Functions inherited from KVBase
 KVBase ()
 Default constructor. More...
 
 KVBase (const Char_t *name, const Char_t *title="")
 Ctor for object with given name and type. More...
 
 KVBase (const KVBase &)
 copy ctor More...
 
virtual ~ KVBase ()
 
virtual void Clear (Option_t *opt="")
 Clear object properties : name, type/title, number, label. More...
 
const Char_tGetLabel () const
 
UInt_t GetNumber () const
 
UInt_t GetNumberOfObjects () const
 
virtual TObjectGetObject () const
 
const Char_tGetType () const
 
Bool_t HasLabel () const
 
virtual Bool_t IsCalled (const Char_t *name) const
 
Bool_t IsLabelled (const Char_t *l) const
 
virtual Bool_t IsType (const Char_t *typ) const
 
virtual void List ()
 
KVBaseoperator= (const KVBase &)
 copy assignment operator More...
 
Double_t ProtectedGetX (const TF1 *func, Double_t val, int &status, Double_t xmin=0.0, Double_t xmax=0.0) const
 
void SetLabel (const Char_t *lab)
 
virtual void SetNumber (UInt_t num)
 
virtual void SetType (const Char_t *str)
 
- Public Member Functions inherited from TNamed
 TNamed ()
 
 TNamed (const char *name, const char *title)
 
 TNamed (const TNamed &named)
 
 TNamed (const TString &name, const TString &title)
 
virtual ~TNamed ()
 
virtual TObjectClone (const char *newname="") const
 
virtual Int_t Compare (const TObject *obj) const
 
virtual void FillBuffer (char *&buffer)
 
virtual const char * GetName () const
 
virtual const char * GetTitle () const
 
virtual ULong_t Hash () const
 
virtual Bool_t IsSortable () const
 
virtual void ls (Option_t *option="") const
 
TNamedoperator= (const TNamed &rhs)
 
virtual void SetName (const char *name)
 
virtual void SetNameTitle (const char *name, const char *title)
 
virtual void SetTitle (const char *title="")
 
virtual Int_t Sizeof () const
 
- Public Member Functions inherited from TObject
 TObject ()
 
 TObject (const TObject &object)
 
virtual ~TObject ()
 
void AbstractMethod (const char *method) const
 
virtual void AppendPad (Option_t *option="")
 
virtual void Browse (TBrowser *b)
 
ULong_t CheckedHash ()
 
virtual const char * ClassName () const
 
virtual void Delete (Option_t *option="")
 
virtual Int_t DistancetoPrimitive (Int_t px, Int_t py)
 
virtual void Draw (Option_t *option="")
 
virtual void DrawClass () const
 
virtual TObjectDrawClone (Option_t *option="") const
 
virtual void Dump () const
 
virtual void Error (const char *method, const char *msgfmt,...) const
 
virtual void Execute (const char *method, const char *params, Int_t *error=0)
 
virtual void Execute (TMethod *method, TObjArray *params, Int_t *error=0)
 
virtual void ExecuteEvent (Int_t event, Int_t px, Int_t py)
 
virtual void Fatal (const char *method, const char *msgfmt,...) const
 
virtual TObjectFindObject (const char *name) const
 
virtual TObjectFindObject (const TObject *obj) const
 
virtual Option_tGetDrawOption () const
 
virtual const char * GetIconName () const
 
virtual char * GetObjectInfo (Int_t px, Int_t py) const
 
virtual Option_tGetOption () const
 
virtual UInt_t GetUniqueID () const
 
virtual Bool_t HandleTimer (TTimer *timer)
 
Bool_t HasInconsistentHash () const
 
virtual void Info (const char *method, const char *msgfmt,...) const
 
virtual Bool_t InheritsFrom (const char *classname) const
 
virtual Bool_t InheritsFrom (const TClass *cl) const
 
virtual void Inspect () const
 
void InvertBit (UInt_t f)
 
virtual Bool_t IsEqual (const TObject *obj) const
 
virtual Bool_t IsFolder () const
 
R__ALWAYS_INLINE Bool_t IsOnHeap () const
 
R__ALWAYS_INLINE Bool_t IsZombie () const
 
void MayNotUse (const char *method) const
 
virtual Bool_t Notify ()
 
void Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const
 
void operator delete (void *ptr)
 
void operator delete[] (void *ptr)
 
voidoperator new (size_t sz)
 
voidoperator new (size_t sz, void *vp)
 
voidoperator new[] (size_t sz)
 
voidoperator new[] (size_t sz, void *vp)
 
TObjectoperator= (const TObject &rhs)
 
virtual void Paint (Option_t *option="")
 
virtual void Pop ()
 
virtual Int_t Read (const char *name)
 
virtual void RecursiveRemove (TObject *obj)
 
void ResetBit (UInt_t f)
 
virtual void SaveAs (const char *filename="", Option_t *option="") const
 
virtual void SavePrimitive (std::ostream &out, Option_t *option="")
 
void SetBit (UInt_t f)
 
void SetBit (UInt_t f, Bool_t set)
 
virtual void SetDrawOption (Option_t *option="")
 
virtual void SetUniqueID (UInt_t uid)
 
virtual void SysError (const char *method, const char *msgfmt,...) const
 
R__ALWAYS_INLINE Bool_t TestBit (UInt_t f) const
 
Int_t TestBits (UInt_t f) const
 
virtual void UseCurrentStyle ()
 
virtual void Warning (const char *method, const char *msgfmt,...) const
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0)
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const
 

Protected Member Functions

void ComputeTemperature () const
 
void fill (const KVNucleus *)
 
void init_KVCalorimetry ()
 
void SetFragmentMinimumCharge (Double_t value)
 protected method, set the value of FragmentMinimumCharge parameter More...
 
void SetLevelDensityParameter (Double_t value)
 protected method, set the value of LevelDensityParameter parameter More...
 
void SetNeutronMeanEnergyFactor (Double_t value)
 
void SetParticleFactor (Double_t value)
 protected method, set the value of ParticleFactor parameter More...
 
void SumUp ()
 
- Protected Member Functions inherited from KVCaloBase
void AddIngValue (KVString name, Double_t value)
 
void ComputeExcitationEnergy ()
 
Double_t GetIngValue (Int_t idx) const
 
virtual Double_t getvalue_int (Int_t) const
 
Bool_t RootSquare (Double_t aaa, Double_t bbb, Double_t ccc)
 
void SetIngValue (KVString name, Double_t value)
 
- Protected Member Functions inherited from KVVarGlob
void ClearNameIndex ()
 
virtual void fill2 (const KVNucleus *, const KVNucleus *)
 
int GetIndexAtListPosition (int pos) const
 
TString GetNameAtListPosition (int pos) const
 
KVNameValueListGetParameters ()
 
const KVNameValueListGetParameters () const
 
virtual Double_t getvalue_char (const Char_t *name) const
 
virtual Double_t getvalue_void () const
 
void SetNameIndex (const Char_t *name, Int_t index)
 
- Protected Member Functions inherited from TObject
virtual void DoError (int level, const char *location, const char *fmt, va_list va) const
 
void MakeZombie ()
 

Protected Attributes

Bool_t kchargediff
 = kTRUE -> distinction entre particule et fragment More...
 
Bool_t kfree_neutrons_included
 = kTRUE -> Estimation des neutrons libre est faite More...
 
Bool_t ktempdeduced
 = kTRUE -> calcul de la temperature More...
 
- Protected Attributes inherited from KVCaloBase
Bool_t kIsModified
 indique les ingredients ont ete modifies More...
 
Double_t kracine_max
 
Double_t kracine_min
 deux racines issues de la resolution de RootSquare More...
 
Int_t kroot_status
 statut pour la methode de RootSquare More...
 
KVNucleus nn
 permet d utiliser des methodes de KVNucleus More...
 
KVNameValueList nvl_ing
 //Contains all ingredients computed More...
 
- Protected Attributes inherited from KVVarGlob
Int_t fType
 type of variable global; = kOneBody, kTwoBody or kNBody More...
 
Char_t fValueType
 type (='I' integer or 'D' double) of global variable value More...
 
- Protected Attributes inherited from KVBase
TString fLabel
 label for the object More...
 
- Protected Attributes inherited from TNamed
TString fName
 
TString fTitle
 
- Protected Attributes inherited from TObject
 kOnlyPrepStep
 

Additional Inherited Members

- Public Types inherited from KVVarGlob
enum  { kOneBody , kTwoBody , kNBody }
 
- Public Types inherited from KVBase
enum  EKaliVedaBits { kIsKaliVedaObject = BIT(23) }
 
- Public Types inherited from TObject
enum  EDeprecatedStatusBits
 
enum  EStatusBits
 
- Static Public Member Functions inherited from KVVarGlob
static void MakeClass (const Char_t *classname, const Char_t *classdesc, int type=kOneBody)
 
- Static Public Member Functions inherited from KVBase
static Bool_t AreEqual (Double_t x, Double_t y, Long64_t maxdif=1)
 Comparison between two 64-bit floating-point values. More...
 
static void BackupFileWithDate (const Char_t *path)
 
static void CombineFiles (const Char_t *file1, const Char_t *file2, const Char_t *newfilename, Bool_t keep=kTRUE)
 
static void Deprecated (const char *method, const char *advice)
 
static Bool_t FindClassSourceFiles (const Char_t *class_name, KVString &imp_file, KVString &dec_file, const Char_t *dir_name=".")
 
static Bool_t FindExecutable (TString &exec, const Char_t *path="$(PATH)")
 
static const Char_tFindFile (const Char_t *search, TString &wfil)
 
static const Char_tGetBINDIRFilePath (const Char_t *namefile="")
 
static const Char_tGetDATABASEFilePath ()
 
static const Char_tGetDATADIRFilePath (const Char_t *namefile="")
 
static Bool_t GetDataSetEnv (const Char_t *dataset, const Char_t *type, Bool_t defval)
 
static const Char_tGetDataSetEnv (const Char_t *dataset, const Char_t *type, const Char_t *defval)
 
static Double_t GetDataSetEnv (const Char_t *dataset, const Char_t *type, Double_t defval)
 
static const Char_tGetETCDIRFilePath (const Char_t *namefile="")
 
static const Char_tGetExampleFilePath (const Char_t *library, const Char_t *namefile)
 Return full path to example file for given library (="KVMultiDet", "BackTrack", etc.) More...
 
static const Char_tGetINCDIRFilePath (const Char_t *namefile="")
 
static const Char_tGetKVBuildDate ()
 Returns KaliVeda build date. More...
 
static const Char_tGetKVBuildDir ()
 Returns top-level directory used for build. More...
 
static const Char_tGetKVBuildTime ()
 Returns KaliVeda build date. More...
 
static const Char_tGetKVBuildType ()
 Returns KaliVeda build type (cmake build: Release, Debug, RelWithDebInfo, ...) More...
 
static const Char_tGetKVBuildUser ()
 Returns username of person who performed build. More...
 
static const Char_tGetKVSourceDir ()
 Returns top-level directory of source tree used for build. More...
 
static const Char_tGetKVVersion ()
 Returns KaliVeda version string. More...
 
static const Char_tGetLIBDIRFilePath (const Char_t *namefile="")
 
static const Char_tGetListOfPlugins (const Char_t *base)
 
static const Char_tGetListOfPluginURIs (const Char_t *base)
 
static const Char_tGetPluginURI (const Char_t *base, const Char_t *plugin)
 
static void GetTempFileName (TString &base)
 
static const Char_tGetTEMPLATEDIRFilePath (const Char_t *namefile="")
 
static const Char_tGetWORKDIRFilePath (const Char_t *namefile="")
 
static const Char_tgitBranch ()
 Returns git branch of sources. More...
 
static const Char_tgitCommit ()
 Returns last git commit of sources. More...
 
static void InitEnvironment ()
 
static bool is_gnuinstall ()
 
static Bool_t IsThisAPlugin (const TString &uri, TString &base)
 
static TPluginHandlerLoadPlugin (const Char_t *base, const Char_t *uri="0")
 
static Bool_t OpenContextMenu (const char *method, TObject *obj, const char *alt_method_name="")
 
static void OpenTempFile (TString &base, std::ofstream &fp)
 
static void PrintSplashScreen ()
 Prints welcome message and infos on version etc. More...
 
static Bool_t SearchAndOpenKVFile (const Char_t *name, std::ifstream &file, const Char_t *kvsubdir="", KVLockfile *locks=0)
 
static Bool_t SearchAndOpenKVFile (const Char_t *name, std::ofstream &file, const Char_t *kvsubdir="", KVLockfile *locks=0)
 
static Bool_t SearchKVFile (const Char_t *name, TString &fullpath, const Char_t *kvsubdir="")
 
static const Char_tWorkingDirectory ()
 
- Static Public Member Functions inherited from TObject
static Longptr_t GetDtorOnly ()
 
static Bool_t GetObjectStat ()
 
static void SetDtorOnly (void *obj)
 
static void SetObjectStat (Bool_t stat)
 
- Public Attributes inherited from TObject
 kBitMask
 
 kCanDelete
 
 kCannotPick
 
 kHasUUID
 
 kInconsistent
 
 kInvalidObject
 
 kIsOnHeap
 
 kIsReferenced
 
 kMustCleanup
 
 kNoContextMenu
 
 kNotDeleted
 
 kObjInCanvas
 
 kOverwrite
 
 kSingleKey
 
 kWriteDelete
 
 kZombie
 
- Static Protected Member Functions inherited from KVVarGlob
static void AddFillMethod (KVClassFactory &cf, int type)
 
static void AddFillMethodBody (KVClassFactory &cf, KVString &body, int type)
 
static void AddInitMethod (KVClassFactory &cf, KVString &body)
 
static void FillMethodBody (KVString &body, int type)
 
static void ImplementInitMethod (KVClassFactory &cf, KVString &body, int type)
 

#include <KVCalorimetry.h>

Inheritance diagram for KVCalorimetry:
Inheritance graph
[legend]

Constructor & Destructor Documentation

◆ KVCalorimetry() [1/2]

KVCalorimetry::KVCalorimetry ( void  )

Createur par default.

Definition at line 21 of file KVCalorimetry.cpp.

◆ KVCalorimetry() [2/2]

KVCalorimetry::KVCalorimetry ( const Char_t nom)

Constructeur avec un nom.

Definition at line 36 of file KVCalorimetry.cpp.

◆ ~KVCalorimetry()

KVCalorimetry::~KVCalorimetry ( void  )
virtual

Destructeur.

Definition at line 48 of file KVCalorimetry.cpp.

Member Function Documentation

◆ Calculate()

void KVCalorimetry::Calculate ( void  )
virtual

Realisation de la calorimétrie Calcul de l'energie d'excitation, temperature (optionnel), de l'energie moyenne des neutrons (optionnel) appel de SumUp() Cette methode retourne kTRUE si tout s'est bien passee, kFALSE si il y a un probleme dans la resolution du polynome d'ordre 2

Deux modes de calcul:

  • mode normal (par defaut) Resolution de l'equation Exci + Qini = \Sigma Ek + \Sigma Q -> Exci = \Sigma Ek + \Sigma Q - Qini

Optionnel : le calcul de la temperature peut etre egalement fait si la methode DeduceTemperature(Double_t LevelDensityParameter) a ete appelee elle est obtenue via la formule : Exci = Asum/[LevelDensityParameter] * T*T

Info("Calculate","Debut");

Reimplemented from KVCaloBase.

Definition at line 423 of file KVCalorimetry.cpp.

◆ ComputeTemperature()

void KVCalorimetry::ComputeTemperature ( ) const
protected

Definition at line 495 of file KVCalorimetry.cpp.

◆ DeduceTemperature()

void KVCalorimetry::DeduceTemperature ( Double_t  LevelDensityParameter)

The temperature will be computed, the parameter LevelDensityParameter is needed in the formula : Exci = Asum/[LevelDensityParameter] * T*T (resolved in Calculate() method)

this method is automaticaly called by the IncludeFreeNeutrons method

NOTE : when this method is called, Reset of the object are called also it has to be called before the first Fill

Definition at line 179 of file KVCalorimetry.cpp.

◆ fill()

void KVCalorimetry::fill ( const KVNucleus n)
protectedvirtual

Remplissage des energies, masse, charge et defaut de masse Pour l'energie cinetique, si l'utilisateur a utilise en amont la methode KVVarGlob::SetFrame(const Char_t*), c'est dans ce repere que les energies sont sommees (a condition que chaque KVNucleus possede le repere avec un nom identique)

Deux modes de remplissages :

  • mode par default, somme simple sur les A, Z, Ek, Q sans distinction du type de particules
  • mode avec distinction particules / fragments, actif si la methode UseChargeDiff(Int_t FragmentMinimumCharge,Double_t ParticleFactor) a ete appelee : ->Une distinction entre produits avec une charge strictement inferieur à FragmentMinimumCharge (particules) et superieur ou egale (fragments) est appliquee

Reimplemented from KVCaloBase.

Definition at line 252 of file KVCalorimetry.cpp.

◆ IncludeFreeNeutrons()

void KVCalorimetry::IncludeFreeNeutrons ( Double_t  AsurZ,
Double_t  NeutronMeanEnergyFactor,
Double_t  LevelDensityParameter 
)

Free neutrons are taken into account AsurZ parameter, allow to evaluate the number of free neutrons Mn = [AsurZ]*Zsum - Asum (done by the method SumUp)

then the parameters NeutronMeanEnergyFactor, LevelDensityParameter are used in the formula : Asum/[LevelDensityParameter] * T*T + Qi - \Sigma Ek - [NeutronMeanEnergyFactor]*Mn*T - \Sigma Q = 0 which is resolved in Calculate() method

NOTE : when this method is called, Reset of the object are called also it has to be called before the first Fill

Definition at line 210 of file KVCalorimetry.cpp.

◆ Init()

void KVCalorimetry::Init ( void  )
virtual

Init() is called by KVGVList::MakeBranches(), so this is the latest they can be set up. Depending on options chosen by user, list of branches will be very different.

Example: with kchargediff=true: 0 | Zpart | 3.000000000 1 | Apart | 7.000000000 2 | Ekpart | 10.0000000 3 | Qpart | 17.37470000 4 | Mpart | 2.000000000 5 | Zfrag | 7.000000000 6 | Afrag | 16.00000000 7 | Ekfrag | 40.0000000 8 | Qfrag | 5.683700000 9 | Mfrag | 1.000000000 10 | Zsum* | 13.00000000 same as KVCaloBase 11 | Asum | 30.00000000 12 | Eksum* | 60.0000000 13 | Qsum* | 40.43310000 14 | Msum* | 5.000000000 15 | Qini* | -15.8724000 16 | Exci* | 116.3055000 or with kfree_neutrons_included = true: <Zsum*=55> <Asum*=130> <Eksum*=0> <Qsum*=-81.4084> <Msum*=2> <Aexcess=20> <Aneu=0> <Qneu=0> <Mneu=0> <Qini*=-86.9004> <Temp=0.64997> <Exci*=5.492> <Ekneu=0> or with both options: <Zfrag=54> <Afrag=129> <Ekfrag=0> <Qfrag=-88.6974> <Mfrag=1> <Zpart=1> <Apart=1> <Ekpart=0> <Qpart=7.289> <Mpart=1> <Zsum*=56> <Asum*=131> <Eksum*=0> <Qsum*=-74.1194> <Msum*=3> <Aexcess=19> <Aneu=0> <Qneu=0> <Mneu=0> <Qini*=-86.683> <Temp=0.979313> <Exci*=12.5636> <Ekneu=0>

Reimplemented from KVCaloBase.

Definition at line 568 of file KVCalorimetry.cpp.

◆ init_KVCalorimetry()

void KVCalorimetry::init_KVCalorimetry ( )
protected

protected method Private initialisation method called by all constructors. All member initialisations should be done here.

Definition at line 61 of file KVCalorimetry.cpp.

◆ SetAsurZ()

void KVCalorimetry::SetAsurZ ( Double_t  value)

protected method, set the value of AsurZ parameter

Definition at line 110 of file KVCalorimetry.cpp.

◆ SetFragmentMinimumCharge()

void KVCalorimetry::SetFragmentMinimumCharge ( Double_t  value)
protected

protected method, set the value of FragmentMinimumCharge parameter

Definition at line 80 of file KVCalorimetry.cpp.

◆ SetLevelDensityParameter()

void KVCalorimetry::SetLevelDensityParameter ( Double_t  value)
protected

protected method, set the value of LevelDensityParameter parameter

Definition at line 100 of file KVCalorimetry.cpp.

◆ SetNeutronMeanEnergyFactor()

void KVCalorimetry::SetNeutronMeanEnergyFactor ( Double_t  value)
protected

protected method, set the value of NeutronMeanEnergyFactor parameter value = 1.0 : surface emission value = 1.5 : volume emission

Definition at line 122 of file KVCalorimetry.cpp.

◆ SetParticleFactor()

void KVCalorimetry::SetParticleFactor ( Double_t  value)
protected

protected method, set the value of ParticleFactor parameter

Definition at line 90 of file KVCalorimetry.cpp.

◆ SumUp()

void KVCalorimetry::SumUp ( )
protectedvirtual

protected method Appele par Calculate pour mettre a jour les differents ingredients de la calorimetrie :

Trois modes de sommes:

  • mode normal (par defaut) determination de l exces de masse de la source recontruite, dernier ingredient de l'equation : Exci + Qini = \Sigma Ek + \Sigma Q -> Exci = \Sigma Ek + \Sigma Q - Qini
  • mode avec distinction particules / fragments, actif si la methode UseChargeDiff(Int_t FragmentMinimumCharge,Double_t ParticleFactor) a ete appelee : -> une distinction entre produits avec une charge strictement inferieur a FragmentMinimumCharge (particules) et superieur ou egale (fragments) est appliquee Ainsi dans la methode SumUp() pour les energies cinetiques, par exemple l'energie cinetique de la source reconstruite sera Eksum = Ekfrag(Z>=[FragmentMinimumCharge]) + [ParticleFactor]*Ekpart(Z<[FragmentMinimumCharge]) Determination ensuite de l exces de masse de la source
  • mode avec prise en compte des neutrons libres, actif si la methode IncludeFreeNeutrons(Double_t AsurZ,Double_t NeutronMeanEnergyFactor,Double_t LevelDensityParameter) L'estimation du nombre neutrons, est fait en utilisant un AsurZ (paramètre de la calorimétrie) suppose de la source reconstruite : le nombre de neutrons libres est alors egal : Mn = [AsurZ]*Zsum - Asum Pour un Zsou reconstruit, on rajoute des neutrons pour que le Asou corresponde a un AsurZ predefini On en deduit ensuite l'exces de masse asscoie a ces neutrons Determination ensuite de l exces de masse de la source Les proprietes de la source sont calculees

Reimplemented from KVCaloBase.

Definition at line 327 of file KVCalorimetry.cpp.

◆ UseChargeDiff()

void KVCalorimetry::UseChargeDiff ( Int_t  FragmentMinimumCharge,
Double_t  ParticleFactor 
)

Make a difference between particle with a charge (GetZ) greater (fragments) or smaller (particles) than FragmentMinimumCharge.

When sum on charge (Zsum), mass (Asum), energy (Eksum), are performed, two partial sums are done, respect to the previous distinction and particle ones will be multiply by ParticleFactor

for example, for the kinetic energy, it gives at the end : Eksum = \Sigma Ek(Z>=[FragmentMinimumCharge]) + [ParticleFactor]*\Sigma Ek(Z<[FragmentMinimumCharge]) this operation is done in the SumUp() method

NOTE : when this method is called, Reset of the object are called also it has to be called before the first Fill

Definition at line 146 of file KVCalorimetry.cpp.

Member Data Documentation

◆ kchargediff

Bool_t KVCalorimetry::kchargediff
protected

= kTRUE -> distinction entre particule et fragment

Definition at line 137 of file KVCalorimetry.h.

◆ kfree_neutrons_included

Bool_t KVCalorimetry::kfree_neutrons_included
protected

= kTRUE -> Estimation des neutrons libre est faite

Definition at line 136 of file KVCalorimetry.h.

◆ ktempdeduced

Bool_t KVCalorimetry::ktempdeduced
protected

= kTRUE -> calcul de la temperature

Definition at line 138 of file KVCalorimetry.h.


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