KaliVeda
Toolkit for HIC analysis
KVSimReader_HIPSE_asym.h
1 
4 #ifndef __KVSIMREADER_HIPSE_ASYM_H
5 #define __KVSIMREADER_HIPSE_ASYM_H
6 
7 #include "KVSimReader_HIPSE.h"
8 #include "KVNameValueList.h"
9 #include "TRotation.h"
10 
11 class KVNucleus;
12 class TH1F;
13 
22  void init()
23  {
24  Info("init", "passe");
25  tree_name = "HIPSE_asym";
26  Info("init", "%s", branch_name.Data());
27  fPhiPlan = 0.;
28  }
29 
30 protected:
31  Double_t fPhiPlan;
32  TRotation rr;
33  void define_output_filename() override;
34 
35 public:
36 
39 
40  virtual ~KVSimReader_HIPSE_asym();
41 
42  Bool_t ReadEvent() override;
43  Bool_t ReadNucleus() override;
44 
45  void ConvertEventsInFile(KVString filename) override;
46 
47  ClassDefOverride(KVSimReader_HIPSE_asym, 1) //Read ascii file for asymptotic events of the HIPSE code after SIMON deexcitation
48 };
49 
50 #endif
bool Bool_t
double Double_t
#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.
Definition: KVNucleus.h:123
Read ascii file for asymptotic events of the HIPSE code after SIMON deexcitation.
virtual ~KVSimReader_HIPSE_asym()
Destructor.
KVSimReader_HIPSE_asym()
Default constructor.
void ConvertEventsInFile(KVString filename) override
Read ascii file for events of the HIPSE code after clusterization.
Extension of ROOT TString class which allows backwards compatibility with ROOT v3....
Definition: KVString.h:73
virtual void Info(const char *method, const char *msgfmt,...) const
str tree_name