Newer
Older
#include <stack/super_stupid/SuperStupidStack.h>
void fill(stack::super_stupid::SuperStupidStack& s) {
void read(stack::super_stupid::SuperStupidStack& s) {
cout << "found Stack with " << s.GetSize() << " particles. " << endl;
double Etot = 0;
stack::super_stupid::SuperStupidStack s;