4 #include "KVSimReader_MMM_asym.h"
61 if (nevt % 1000 == 0)
Info(
"ReadFile",
"%d evts lus", nevt);
77 Int_t mult = 0, natt = 0;
91 Info(
"ReadEvent",
"Nombre de parametres (%d) different de celui attendu (%d)", res, natt);
94 for (
Int_t mm = 0; mm < mult; mm += 1) {
123 nuc->SetMomentum(px, py, pz);
132 nuc->GetParameters()->SetValue(
"Prov",
"QP");
135 nuc->SetZandA(zz, aa);
136 nuc->SetMomentum(px, py, pz);
138 nuc->GetParameters()->SetValue(
"Prov",
"QC");
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
ReadStatus ReadLine(const KVString &pattern="")
Double_t GetDoubleReadPar(Int_t pos) const
Int_t GetIntReadPar(Int_t pos) const
Int_t GetNparRead() const
Nucleus in a simulated event.
Read ascii file for asymptotic events of the MMM code after deexcitation.
Bool_t ReadEvent() override
void SetBoost(TVector3 &vQP, TVector3 &vQC)
KVSimReader_MMM_asym()
Default constructor.
Bool_t ReadNucleus() override
virtual ~KVSimReader_MMM_asym()
Destructor.
virtual Bool_t HasToFill()
virtual void ConvertEventsInFile(KVString filename)
Method called by constructors with KVString filename argument.
Extension of ROOT TString class which allows backwards compatibility with ROOT v3....
virtual void Info(const char *method, const char *msgfmt,...) const