9#ifndef ROOT_RVISUALIZATIONHOLDER_HXX
10#define ROOT_RVISUALIZATIONHOLDER_HXX
32 const std::string &tupleName)
40 const void *
GetObject()
const override {
return nullptr; }
Basic class for object holder of any kind.
const std::string & GetFileName() const
const TClass * GetClass() const override
Returns class of contained object.
const void * GetObject() const override
Returns direct (temporary) object pointer.
RVisualizationHolder(std::shared_ptr< ROOT::RNTupleReader > ntplReader, const std::string &fileName, const std::string &tupleName)
const std::string & GetTupleName() const
std::shared_ptr< ROOT::RNTupleReader > GetNTupleReader() const
std::shared_ptr< ROOT::RNTupleReader > fNtplReader
TClass instances represent classes, structs and namespaces in the ROOT type system.
static TClass * GetClass(const char *name, Bool_t load=kTRUE, Bool_t silent=kFALSE)
Static method returning pointer to TClass of the specified class name.