#include <TMBTrigger.hpp>
Public Member Functions | |
| TMBTrigger () | |
| TMBTrigger (const TString &l3name, int l1bitnumber, int l2bitnumber, bool l1passed, bool l2passed, bool l3passed, bool l2unbiased, bool l3unbiased, bool usedl1l2) | |
| ~TMBTrigger () | |
| const char * | getTrgName () const |
| void | L3Passed (bool l3passed) |
| void | L2Passed (bool l2passed) |
| void | L1Passed (bool l1passed) |
| void | L2Bit (int bit) |
| void | L1Bit (int bit) |
| void | L3Unbiased (bool l3unbiased) |
| void | L2Unbiased (bool l2unbiased) |
| void | UsedL1L2Chunk (bool usedl1l2) |
| bool | L3Passed () const |
| bool | L2Passed () const |
| bool | L1Passed () const |
| int | L2Bit () const |
| int | L1Bit () const |
| bool | L3unbiased () const |
| bool | L2unbiased () const |
| bool | UsedL1L2Chunk () const |
| ClassDef (TMBTrigger, 1) | |
Private Attributes | |
| Int_t | _NTriggers |
| TString | _trgname |
| bool | _l3passed |
| bool | _l2passed |
| bool | _l1passed |
| bool | _l3unbiased |
| bool | _l2unbiased |
| int | _l2bitNum |
| int | _l1bitNum |
| bool | _usedL1L2Chunk |
Definition at line 16 of file TMBTrigger.hpp.
|
|
Definition at line 29 of file TMBTrigger.cpp. |
|
||||||||||||||||||||||||||||||||||||||||
|
Definition at line 8 of file TMBTrigger.cpp. |
|
|
Definition at line 42 of file TMBTrigger.cpp. |
|
||||||||||||
|
|
|
|
Definition at line 47 of file TMBTrigger.hpp. References _trgname. |
|
|
Definition at line 62 of file TMBTrigger.hpp. References _l1bitNum. |
|
|
Definition at line 53 of file TMBTrigger.hpp. References _l1bitNum. |
|
|
Definition at line 60 of file TMBTrigger.hpp. References _l1passed. |
|
|
Definition at line 51 of file TMBTrigger.hpp. References _l1passed. |
|
|
Definition at line 61 of file TMBTrigger.hpp. References _l2bitNum. |
|
|
Definition at line 52 of file TMBTrigger.hpp. References _l2bitNum. |
|
|
Definition at line 59 of file TMBTrigger.hpp. References _l2passed. |
|
|
Definition at line 50 of file TMBTrigger.hpp. References _l2passed. |
|
|
Definition at line 64 of file TMBTrigger.hpp. References _l2unbiased. |
|
|
Definition at line 55 of file TMBTrigger.hpp. References _l3unbiased. |
|
|
Definition at line 58 of file TMBTrigger.hpp. References _l3passed. |
|
|
Definition at line 49 of file TMBTrigger.hpp. References _l3passed. |
|
|
Definition at line 63 of file TMBTrigger.hpp. References _l3unbiased. |
|
|
Definition at line 54 of file TMBTrigger.hpp. References _l3unbiased. |
|
|
Definition at line 65 of file TMBTrigger.hpp. References _usedL1L2Chunk. |
|
|
Definition at line 56 of file TMBTrigger.hpp. References _usedL1L2Chunk. |
|
|
Definition at line 28 of file TMBTrigger.hpp. Referenced by L1Bit(). |
|
|
Definition at line 24 of file TMBTrigger.hpp. Referenced by L1Passed(). |
|
|
Definition at line 27 of file TMBTrigger.hpp. Referenced by L2Bit(). |
|
|
Definition at line 23 of file TMBTrigger.hpp. Referenced by L2Passed(). |
|
|
Definition at line 26 of file TMBTrigger.hpp. Referenced by L2unbiased(). |
|
|
Definition at line 22 of file TMBTrigger.hpp. Referenced by L3Passed(). |
|
|
Definition at line 25 of file TMBTrigger.hpp. Referenced by L2Unbiased(), L3unbiased(), and L3Unbiased(). |
|
|
Definition at line 20 of file TMBTrigger.hpp. |
|
|
Definition at line 21 of file TMBTrigger.hpp. Referenced by getTrgName(). |
|
|
Definition at line 29 of file TMBTrigger.hpp. Referenced by UsedL1L2Chunk(). |
1.3.4