#include <TMBL1Names.hpp>
Definition at line 22 of file TMBL1Names.hpp.
Public Member Functions | |
| TMBL1Names () | |
| TMBL1Names (const TMBL1Names &obj) | |
| ~TMBL1Names () | |
| void | Clear (const Option_t *opt) |
| Clear. | |
| ClassDef (TMBL1Names, 1) | |
| void | set_l1names (std::vector< std::string > &) |
| Setter. | |
| const bool | l1name (const char *s) const |
| test if l1 name is fired | |
| const TObjArray & | allL1Names () const |
| Get the L1 names TObjArray of TOBjString. | |
Private Attributes | |
| TObjArray | _l1names |
| TObjArray of TObjStrings. | |
|
|
|
|
|
Definition at line 21 of file TMBL1Names.cpp. |
|
|
Definition at line 23 of file TMBL1Names.cpp. |
|
|
Get the L1 names TObjArray of TOBjString.
Definition at line 64 of file TMBL1Names.cpp. References _l1names. |
|
||||||||||||
|
|
|
|
Clear.
Definition at line 28 of file TMBL1Names.cpp. References _l1names. |
|
|
test if l1 name is fired Did it fire? Definition at line 56 of file TMBL1Names.cpp. References _l1names. |
|
|
Setter.
Definition at line 40 of file TMBL1Names.cpp. References _l1names. |
|
|
TObjArray of TObjStrings.
Definition at line 44 of file TMBL1Names.hpp. Referenced by allL1Names(), Clear(), l1name(), and set_l1names(). |
1.3.4