ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, n_sgnl=4, n_bkgd=4, bkgd_etmax=50000.) |
def | make_chain_dict (self) |
def | make_helper_tool (self) |
def | make_event_generator (self) |
def | logfile_name (self) |
Public Attributes | |
n_sgnl | |
n_bkgd | |
bkgd_etmax | |
chain_name | |
Definition at line 70 of file exerciser.py.
def exerciser.CombinationsTests.__init__ | ( | self, | |
n_sgnl = 4 , |
|||
n_bkgd = 4 , |
|||
bkgd_etmax = 50000. |
|||
) |
Reimplemented in exerciser.PartitionsTests, and exerciser.SimpleConditionsTests.
Definition at line 72 of file exerciser.py.
def exerciser.CombinationsTests.logfile_name | ( | self | ) |
Definition at line 115 of file exerciser.py.
def exerciser.CombinationsTests.make_chain_dict | ( | self | ) |
ChainDict to excercise modifications to CombinationsHelperTool
Definition at line 82 of file exerciser.py.
def exerciser.CombinationsTests.make_event_generator | ( | self | ) |
Reimplemented in exerciser.ConditionsTests, and exerciser.SimpleConditionsTests.
Definition at line 104 of file exerciser.py.
def exerciser.CombinationsTests.make_helper_tool | ( | self | ) |
Reimplemented in exerciser.ConditionsTests, exerciser.SimpleConditionsTests, and exerciser.PartitionsTests.
Definition at line 98 of file exerciser.py.
exerciser.CombinationsTests.bkgd_etmax |
Definition at line 75 of file exerciser.py.
exerciser.CombinationsTests.chain_name |
Definition at line 76 of file exerciser.py.
exerciser.CombinationsTests.n_bkgd |
Definition at line 74 of file exerciser.py.
exerciser.CombinationsTests.n_sgnl |
Definition at line 73 of file exerciser.py.