9 #ifndef GAUDIROOTCNV_ROOTADDRESS_H
10 #define GAUDIROOTCNV_ROOTADDRESS_H
14 #include "TTreeFormula.h"
26 class RootDataConnection;
49 const std::string& p1=
"",
50 const std::string& p2=
"",
53 :
GenericAddress(svc,clid,p1,p2,ip1,ip2), select(0), section(0) { }
59 #endif // GAUDIROOTCNV_ROOTADDRESS_H
TTree * section
Pointer to ROOT TTree (filled for N-tuples only)
Generic Transient Address.
unsigned int CLID
Class ID definition.
TTreeFormula * select
Pointer to ROOT select statement (filled for N-tuples only)
Helper functions to set/get the application return code.
RootAddress(long svc, const CLID &clid, const std::string &p1="", const std::string &p2="", unsigned long ip1=0, unsigned long ip2=0)
Full constructor.
virtual ~RootAddress()
Standard Destructor.