]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TEvtGen/EvtGenBase/EvtMRes.cxx
add opening angle versus energy asymmetry histogram
[u/mrichter/AliRoot.git] / TEvtGen / EvtGenBase / EvtMRes.cxx
1 #include "EvtGenBase/EvtPatches.hh"
2 #include "EvtGenBase/EvtMRes.hh"
3
4 EvtMRes::~EvtMRes()
5 {
6     for(size_t i=0; i<_children.size(); ++i)
7         delete _children[i];
8 }