Go to the documentation of this file.
4 #ifndef tools_ntuple_binding
5 #define tools_ntuple_binding
32 if(&a_from==
this)
return *
this;
63 void add_column(
const std::string& a_name,T& a_user_var) {
68 void add_column(
const std::string& a_name,std::vector<T>& a_user_var) {
95 if((*it).name()==a_name) {
96 a_cid = (*it).get_cid();
97 a_obj = (*it).user_obj();
109 if((*it).name()==a_name) {
111 return (T*)((*it).user_obj());
120 if((*it).name()==a_name) {
121 if((*it).get_cid()!=_cid_std_vector<T>())
return 0;
122 return (std::vector<T>*)((*it).user_obj());
#define tools_vforcit(a__T, a__v, a__it)