#include "FrameDispatcher.h"
#include "WatcherClient.h"
#include "ADFWatchers.h"
#include "CrystalWatchers.h"
#include "PSAWatchers.h"
#include "TrackedWatchers.h"
#include "EventPSAWatchers.h"
#include "EventWatchers.h"
#include "MetaWatchers.h"
#include "RancLegnaroWatchers.h"
#include "DanteWatchers.h"
#include "WatchersConfig.h"
#include "MyTree.h"
Go to the source code of this file.
Functions | |
void | DoTSRateCollector (TTask *top_task, TSRateCollector *collector) |
browse all dispatchers to look for TSRate Watcher More... | |
const char * | GetWN (const char *name, const char *ext) |
Build the Watcher name adding an extension. More... | |
Bool_t | SetupWatchers (const char *df_type, FrameDispatcher *fd, const char *ext="") |
It shows how to set up the watchers for different kind of data flow. More... | |