#include <AddDVProxy.h>
Classes | |
struct | Helper |
Static Public Member Functions | |
template<typename T > | |
static void | add (ROOT::TGenericClassInfo *clInfo) |
Set up collection proxy for a DataVector
class.
If cl is a DataVector
class, or derives from one, then we attach an appropriate Root collection proxy to it. This is required for Root to recognize the class as a collection in, eg, TTree::Draw
.
static void xAOD::AddDVProxy::add | ( | ROOT::TGenericClassInfo * | clInfo | ) | [inline, static] |
Set up collection proxy for a DataVector
class.
If cl is a DataVector
class, or derives from one, then we attach an appropriate Root collection proxy to it. This is required for Root to recognize the class as a collection in, eg, TTree::Draw
.