10 #include "KVRawDataReader.h"
12 #include "TPluginManager.h"
50 if (base !=
"KVRawDataReader") {
51 ::Error(
"KVRawDataReader::OpenFile",
"%s is plugin of wrong type (%s)", type.Data(), base.Data());
59 ::Error(
"KVRawDataReader::OpenFile",
"Failed to load plugin handler for %s", type.Data());
static Bool_t IsThisAPlugin(const TString &uri, TString &base)
static TPluginHandler * LoadPlugin(const Char_t *base, const Char_t *uri="0")
Abstract base class for reading raw (DAQ) data.
static KVRawDataReader * OpenFile(const TString &type, const TString &filename)
virtual ~KVRawDataReader()
Destructor.