Definition at line 48 of file cmpExerciser.py.
◆ result
◆ __init__()
| cmpExerciser.CombinationsTests.__init__ |
( |
| self | ) |
|
◆ logfile_name()
| cmpExerciser.CombinationsTests.logfile_name |
( |
| self | ) |
|
Definition at line 74 of file cmpExerciser.py.
74 def logfile_name(self):
75 return self.chain_name + '_b' + str(self.n_bkgd) + '_combs.log'
76
◆ make_chain_dict()
| cmpExerciser.CombinationsTests.make_chain_dict |
( |
| self | ) |
|
ChainDict to excercise modifications to CombinationsHelperTool
Definition at line 53 of file cmpExerciser.py.
53 def make_chain_dict(self):
54 """ChainDict to excercise modifications to CombinationsHelperTool"""
55
56 chainNameDecoder = DictFromChainName.DictFromChainName()
57
58
59
60
61
62 chain_dict = chainNameDecoder.getChainDict(self.chain_name)
63 assert len(chain_dict['chainParts']) == 1
64
65 chain_dict['chainParts'][0]['hypoScenario'] = 'combinationsTest'
66
67 return chain_dict
68
◆ make_helper_tool()
| cmpExerciser.CombinationsTests.make_helper_tool |
( |
| self | ) |
|
Definition at line 69 of file cmpExerciser.py.
69 def make_helper_tool(self):
70 chain_dict = self._make_chain_dict()
71 print(chain_dict[
'chainParts'][0])
72 return trigJetHypoToolHelperFromDict(chain_dict)
73
void print(char *figname, TCanvas *c1)
◆ n_bkgd
| cmpExerciser.CombinationsTests.n_bkgd |
The documentation for this class was generated from the following file: