10 if 'minBias' in name
or 'MinBias' in name:
11 montool.defineHistogram(
'TrackPtPass', path=
'EXPERT', type=
'TH1F',
12 title=
"Acc. Track Pt; p_{t} [GeV]; Number of tracks",
13 xbins=200, xmin=0, xmax=20)
14 montool.defineHistogram(
'TrackQPtPass', path=
'EXPERT', type=
'TH1F',
15 title=
"Acc. Track q*Pt; q*pt [GeV]; Number of tracks",
16 xbins=400, xmin=-40, xmax=40)
18 montool.defineHistogram(
'TrackPtPass', path=
'EXPERT', type=
'TH1F',
19 title=
"Acc. Track Pt; p_{t} [GeV]; Number of tracks",
20 xbins=200, xmin=0, xmax=1000)
21 montool.defineHistogram(
'TrackQPtPass', path=
'EXPERT', type=
'TH1F',
22 title=
"Acc. Track q*Pt; q*pt [GeV]; Number of tracks",
23 xbins=400, xmin=-1000, xmax=1000)
25 montool.defineHistogram(
'TrackQOverPPass',path=
'EXPERT', type=
'TH1F',
26 title=
"Acc. Track q/p; q/p [GeV^{-1}]; Number of tracks",
27 xbins=1000, xmin=-10., xmax=10.0)
28 montool.defineHistogram(
'TrackEtaPass', path=
'EXPERT', type=
'TH1F',
29 title=
"Acc. Track Eta; #eta; Number of tracks",
30 xbins=50, xmin=-2.5, xmax=2.5)
31 montool.defineHistogram(
'TrackPhiPass', path=
'EXPERT', type=
'TH1F',
32 title=
"Acc. Track Phi; #phi; Number of tracks",
33 xbins=64, xmin=-3.2, xmax=3.2)
34 montool.defineHistogram(
'TrackThetaPass', path=
'EXPERT', type=
'TH1F',
35 title=
"Acc. Track Theta; #theta; Number of tracks",
36 xbins=64, xmin=0., xmax=3.2)
37 montool.defineHistogram(
'TrackZ0Pass', path=
'EXPERT', type=
'TH1F',
38 title=
"Acc. Track Z0; Track z0 [mm]; Number of tracks",
39 xbins=300, xmin=-300.0, xmax=300.0)
40 montool.defineHistogram(
'TrackD0Pass', path=
'EXPERT', type=
'TH1F',
41 title=
"Acc. Track D0; Track d0 [mm]; Number of tracks",
42 xbins=300, xmin=-300.0, xmax=300.0)
52 montool.defineHistogram(
'TrackNDFPass', path=
'EXPERT', type=
'TH1F',
53 title=
"Acc. Track NDF; Track NDF; Number of tracks",
54 xbins=10, xmin=-0.5, xmax=9.5)
55 montool.defineHistogram(
'TrackChi2ProbPass', path=
'EXPERT', type=
'TH1F',
56 title=
"Acc. Track #chi^{2} probability; Track #chi^{2} probability; Number of tracks",
57 xbins=70, xmin=-0.2, xmax=1.2)
59 montool.defineHistogram(
'TrackTRTHitsPass', path=
'EXPERT', type=
'TH1I',
60 title=
"Acc. Track TRT hits; N TRT hits; Number of tracks",
61 xbins=71, xmin=-0.5, xmax=70.5)
62 montool.defineHistogram(
'TrackPIXHitsPass', path=
'EXPERT', type=
'TH1I',
63 title=
"Acc. Track PIX hits; N PIX hits; Number of tracks",
64 xbins=13, xmin=-0.5, xmax=12.5)
65 montool.defineHistogram(
'TrackSCTHitsPass', path=
'EXPERT', type=
'TH1I',
66 title=
"Acc. Track SCT hits; N SCT hits; Number of tracks",
67 xbins=21, xmin=-0.5, xmax=20.5)
69 montool.defineHistogram(
'TrackCountingPass', path=
'EXPERT', type=
'TH1I',
70 title=
"Track Counting; Number of tracks per event; Count",
71 xbins=300, xmin=-0.5, xmax=299.5)