BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
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 157 of file DCFillableNeutralNCList.h.

160{
161 aFillableList.fill(first,last);
162}
void fill(const dchain::LabeledParticleList< NeutralNC, typename NeutralNC::CandidateClass > &aList)