AnalysisTreeSet-class          package:xps          R Documentation

_C_l_a_s_s _A_n_a_l_y_s_i_s_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' analysis 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 'unifilter'.

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


     '_f_l_t_r_s_e_t': Object of class '"FilterTreeSet"' providing indirect
          access to  the 'ExprTreeSet' used and the 'UniFilter'
          settings.

     '_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 unitest stored in 'ROOT' data 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 UniFilterSet.

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

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


     _f_i_l_t_e_r_T_r_e_e_s_e_t 'signature(object = "AnalysisTreeSet")': extracts
          slot 'fltrset'.

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

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

     _v_a_l_i_d_F_i_l_t_e_r 'signature(object = "AnalysisTreeSet")': extracts
          data.frame 'data' from 'fltrset'.

     _v_o_l_c_a_n_o_p_l_o_t 'signature(x = "AnalysisTreeSet")': creates a
          volcano-plot.

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

     Christian Stratowa

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

     related classes 'FilterTreeSet'.

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

     showClass("AnalysisTreeSet")

