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

TMBL1AndOr.hpp

Go to the documentation of this file.
00001 #ifndef TMBL1AndOr_H
00002 #define TMBL1AndOr_H
00003 
00005 //                                                                      //
00006 // TMBL1AndOr class                                                    //
00007 //                                                                      //
00009 
00010 #include "TObject.h"
00011 #include "TString.h"
00012 #include "TObjArray.h"
00013 #include <vector>
00014 
00015 
00016 class TMBL1AndOr : public TObject {
00017   public:
00018 
00019     TMBL1AndOr();
00020     TMBL1AndOr ( const TMBL1AndOr & obj ); // copy constructor
00021 
00022     ~TMBL1AndOr();
00023 
00024     void Clear (const Option_t *opt);
00025 
00026     ClassDef(TMBL1AndOr, 1);   //TMBTreeTrig class
00027 
00029     void set_andornames (std::vector<std::string> &_aonamesvec);
00031 
00032     const bool l1andor (const char *s) const;
00034     const TObjArray &allAndOr() const;
00035   private:
00037 
00038     TObjArray _andornames; // TObjArray of TObjStrings
00039 
00040 };
00041 
00042 #endif

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