BOSS 7.0.7
BESIII Offline Software System
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DCFillableNeutralNCList.h File Reference

Go to the source code of this file.

Classes

class  DCFillableNeutralNCList< NeutralNC >
 

Functions

template<class NeutralNC , class WitnessIterator >
void dc_fill (DCFillableNeutralNCList< NeutralNC > &aFillableList, WitnessIterator first, WitnessIterator last)
 

Function Documentation

◆ dc_fill()

template<class NeutralNC , class WitnessIterator >
void dc_fill ( DCFillableNeutralNCList< NeutralNC > &  aFillableList,
WitnessIterator  first,
WitnessIterator  last 
)
inline

Definition at line 153 of file DCFillableNeutralNCList.h.

156{
157 aFillableList.fill(first,last);
158}