TreeSet-class              package:xps              R Documentation

_C_l_a_s_s _T_r_e_e_S_e_t

_D_e_s_c_r_i_p_t_i_o_n:

     This is the virtual base class for all other classes providing the
     link to  a 'ROOT' file and the 'ROOT' trees contained therein.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     A virtual Class: No objects may be created from it.

_S_l_o_t_s:


     '_s_e_t_n_a_m_e': Object of class '"character"' representing the name to
          the 'ROOT' file subdirectory where the 'ROOT' trees are
          stored, usually one of DataTreeSet, PreprocesSet,
          CallTreeSet.

     '_s_e_t_t_y_p_e': Object of class '"character"' describing the type of
          treeset stored in 'setname', usually one of scheme,
          rawdata, preprocess.

     '_r_o_o_t_f_i_l_e': Object of class '"character"' representing the name 
          of the 'ROOT' file, including full path.

     '_f_i_l_e_d_i_r': Object of class '"character"' describing the full path
          to the system directory where 'rootfile' is stored.

     '_n_u_m_t_r_e_e_s': Object of class '"numeric"' representing the number of
           'ROOT' trees stored in subdirectoy 'setname'.

     '_t_r_e_e_n_a_m_e_s': Object of class '"list"' representing the names of
          the  'ROOT' trees stored in subdirectoy 'setname'.

_M_e_t_h_o_d_s:


     _e_x_p_o_r_t 'signature(object = "TreeSet")': exports 'ROOT' trees  as
          text file, see 'export-methods'.

     _f_i_l_e_D_i_r 'signature(object = "TreeSet")': extracts slot 'filedir'.

     _f_i_l_e_D_i_r<- 'signature(object = "TreeSet", value = "character")':
          replaces slot 'filedir'.

     _r_o_o_t._b_r_o_w_s_e_r 'signature(object = "TreeSet")': opens the 'ROOT'
          file browser.

     _r_o_o_t_F_i_l_e 'signature(object = "TreeSet")': extracts slot
          'rootfile'.

     _r_o_o_t_F_i_l_e<- 'signature(object = "TreeSet", value = "character")':
          replaces slot 'rootfile'.

     _s_e_t_N_a_m_e 'signature(object = "TreeSet")': extracts slot 'setname'.

     _s_e_t_N_a_m_e<- 'signature(object = "TreeSet", value = "character")':
          replaces slot 'setname'.

     _s_e_t_T_y_p_e 'signature(object = "TreeSet")': extracts slot 'settype'.

     _s_e_t_T_y_p_e<- 'signature(object = "TreeSet", value = "character")':
          replaces slot 'settype'.

     _t_r_e_e_N_a_m_e_s 'signature(object = "TreeSet")': extracts slot
          'treenames'.

_A_u_t_h_o_r(_s):

     Christian Stratowa

_S_e_e _A_l_s_o:

     derived classes 'SchemeTreeSet', 'DataTreeSet', 'ExprTreeSet',
     'CallTreeSet'.

_E_x_a_m_p_l_e_s:

     showClass("TreeSet")

