2 #include "include/heputil.h"
14 #include "include/gzstream.h"
20 void WriteEvent(
HEP::Event &outevent,GZ::ogzstream &outstream,
bool writehadrons=
false);
22 bool ReadHAEvent(
HEP::Event &inevent,GZ::igzstream &instream);
27 inline std::string& rtrim(std::string& s)
29 static const char* ws =
" \t\n\r\f\v";
30 s.erase(s.find_last_not_of(ws) + 1);
Simple event class, separating particles into classes.
Definition: heputil.h:227
Modified by Mark Goodsell goodsell@lpthe.jussieu.fr
Definition: ATLAS_SUSY_2018_16.cc:27