243 label_ind=0):
244
245
246
247
248
249
250 test_conditions = ConditionsTests(label,
251 n_signal,
252 n_background,
253 bkgdEmax,
254 label_ind)
255
256 print(test_conditions.__dict__)
257
258 chain_name = test_conditions.chain_name
259
260 ht = test_conditions.make_helper_tool()
261
263
265 jetHypoExerciserAlg.JetHypoHelperTool = ht
266 jetHypoExerciserAlg.event_generator = test_conditions.make_event_generator()
267 jetHypoExerciserAlg.visit_debug = True
268
269 lfn = test_conditions.logfile_name(chain_name)
270
271 jetHypoExerciserAlg.logname = lfn
272
273
274 print(jetHypoExerciserAlg)
275
276 result=ComponentAccumulator()
277 result.addEventAlgo(jetHypoExerciserAlg)
278 return result
279
280
281
void print(char *figname, TCanvas *c1)