LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : #include "EvtGenBase/EvtPatches.hh" 2 : #include "EvtGenBase/EvtMRes.hh" 3 : 4 : EvtMRes::~EvtMRes() 5 0 : { 6 0 : for(size_t i=0; i<_children.size(); ++i) 7 0 : delete _children[i]; 8 0 : } |
![]() |
Generated by: LCOV version 1.11 |