ATLAS Offline Software
Functions | Variables
CreateNonClosureInput Namespace Reference

Functions

def CreateNonClosureHistograms ()
 

Variables

dictionary SystematicNameDictionary
 Right now we don't support AFII but we still need non-closure histograms for Pythia8. More...
 
list jetDefList = [ 'AntiKt4Topo_EMJES', 'AntiKt4PFlow_EMJES']
 

Function Documentation

◆ CreateNonClosureHistograms()

def CreateNonClosureInput.CreateNonClosureHistograms ( )

Definition at line 18 of file CreateNonClosureInput.py.

19 
20  histos = {}
21  for jetDef in jetDefList :
22  histos[jetDef] = {}
23 
24  # Add a blank nonclosure histo for Pythia8
25  # Also add a blank Closeby histo for Pythia8
27  histos[jetDef]["RelativeNonClosure_MC16"] = ProviderHistoHelpers.MakeProviderHisto("RelativeNonClosure_MC16",ptBins=[15,1000,2500],etaBins=etaBins)
28  histos[jetDef]["RelativeNonClosure_MC16"].SetDirectory(0)
29  histos[jetDef]["CloseBy_Pythia8"] = ProviderHistoHelpers.MakeProviderHisto("CloseBy_MC16",ptBins=[15,1000,2500],etaBins=etaBins)
30  histos[jetDef]["CloseBy_Pythia8"].SetDirectory(0)
31 
32  return histos

Variable Documentation

◆ jetDefList

list CreateNonClosureInput.jetDefList = [ 'AntiKt4Topo_EMJES', 'AntiKt4PFlow_EMJES']

Definition at line 16 of file CreateNonClosureInput.py.

◆ SystematicNameDictionary

dictionary CreateNonClosureInput.SystematicNameDictionary
Initial value:
1 = {
2  'RelativeNonClosure_AFII_AntiKt4EMTopo' : 'RelativeNonClosure_AFII',
3  'RelativeNonClosure_AFII_AntiKt4EMPFlow' : 'RelativeNonClosure_AFII'
4  }

Right now we don't support AFII but we still need non-closure histograms for Pythia8.

Create blank ones and add them.

Definition at line 11 of file CreateNonClosureInput.py.

max
constexpr double max()
Definition: ap_fixedTest.cxx:33
ProviderHistoHelpers.GetDefaultEtaBins
def GetDefaultEtaBins()
Definition: Final2012/ProviderHistoHelpers.py:18
min
constexpr double min()
Definition: ap_fixedTest.cxx:26
ProviderHistoHelpers.MakeProviderHisto
def MakeProviderHisto(histoName, ptBins=GetDefaultPtBins(), etaBins=GetDefaultEtaBins())
Definition: Final2012/ProviderHistoHelpers.py:40
RCU::SetDirectory
bool SetDirectory(TObject *object, TDirectory *directory)
effects: set the directory this object is associated with returns: whether the object type actively k...
Definition: RootUtils.cxx:28
CreateNonClosureInput.CreateNonClosureHistograms
def CreateNonClosureHistograms()
Definition: CreateNonClosureInput.py:18