BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
DCFillableNeutralNCList.h File Reference
#include "DecayChain/List/DCNeutralNCVisibleList.h"
#include "DecayChain/List/Template/DCFillableNeutralNCList.cc"

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 154 of file Event/DecayChain/include/DecayChain/List/DCFillableNeutralNCList.h.

155 {
156 aFillableList.fill( first, last );
157}
void fill(const dchain::LabeledParticleList< NeutralNC, typename NeutralNC::CandidateClass > &aList)