49 if (
nevt % 1000 == 0)
Info(
"ReadFile",
"%d evts lus",
nevt);
65 Int_t mult = 0, natt = 0;
72 Info(
"ReadEvent",
"case 0 line est vide");
77 natt = 6 * mult + 4 + 1;
79 Info(
"ReadEvent",
"Nombre de parametres (%d) different de celui attendu (%d)", res, natt);
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
virtual void SetNumber(UInt_t num)
KVNameValueList * GetParameters() const
virtual void Clear(Option_t *opt="")
KVNucleus * AddParticle()
void ReadLine(const Char_t *pattern)
Double_t GetDoubleReadPar(Int_t pos)
Int_t GetIntReadPar(Int_t pos)
void SetValue(const Char_t *name, value_type value)
void SetExcitEnergy(Double_t e)
void SetZ(Int_t z, Char_t mt=-1)
void SetMomentum(const TVector3 &v)
Nucleus in a simulated event.
Read ascii file for events of the MMM code at Freeze Out.
virtual Bool_t ReadNucleus()
virtual Bool_t ReadEvent()
virtual ~KVSimReader_MMM()
Destructor.
KVSimReader_MMM()
Default constructor.
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