BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
DCFillableNeutralList.h File Reference
#include <vector>
#include "DecayChain/List/DCNeutralVisibleList.h"
#include "DecayChain/List/Template/DCFillableNeutralList.cc"

Go to the source code of this file.

Classes

class  DCFillableNeutralList< Neutral >

Functions

template<class Neutral, class WitnessIterator>
void dc_fill (DCFillableNeutralList< Neutral > &aFillableList, WitnessIterator first, WitnessIterator last)

Function Documentation

◆ dc_fill()

template<class Neutral, class WitnessIterator>
void dc_fill ( DCFillableNeutralList< Neutral > & aFillableList,
WitnessIterator first,
WitnessIterator last )
inline

Definition at line 152 of file Event/DecayChain/include/DecayChain/List/DCFillableNeutralList.h.

153 {
154 aFillableList.fill( first, last );
155}
void fill(WitnessIterator first, WitnessIterator last)