ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
MakeFileForMJB | |
Functions | |
def | MakeFileForMJB.natural_sort (s) |
Variables | |
bool | MakeFileForMJB.freezeFlavourInPt = True |
string | MakeFileForMJB.outBaselineFile = "JESUncertainty_forMJB.root" |
MakeFileForMJB.theVPlusJetsDir = sys.argv[1] | |
MakeFileForMJB.etaIntercalDir = sys.argv[2] | |
MakeFileForMJB.pileupDir = sys.argv[3] | |
MakeFileForMJB.flavourDir = sys.argv[4] | |
MakeFileForMJB.punchthroughDir = sys.argv[5] | |
MakeFileForMJB.currentDir = gDirectory | |
MakeFileForMJB.theVPlusJetsHistos = ReadInSituHistograms(theVPlusJetsDir) | |
MakeFileForMJB.etaIntercalHistos = ReadEtaIntercalibrationHistograms(etaIntercalDir) | |
MakeFileForMJB.pileupHistos = ReadPileupHistograms(pileupDir) | |
MakeFileForMJB.flavourHistos = ReadFlavourHistograms(flavourDir,freezeFlavourInPt) | |
MakeFileForMJB.punchthroughHistos = ReadPunchthroughHistograms(punchthroughDir) | |
dictionary | MakeFileForMJB.jetDefs = {"AntiKt4Topo_EMJES" : "AntiKt4EMTopo", "AntiKt4Topo_LCJES" : "AntiKt4LCTopo"} |
dictionary | MakeFileForMJB.systematics = {} |
list | MakeFileForMJB.dictsToUse |
MakeFileForMJB.baselineFile = TFile(outBaselineFile,"RECREATE") | |
MakeFileForMJB.key | |
MakeFileForMJB.gDirectory = currentDir | |