ATLAS Offline Software
Functions
CaloMonAlgBase Namespace Reference
Functions
def
CaloBaseHistConfig
(group, histpath, binlabels)
Function Documentation
◆
CaloBaseHistConfig()
def CaloMonAlgBase.CaloBaseHistConfig
(
group
,
histpath
,
binlabels
)
Definition at line
5
of file
CaloMonAlgBase.py
.
5
def
CaloBaseHistConfig
(group, histpath,binlabels):
6
7
group.defineHistogram(
'EvtBin;nEvtsRejectByDifferentTool'
,
8
title=
'Total Events - bin 1, ATLAS Ready - 2, && Good LAr LB - 3, && No LAr collision - 4, && No Beam Background - 5, && No Trigger Filer - 6, && No LArError - 7: Tool : RejectedEvents'
,
9
type=
'TH1I'
,path=histpath,
10
xbins=len(binlabels), xmin=0.5, xmax=len(binlabels)+0.5,
11
xlabels=binlabels)
12
return
CaloMonAlgBase.CaloBaseHistConfig
def CaloBaseHistConfig(group, histpath, binlabels)
Definition:
CaloMonAlgBase.py:5
Generated on Thu Nov 7 2024 22:10:28 for ATLAS Offline Software by
1.8.18