FilterTreeSet-class           package:xps           R Documentation

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

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

     This class provides the link to the 'ROOT' filter file and  the
     'ROOT' trees contained therein. It extends class 'ProcesSet'.

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

     Objects are currently created using function 'prefilter'.

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


     '_f_i_l_t_e_r': Object of class '"Filter"' currently providing access to
           the 'PreFilter' settings.

     '_e_x_p_r_s_e_t': Object of class '"ExprTreeSet"' providing direct access
          to  the 'ExprTreeSet' used for filtering.

     '_c_a_l_l_s_e_t': Object of class '"CallTreeSet"' providing direct access
          to  the optional 'CallTreeSet' used for filtering.

     '_s_c_h_e_m_e': Object of class '"SchemeTreeSet"' providing access to 
          'ROOT' scheme file.

     '_d_a_t_a': Object of class '"data.frame"'. The data.frame contains
          the data of the filter stored in 'ROOT' filter trees.

     '_p_a_r_a_m_s': Object of class '"list"' representing relevant
          parameters.

     '_s_e_t_n_a_m_e': Object of class '"character"' representing the name to
          the 'ROOT' file subdirectoy where the 'ROOT' trees are
          stored, currently PreFilterSet.

     '_s_e_t_t_y_p_e': Object of class '"character"' describing the type of
          treeset stored in 'setname', currently prefilter.

     '_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'.

_E_x_t_e_n_d_s:

     Class '"ProcesSet"', directly. Class '"TreeSet"', by class
     "ProcesSet", distance 2.

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


     _c_a_l_l_T_r_e_e_s_e_t 'signature(object = "FilterTreeSet")': extracts slot
          'callset'.

     _e_x_p_r_T_r_e_e_s_e_t 'signature(object = "FilterTreeSet")': extracts slot
          'exprset'.

     _g_e_t_T_r_e_e_D_a_t_a 'signature(object = "FilterTreeSet")': exports tree
          data and returns a data.frame.

     _v_a_l_i_d_D_a_t_a 'signature(object = "FilterTreeSet")': extracts
          data.frame 'data'.

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

     Christian Stratowa

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

     related classes 'AnalysisTreeSet'.

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

     showClass("FilterTreeSet")

