11#ifndef ROOT_RDF_RNEWSAMPLENOTIFIER
12#define ROOT_RDF_RNEWSAMPLENOTIFIER
38 std::vector<std::unique_ptr<TNotifyLink<RNewSampleFlag>>>
fNotifyLink;
RNewSampleNotifier(unsigned int nSlots)
void SetFlag(unsigned int slot)
std::vector< std::unique_ptr< TNotifyLink< RNewSampleFlag > > > fNotifyLink
bool CheckFlag(unsigned int slot) const
std::vector< RNewSampleFlag > fFlags
void UnsetFlag(unsigned int slot)
TNotifyLink< RNewSampleFlag > & GetChainNotifyLink(unsigned int slot)
A node in a doubly linked list of subscribers to TChain notifications.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...