|
@@ -7,7 +7,6 @@
|
|
#include "TClonesArray.h"
|
|
#include "TClonesArray.h"
|
|
|
|
|
|
// UNI headers
|
|
// UNI headers
|
|
-#include "UParticle.h"
|
|
|
|
#include "UEvent.h"
|
|
#include "UEvent.h"
|
|
|
|
|
|
ClassImp(UEvent);
|
|
ClassImp(UEvent);
|
|
@@ -48,12 +47,13 @@ void UEvent::print(Option_t* option) {
|
|
<< "Number of time steps : " << fNes << std::endl
|
|
<< "Number of time steps : " << fNes << std::endl
|
|
<< "Time step number : " << fStepNr << std::endl
|
|
<< "Time step number : " << fStepNr << std::endl
|
|
<< "Time of the time step (fm) : " << fStepT << std::endl
|
|
<< "Time of the time step (fm) : " << fStepT << std::endl
|
|
- << "Number of particles : " << fNpa << std::endl
|
|
|
|
<< "Comment :\n" << fComment << std::endl;
|
|
<< "Comment :\n" << fComment << std::endl;
|
|
|
|
+#if 0
|
|
TString opt = option;
|
|
TString opt = option;
|
|
if(opt.Contains("all")) {
|
|
if(opt.Contains("all")) {
|
|
// TODO: particle info?
|
|
// TODO: particle info?
|
|
}
|
|
}
|
|
|
|
+#endif
|
|
std::cout << "---------------------------------------------" << std::endl;
|
|
std::cout << "---------------------------------------------" << std::endl;
|
|
}
|
|
}
|
|
|
|
|