4 #ifndef __KVSIMREADER_HIPSE_H
5 #define __KVSIMREADER_HIPSE_H
7 #include "KVSimReader.h"
20 Info(
"init",
"passe");
22 Info(
"init",
"%s", branch_name.Data());
30 virtual void define_output_filename();
45 AddInfo({
"Hardness of the potential", val});
49 AddInfo({
"Percentage of exchange", val});
53 AddInfo({
"Percentage of N-N collisions", val});
#define ClassDefOverride(name, id)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char filename
Description of properties and kinematics of atomic nuclei.
Read ascii file for events of the HIPSE code after clusterization.
void ConvertEventsInFile(KVString filename) override
Bool_t ReadNucleus() override
Bool_t ReadEvent() override
Bool_t ReadHeader() override
KVSimReader_HIPSE()
Default constructor.
virtual void SetExchangePercentage(Double_t val)
virtual ~KVSimReader_HIPSE()
virtual void SetNNCollisionPercentage(Double_t val)
virtual void SetPotentialHardness(Double_t val)
Base class to read output files for simulation and create tree using KVSimEvent class.
void AddInfo(const KVNamedParameter &)
Extension of ROOT TString class which allows backwards compatibility with ROOT v3....
virtual void Info(const char *method, const char *msgfmt,...) const