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)
 
Links multiple listeners to be notified on TChain file changes.
 
This file contains a specialised ROOT message handler to test for diagnostic in unit tests.