ATLAS Offline Software
CaloMonAlgBase.py
Go to the documentation of this file.
1 #
2 # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 #
4 
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