Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

TMBL2Names.hpp

Go to the documentation of this file.
00001 #ifndef TMBL2Names_H
00002 #define TMBL2Names_H
00003 
00005 //                                                                      //
00006 // TMBL2Names class                                                    //
00007 //                                                                      //
00009 
00016 #include "TObject.h"
00017 #include "TString.h"
00018 #include "TObjArray.h"
00019 #include <vector>
00020 
00021 
00022 class TMBL2Names : public TObject {
00023   public:
00024 
00025     TMBL2Names();
00026     TMBL2Names ( const TMBL2Names & obj ); // copy constructor
00027 
00028     ~TMBL2Names();
00029 
00030     void Clear (const Option_t *opt);
00031 
00032     ClassDef(TMBL2Names, 1);   //TMBTreeTrig class
00033 
00035   void set_l2names (std::vector<std::string> &);
00037 
00038   const bool l2name(const char *s) const;  
00039 
00040   const TObjArray &allL2Names() const;  
00041   private:
00043 
00044     TObjArray _l2names; 
00045 
00046 };
00047 
00048 #endif

Generated on Tue Mar 28 10:13:05 2006 for CAF by doxygen 1.3.4