51 if (
nevt % 1000 == 0)
Info(
"ReadFile",
"%d evts lus",
nevt);
131 Info(
"ReadNucleus",
"case 0 line est vide");
139 Info(
"ReadNucleus",
"Nombre de parametres (%d) different de celui attendu(%d)", npar, 12);
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
virtual void SetNumber(UInt_t num)
void Clear(Option_t *opt="")
Clear object properties : name, type/title, number, label.
@ EmptyLine
last line read was empty (only whitespace)
@ OK
successful read and import of parameters from line
ReadStatus ReadLineAndCheck(Int_t nexpect, const KVString &pattern)
ReadStatus ReadLine(const KVString &pattern="")
Double_t GetDoubleReadPar(Int_t pos) const
ReadStatus ReadLineAndAdd(const KVString &pattern="")
Int_t GetIntReadPar(Int_t pos) const
Int_t GetNparRead() const
KVString GetReadPar(Int_t pos) const
Int_t GetIntValue(const Char_t *name) const
void SetValue(const Char_t *name, value_type value)
void SetExcitEnergy(Double_t e)
void SetZ(Int_t z, Char_t mt=-1)
KVNameValueList * GetParameters() const
void SetMomentum(const TVector3 &v)
Nucleus in a simulated event.
void SetPosition(Double_t rx, Double_t ry, Double_t rz)
set the position of the nucleus in position space
Read ascii file for events of the SMF code after clusterization.
virtual Bool_t ReadEvent()
virtual Bool_t ReadNucleus()
KVSimReader_SMF()
Default constructor.
virtual ~KVSimReader_SMF()
Destructor.
virtual Bool_t ReadHeader()
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
void Form(const char *fmt,...)
TString & ReplaceAll(const char *s1, const char *s2)