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

TMBL1Names.hpp

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

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