|
ATLAS Offline Software
|
◆ ExtractAlgo()
def python.hancool_histo_algdef.ExtractAlgo |
( |
|
file, |
|
|
|
rootFolder |
|
) |
| |
Definition at line 246 of file hancool_histo_algdef.py.
247 rootFolder =file+
":"+rootFolder
249 algo = of.getAlgorithm(rootFolder)
◆ ExtractAverage()
def python.hancool_histo_algdef.ExtractAverage |
( |
|
mean_rms | ) |
|
◆ ExtractConstG()
def python.hancool_histo_algdef.ExtractConstG |
( |
|
mean_rms | ) |
|
◆ ExtractEMean()
def python.hancool_histo_algdef.ExtractEMean |
( |
|
mean_rms | ) |
|
Definition at line 30 of file hancool_histo_algdef.py.
33 h=mean_rms.split(
'Mean: ')
34 if (mean_rms.find(
'Error')>-1):
35 m=h[1].
split(
'MeanError: ')
36 if (mean_rms.find(
'NBins')>-1):
37 n=m[1].
split(
'NBins: ')
38 elif (mean_rms.find(
'NBins')<0):
◆ ExtractERMS()
def python.hancool_histo_algdef.ExtractERMS |
( |
|
mean_rms | ) |
|
Definition at line 62 of file hancool_histo_algdef.py.
65 h=mean_rms.split(
'Mean: ')
66 if (mean_rms.find(
'Error')>-1):
67 m=h[1].
split(
'MeanError: ')
68 if (mean_rms.find(
'NBins')>-1):
69 n=m[1].
split(
'NBins: ')
70 j = n[1].
split(
'RMS: ')
71 jj = j[1].
split(
'RMSError: ')
72 elif (mean_rms.find(
'NBins')<0):
74 jj=n[1].
split(
'RMSError: ')
◆ ExtractMean()
def python.hancool_histo_algdef.ExtractMean |
( |
|
mean_rms | ) |
|
Definition at line 14 of file hancool_histo_algdef.py.
17 h=mean_rms.split(
'Mean: ')
18 if (mean_rms.find(
'Error')>-1):
19 m=h[1].
split(
'MeanError: ')
21 elif (mean_rms.find(
'Error')<0):
23 if (m[0].
find(
'NBins')>-1):
24 n=m[0].
split(
'NBins: ')
◆ ExtractMeanG()
def python.hancool_histo_algdef.ExtractMeanG |
( |
|
mean_rms | ) |
|
◆ ExtractNBins()
def python.hancool_histo_algdef.ExtractNBins |
( |
|
mean_rms | ) |
|
◆ ExtractNEntries()
def python.hancool_histo_algdef.ExtractNEntries |
( |
|
file, |
|
|
|
rootFolder, |
|
|
|
histo_string |
|
) |
| |
Definition at line 252 of file hancool_histo_algdef.py.
254 rootFolder =file+
":"+rootFolder
256 nentries = of.getNEntries(rootFolder, histo_string)
◆ ExtractOnlyNBins()
def python.hancool_histo_algdef.ExtractOnlyNBins |
( |
|
histo_nameonly, |
|
|
|
mean_rms |
|
) |
| |
Definition at line 185 of file hancool_histo_algdef.py.
191 h=mean_rms.split(
'NBins: ')
193 if (h[1].
find(
'RMS')>-1):
194 n=h[1].
split(
'RMS: ')
196 elif (h[1].
find(histo_nameonly.strip())>-1):
197 reading = h[1].
split(histo_nameonly.strip())
198 contbins = reading[0]
199 for i
in range(1,len(reading)):
200 if (reading[i].
find(
'(0.0000')>-1):
201 bin_inf1 = reading[i].
split(
':')[1]
205 for i
in range(1,len(reading)):
206 if (reading[i].
find(
'(1.0000')>-1):
207 bin_inf2 = reading[i].
split(
':')[1]
211 for i
in range(1,len(reading)):
212 if (reading[i].
find(
'(2.0000')>-1):
213 bin_inf3 = reading[i].
split(
':')[1]
217 for i
in range(1,len(reading)):
218 if (reading[i].
find(
'(3.0000')>-1):
219 bin_inf4 = reading[i].
split(
':')[1]
244 return (contbins, bin_inf1, bin_inf2, bin_inf3, bin_inf4)
◆ ExtractPol0()
def python.hancool_histo_algdef.ExtractPol0 |
( |
|
mean_rms | ) |
|
◆ ExtractPol1()
def python.hancool_histo_algdef.ExtractPol1 |
( |
|
mean_rms | ) |
|
◆ ExtractRMS()
def python.hancool_histo_algdef.ExtractRMS |
( |
|
mean_rms | ) |
|
Definition at line 43 of file hancool_histo_algdef.py.
46 h=mean_rms.split(
'Mean: ')
47 if (mean_rms.find(
'Error')>-1):
48 m=h[1].
split(
'MeanError: ')
49 if (mean_rms.find(
'NBins')>-1):
50 n=m[1].
split(
'NBins: ')
51 j = n[1].
split(
'RMS: ')
52 jj = j[1].
split(
'RMSError: ')
53 elif (mean_rms.find(
'NBins')<0):
55 jj=n[1].
split(
'RMSError: ')
57 elif (mean_rms.find(
'Error')<0):
◆ ExtractRMSG()
def python.hancool_histo_algdef.ExtractRMSG |
( |
|
mean_rms | ) |
|
◆ ExtractSideBands()
def python.hancool_histo_algdef.ExtractSideBands |
( |
|
mean_rms | ) |
|
◆ ExtractTotInt()
def python.hancool_histo_algdef.ExtractTotInt |
( |
|
mean_rms | ) |
|
◆ ExtractXMean()
def python.hancool_histo_algdef.ExtractXMean |
( |
|
mean_rms | ) |
|
◆ ExtractXRMS()
def python.hancool_histo_algdef.ExtractXRMS |
( |
|
mean_rms | ) |
|
◆ ExtractYMean()
def python.hancool_histo_algdef.ExtractYMean |
( |
|
mean_rms | ) |
|
◆ ExtractYRMS()
def python.hancool_histo_algdef.ExtractYRMS |
( |
|
mean_rms | ) |
|
◆ CWD
python.hancool_histo_algdef.CWD = os.getcwd() |
def ExtractEMean(mean_rms)
def ExtractYRMS(mean_rms)
std::string find(const std::string &s)
return a remapped string
def ExtractERMS(mean_rms)
def ExtractYMean(mean_rms)
def ExtractXRMS(mean_rms)
def ExtractMean(mean_rms)
def ExtractRMSG(mean_rms)
def ExtractAverage(mean_rms)
def ExtractNBins(mean_rms)
def ExtractOnlyNBins(histo_nameonly, mean_rms)
def ExtractNEntries(file, rootFolder, histo_string)
def ExtractPol0(mean_rms)
def ExtractPol1(mean_rms)
def ExtractMeanG(mean_rms)
def ExtractTotInt(mean_rms)
def ExtractAlgo(file, rootFolder)
def ExtractConstG(mean_rms)
def ExtractSideBands(mean_rms)
def ExtractXMean(mean_rms)