This is tmb_tree, version v00-12-02 | See all available versions

TMBL3ToolResults


class description - source file - inheritance tree (.ps)

class TMBL3ToolResults : public TObject

Inheritance Chart:
TObject
<-
TMBL3ToolResults

    public:
TMBL3ToolResults() TMBL3ToolResults(const TMBL3ToolResults& obj) ~TMBL3ToolResults() static TClass* Class() virtual void Clear(Option_t* opt = "0") TClonesArray* get_all_tool_names() const TClonesArray* get_results_for_trigger(const TString& trigger_tool_name) const virtual TClass* IsA() const TMBL3ToolResults& operator=(const TMBL3ToolResults&) virtual void ShowMembers(TMemberInspector& insp, char* parent) void store_results(const TString& tool_name, TClonesArray* tool_results_list) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TMap* _tool_results_map map<TString*, TRefArray*> of the results. TClonesArray* _all_tool_names_holder ! Internal array of things we are returning.

Class Description

                                                                      
 TMBTree Trig class                                                    
                                                                      


TMBL3ToolResults() : _tool_results_map (0), _all_tool_names_holder (0)

TMBL3ToolResults( const TMBL3ToolResults & trig ):TObject()

~TMBL3ToolResults()

void Clear (const Option_t *opt)

void store_results (const TString &tool_name, TClonesArray *tool_results_list)
/ If our map isn't up and going yet, make it so!


const TClonesArray* get_results_for_trigger (const TString &trigger_tool_name)

TClonesArray* get_all_tool_names (void)



Inline Functions


                  TClass* Class()
                  TClass* IsA() const
                     void ShowMembers(TMemberInspector& insp, char* parent)
                     void Streamer(TBuffer& b)
                     void StreamerNVirtual(TBuffer& b)
        TMBL3ToolResults& operator=(const TMBL3ToolResults&)


Last update: Mon May 17 20:12:39 2004


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.