SND@LHC Software
|
Functions | |
GetGoodAndBadRuns (startDate, endDate) | |
addRuns (goodRuns, Nstart=0) | |
YandexProd () | |
addAllHistograms () | |
compactifyCascade (cycle) | |
compactify (charm) | |
makeHistos (rfile) | |
makePrintout () | |
removeStupidFiles () | |
check4DoubleRuns () | |
Variables | |
pdg = ROOT.TDatabasePDG() | |
bool | charm = False |
str | prod = '1GeV' |
str | globalPath = "/eos/experiment/ship/skygrid/background-prod-2018-1gev/" |
str | fnames = 'pythia8_Geant4_1_1.0.root' |
str | ecut = '1.0' |
dict | hunbiased = {} |
dict | hbiased = {} |
runMin = sys.argv[1] | |
runMax = sys.argv[2] | |
compactingBackgroundProduction.addAllHistograms | ( | ) |
Definition at line 135 of file compactingBackgroundProduction.py.
compactingBackgroundProduction.addRuns | ( | goodRuns, | |
Nstart = 0 |
|||
) |
Definition at line 86 of file compactingBackgroundProduction.py.
compactingBackgroundProduction.check4DoubleRuns | ( | ) |
Definition at line 370 of file compactingBackgroundProduction.py.
compactingBackgroundProduction.compactify | ( | charm | ) |
Definition at line 184 of file compactingBackgroundProduction.py.
compactingBackgroundProduction.compactifyCascade | ( | cycle | ) |
Definition at line 151 of file compactingBackgroundProduction.py.
compactingBackgroundProduction.GetGoodAndBadRuns | ( | startDate, | |
endDate | |||
) |
Definition at line 26 of file compactingBackgroundProduction.py.
compactingBackgroundProduction.makeHistos | ( | rfile | ) |
Definition at line 253 of file compactingBackgroundProduction.py.
compactingBackgroundProduction.makePrintout | ( | ) |
Definition at line 297 of file compactingBackgroundProduction.py.
compactingBackgroundProduction.removeStupidFiles | ( | ) |
Definition at line 362 of file compactingBackgroundProduction.py.
compactingBackgroundProduction.YandexProd | ( | ) |
Definition at line 104 of file compactingBackgroundProduction.py.
compactingBackgroundProduction.charm = False |
Definition at line 6 of file compactingBackgroundProduction.py.
str compactingBackgroundProduction.ecut = '1.0' |
Definition at line 24 of file compactingBackgroundProduction.py.
str compactingBackgroundProduction.fnames = 'pythia8_Geant4_1_1.0.root' |
Definition at line 23 of file compactingBackgroundProduction.py.
str compactingBackgroundProduction.globalPath = "/eos/experiment/ship/skygrid/background-prod-2018-1gev/" |
Definition at line 22 of file compactingBackgroundProduction.py.
dict compactingBackgroundProduction.hbiased = {} |
Definition at line 295 of file compactingBackgroundProduction.py.
dict compactingBackgroundProduction.hunbiased = {} |
Definition at line 294 of file compactingBackgroundProduction.py.
compactingBackgroundProduction.pdg = ROOT.TDatabasePDG() |
Definition at line 5 of file compactingBackgroundProduction.py.
str compactingBackgroundProduction.prod = '1GeV' |
Definition at line 21 of file compactingBackgroundProduction.py.
compactingBackgroundProduction.runMax = sys.argv[2] |
Definition at line 331 of file compactingBackgroundProduction.py.
compactingBackgroundProduction.runMin = sys.argv[1] |
Definition at line 330 of file compactingBackgroundProduction.py.