9 TrigZFinder = CompFactory.TrigZFinder
10 tools = [
TrigZFinder(
"HMT_TripletPixOnly", TripletMode=1, MinZBinSize=3.5, PhiBinSize=0.50, UseOnlyPixels=
True, MaxLayer=3)]
13 from AthenaMonitoringKernel.GenericMonitoringTool
import GenericMonitoringTool
16 monTool.defineHistogram(
'ZVertex', path=
'EXPERT', type=
'TH1F', title=
'Vertex Z distribution;z [mm];Entries',
17 xbins=400, xmin=-200, xmax=200 )
18 monTool.defineHistogram(
'ZVertexWeight', path=
'EXPERT', type=
'TH1F', title=
'Vertex Weight;Weight;Entries',
19 xbins=100, xmin=0.0, xmax=100 )
22 MinBiasZFinderAlg = CompFactory.TrigZFinderAlg(
"TrigZFinderAlg",
28 acc.addEventAlgo(MinBiasZFinderAlg)