105 TGenericClassInfo *GenerateInitInstance(
T const *);
108 std::vector<ROOT::Internal::TSchemaHelper> readrules(1);
109 ROOT::Internal::TSchemaHelper &rule = readrules[0];
110 rule.fTarget =
"buffer_,impl_";
111 rule.fSourceClass =
type;
112 rule.fSource =
type +
"::Implementation impl_;";
113 rule.fCode =
type +
"::ROOTReadStreamer(newObj, onfile.impl_)";
114 rule.fVersion =
"[1-]";
118 rule.fFunctionPtr =
reinterpret_cast<void *
>(::readPortableHostMultiCollection_v1<T>);
119 rule.fAttributes =
"";
122 TGenericClassInfo *
instance = GenerateInitInstance((
T const *)
nullptr);
static PFTauRenderPlugin instance