#include <CDMud.h>
template<class Evidence>
class CDMud< Evidence >
Definition at line 44 of file Event/BesDChain/BesDChain-00-00-14/BesDChain/CDMud.h.
◆ ~CDMud() [1/2]
template<class Evidence >
◆ ~CDMud() [2/2]
template<class Evidence >
◆ clear() [1/2]
template<class Evidence >
void CDMud< Evidence >::clear |
|
static |
Definition at line 72 of file Event/BesDChain/BesDChain-00-00-14/BesDChain/Template/CDMud.cc.
73{
74 vector< const CDFootPrint* >& prints(
footprints() ) ;
75 vector< const CDFootPrint* >::const_iterator finished( prints.end() ) ;
76 for ( vector< const CDFootPrint* >::const_iterator print( prints.begin() ) ;
77 finished != print ;
78 ++print ) {
79
80
82 }
83 prints.erase( prints.begin() ,
84 prints.end() ) ;
85}
static std::vector< const CDFootPrint * > & footprints()
◆ clear() [2/2]
template<class Evidence >
static void CDMud< Evidence >::clear |
( |
| ) |
|
|
static |
◆ footprints() [1/2]
template<class Evidence >
◆ footprints() [2/2]
template<class Evidence >
◆ get() [1/2]
template<class Evidence >
◆ get() [2/2]
template<class Evidence >
The documentation for this class was generated from the following files: