-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.cs_workspaces
More file actions
337 lines (337 loc) · 10.9 KB
/
.cs_workspaces
File metadata and controls
337 lines (337 loc) · 10.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
CS_LAST_WORKSPACE: Base
CS_WORKSPACE_BEGIN: Base
let SessionLoad = 1
if &cp | set nocp | endif
let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0
let v:this_session=expand("<sfile>:p")
silent only
exe "cd " . escape(expand("<sfile>:p:h"), ' ')
if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
let s:wipebuf = bufnr('%')
endif
set shortmess=aoO
badd +21 TuningTools/RingerPhysVal.h
badd +1 TuningTools/TuningToolPyWrapper.h
badd +1 TuningTools/training/PatternRec.h
badd +1 TuningTools/training/Standard.h
badd +1 TuningTools/training/Training.h
badd +1 TuningTools/system/DataHandler.h
badd +1 TuningTools/system/defines.h
badd +1 TuningTools/system/macros.h
badd +1 TuningTools/system/ndarray.h
badd +1 TuningTools/system/util.h
badd +1 TuningTools/neuralnetwork/Backpropagation.h
badd +1 TuningTools/neuralnetwork/FeedForward.h
badd +1 TuningTools/neuralnetwork/NetConfHolder.h
badd +1 TuningTools/neuralnetwork/NeuralNetwork.h
badd +1 TuningTools/neuralnetwork/RProp.h
badd +1 Root/Backpropagation.cxx
badd +1 Root/boost_expose.cxx
badd +1 Root/FeedForward.cxx
badd +1 Root/LinkDef.h
badd +1 Root/NeuralNetwork.cxx
badd +1 Root/PatternRec.cxx
badd +1 Root/RProp.cxx
badd +1 Root/Standard.cxx
badd +1 Root/TuningToolPyWrapper.cxx
badd +1 Root/util.cxx
badd +1 python/__init__.py
badd +1 python/coreDef.py
badd +38 python/CreateData.py
badd +1 python/CreateTuningJobFiles.py
badd +1 python/CrossValid.py
badd +662 python/CrossValidStat.py
badd +1 python/Neural.py
badd +8 python/PreProc.py
badd +1 python/SubsetGenerator.py
badd +350 python/TuningJob.py
badd +1 python/TuningWrapper.py
badd +1 python/dataframe/__init__.py
badd +240 python/dataframe/EnumCollection.py
badd +1 python/dataframe/ReadPhysVal.py
badd +1 python/keras_util/__init__.py
badd +1 python/keras_util/callbacks.py
badd +1 python/keras_util/metrics.py
badd +1 python/monitoring/__init__.py
badd +425 python/monitoring/PlotHelper.py
badd +1 python/parsers/__init__.py
badd +1 python/parsers/BaseModuleParser.py
badd +1 python/parsers/CreateData.py
badd +1 python/parsers/CreateTuningJobFiles.py
badd +67 python/parsers/CrossValidStat.py
badd +1 python/parsers/CrossValidStatMon.py
badd +1 python/parsers/TuningJob.py
badd +1 python/parsers/TuningToolsGrid.py
badd +1 cmt/precompile.RootCore
badd +1 cmt/Makefile.RootCore
badd +71 scripts/grid_scripts/runGRIDtuning.py
badd +1 scripts/grid_scripts/crossValStatGRIDAnalysis.py
badd +1 scripts/grid_scripts/fileMergingGRID.py
badd +2 Changelog
badd +1 scripts/grid_scripts/add_container.sh
badd +89 CMakeLists.txt
badd +411 python/DataCurator.py
badd +313 python/DecisionMaking.py
badd +1 python/dataframe/ReadSkimmedNtuple.py
badd +1 python/dataframe/ReadPhysVal_v2.py
badd +1 python/monitoring/MonitoringTool.py
badd +1 python/monitoring/MonitoringHelper.py
badd +1 python/monitoring/plots/PlotFunctions.py
badd +1 python/monitoring/plots/SlidesMaker.py
badd +1 python/monitoring/plots/TAxisFunctions.py
badd +1 python/parsers/Binning.py
badd +1 python/parsers/DataCuration.py
argglobal
silent! argdel *
$argadd ~/Documents/Doutorado/CERN/xAOD/RingerProject/root/TuningTools/TuningTools/RingerEgamma.h
$argadd ~/Documents/Doutorado/CERN/xAOD/RingerProject/root/TuningTools/TuningTools/training
$argadd ~/Documents/Doutorado/CERN/xAOD/RingerProject/root/TuningTools/TuningTools/system
$argadd ~/Documents/Doutorado/CERN/xAOD/RingerProject/root/TuningTools/TuningTools/neuralnetwork
$argadd ~/Documents/Doutorado/CERN/xAOD/RingerProject/root/TuningTools/TuningTools/TuningToolPyWrapper.h
$argadd ~/Documents/Doutorado/CERN/xAOD/RingerProject/root/TuningTools/TuningTools/RingerPhysVal.h
edit TuningTools/system/macros.h
edit TuningTools/system/ndarray.h
edit TuningTools/system/util.h
edit TuningTools/neuralnetwork/Backpropagation.h
edit TuningTools/neuralnetwork/FeedForward.h
edit TuningTools/neuralnetwork/NetConfHolder.h
edit TuningTools/neuralnetwork/NeuralNetwork.h
edit TuningTools/neuralnetwork/RProp.h
edit TuningTools/RingerPhysVal.h
edit TuningTools/TuningToolPyWrapper.h
edit TuningTools/training/PatternRec.h
edit TuningTools/training/Standard.h
edit TuningTools/training/Training.h
edit TuningTools/system/DataHandler.h
edit TuningTools/system/defines.h
let t:CtrlSpaceLabel = 'headers'
edit TuningTools/RingerPhysVal.h
set splitbelow splitright
set nosplitbelow
set nosplitright
wincmd t
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
argglobal
if bufexists('TuningTools/RingerPhysVal.h') | buffer TuningTools/RingerPhysVal.h | else | edit TuningTools/RingerPhysVal.h | endif
let s:l = 21 - ((20 * winheight(0) + 24) / 49)
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
21
normal! 0
tabedit Root/Standard.cxx
edit Root/TuningToolPyWrapper.cxx
edit Root/util.cxx
edit Root/PatternRec.cxx
edit Root/boost_expose.cxx
edit Root/FeedForward.cxx
edit Root/LinkDef.h
edit Root/NeuralNetwork.cxx
edit Root/Backpropagation.cxx
edit Root/RProp.cxx
edit Root/Standard.cxx
let t:CtrlSpaceLabel = 'sources'
edit Root/Standard.cxx
set splitbelow splitright
set nosplitbelow
set nosplitright
wincmd t
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
argglobal
if bufexists('Root/Standard.cxx') | buffer Root/Standard.cxx | else | edit Root/Standard.cxx | endif
let s:l = 1 - ((0 * winheight(0) + 24) / 49)
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
1
normal! 0
tabedit python/DecisionMaking.py
edit python/CreateTuningJobFiles.py
edit python/CrossValid.py
edit python/DecisionMaking.py
edit python/coreDef.py
edit python/PreProc.py
edit python/SubsetGenerator.py
edit python/Neural.py
edit python/TuningWrapper.py
edit python/CrossValidStat.py
edit python/CreateData.py
edit python/TuningJob.py
edit python/__init__.py
edit python/DataCurator.py
let t:CtrlSpaceLabel = 'py'
edit python/DecisionMaking.py
set splitbelow splitright
set nosplitbelow
set nosplitright
wincmd t
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
argglobal
if bufexists('python/DecisionMaking.py') | buffer python/DecisionMaking.py | else | edit python/DecisionMaking.py | endif
let s:l = 313 - ((14 * winheight(0) + 24) / 49)
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
313
normal! 028|
tabedit python/dataframe/ReadSkimmedNtuple.py
edit python/dataframe/ReadSkimmedNtuple.py
edit python/dataframe/EnumCollection.py
edit python/dataframe/ReadPhysVal.py
edit python/dataframe/__init__.py
edit python/dataframe/ReadPhysVal_v2.py
let t:CtrlSpaceLabel = 'py_dataframe'
edit python/dataframe/ReadSkimmedNtuple.py
set splitbelow splitright
set nosplitbelow
set nosplitright
wincmd t
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
argglobal
if bufexists('python/dataframe/ReadSkimmedNtuple.py') | buffer python/dataframe/ReadSkimmedNtuple.py | else | edit python/dataframe/ReadSkimmedNtuple.py | endif
let s:l = 1 - ((0 * winheight(0) + 24) / 49)
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
1
normal! 0
tabedit python/keras_util/metrics.py
edit python/keras_util/__init__.py
edit python/keras_util/callbacks.py
edit python/keras_util/metrics.py
let t:CtrlSpaceLabel = 'py_keras'
edit python/keras_util/metrics.py
set splitbelow splitright
set nosplitbelow
set nosplitright
wincmd t
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
argglobal
if bufexists('python/keras_util/metrics.py') | buffer python/keras_util/metrics.py | else | edit python/keras_util/metrics.py | endif
let s:l = 1 - ((0 * winheight(0) + 24) / 49)
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
1
normal! 0
tabedit python/monitoring/PlotHelper.py
edit python/monitoring/plots/SlidesMaker.py
edit python/monitoring/plots/TAxisFunctions.py
edit python/monitoring/MonitoringTool.py
edit python/monitoring/MonitoringHelper.py
edit python/monitoring/plots/PlotFunctions.py
edit python/monitoring/__init__.py
edit python/monitoring/PlotHelper.py
let t:CtrlSpaceLabel = 'py_mon'
edit python/monitoring/PlotHelper.py
set splitbelow splitright
set nosplitbelow
set nosplitright
wincmd t
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
argglobal
if bufexists('python/monitoring/PlotHelper.py') | buffer python/monitoring/PlotHelper.py | else | edit python/monitoring/PlotHelper.py | endif
let s:l = 425 - ((21 * winheight(0) + 24) / 49)
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
425
normal! 03|
tabedit python/parsers/DataCuration.py
edit python/parsers/__init__.py
edit python/parsers/TuningJob.py
edit python/parsers/Binning.py
edit python/parsers/DataCuration.py
edit python/parsers/CreateTuningJobFiles.py
edit python/parsers/CrossValidStat.py
edit python/parsers/CrossValidStatMon.py
edit python/parsers/BaseModuleParser.py
edit python/parsers/CreateData.py
edit python/parsers/TuningToolsGrid.py
let t:CtrlSpaceLabel = 'py_parsers'
edit python/parsers/DataCuration.py
set splitbelow splitright
set nosplitbelow
set nosplitright
wincmd t
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
argglobal
if bufexists('python/parsers/DataCuration.py') | buffer python/parsers/DataCuration.py | else | edit python/parsers/DataCuration.py | endif
let s:l = 1 - ((0 * winheight(0) + 24) / 49)
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
1
normal! 0
tabedit scripts/grid_scripts/runGRIDtuning.py
edit scripts/grid_scripts/runGRIDtuning.py
edit scripts/grid_scripts/crossValStatGRIDAnalysis.py
edit scripts/grid_scripts/fileMergingGRID.py
edit scripts/grid_scripts/add_container.sh
let t:CtrlSpaceLabel = 'scripts'
edit scripts/grid_scripts/runGRIDtuning.py
set splitbelow splitright
set nosplitbelow
set nosplitright
wincmd t
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
argglobal
if bufexists('scripts/grid_scripts/runGRIDtuning.py') | buffer scripts/grid_scripts/runGRIDtuning.py | else | edit scripts/grid_scripts/runGRIDtuning.py | endif
let s:l = 71 - ((16 * winheight(0) + 24) / 49)
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
71
normal! 07|
tabedit Changelog
edit cmt/precompile.RootCore
edit Changelog
edit cmt/Makefile.RootCore
let t:CtrlSpaceLabel = 'cmt'
edit Changelog
set splitbelow splitright
set nosplitbelow
set nosplitright
wincmd t
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
argglobal
if bufexists('Changelog') | buffer Changelog | else | edit Changelog | endif
let s:l = 2 - ((1 * winheight(0) + 24) / 49)
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
2
normal! 05|
tabedit CMakeLists.txt
edit CMakeLists.txt
let t:CtrlSpaceLabel = 'cmake'
edit CMakeLists.txt
set splitbelow splitright
set nosplitbelow
set nosplitright
wincmd t
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
argglobal
if bufexists('CMakeLists.txt') | buffer CMakeLists.txt | else | edit CMakeLists.txt | endif
let s:l = 89 - ((43 * winheight(0) + 24) / 49)
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
89
normal! 0
tabnext 3
if exists('s:wipebuf')
silent exe 'bwipe ' . s:wipebuf
endif
unlet! s:wipebuf
set winheight=1 winwidth=20 shortmess=filnxtToO
set winminheight=1 winminwidth=1
let s:sx = expand("<sfile>:p:r")."x.vim"
if file_readable(s:sx)
exe "source " . fnameescape(s:sx)
endif
let &so = s:so_save | let &siso = s:siso_save
doautoall SessionLoadPost
unlet SessionLoad
" vim: set ft=vim :
CS_WORKSPACE_END: Base