Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
flow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
pwg-c2f
analysis
flow
Merge requests
!2
Processing
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Processing
processing
into
master
Overview
0
Commits
9
Pipelines
0
Changes
27
Merged
Viktor Klochkov
requested to merge
processing
into
master
5 years ago
Overview
0
Commits
9
Pipelines
0
Changes
27
Expand
0
0
Merge request reports
Compare
master
version 1
090a9d10
5 years ago
master (base)
and
latest version
latest version
3fad69cf
9 commits,
5 years ago
version 1
090a9d10
7 commits,
5 years ago
27 files
+
8097
−
51
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
27
Search (e.g. *.vue) (Ctrl+P)
macro/batch/batch_run.sh
+
11
−
10
Options
@@ -2,8 +2,8 @@
#SBATCH -J Flow
#SBATCH -o out/%j.out.log
#SBATCH -e error/%j.err.log
#SBATCH --time=
0:2
0:00
#SBATCH --array=
0-1
#SBATCH --time=
2:0
0:00
#SBATCH --array=
2-99
source
/lustre/cbm/users/klochkov/soft/root/root6/v6-18.04_c++11/bin/thisroot.sh
export
LD_LIBRARY_PATH
=
$LD_LIBRARY_PATH
:/lustre/cbm/users/klochkov/soft/flow/install/lib:/lustre/cbm/users/klochkov/soft/flow/install/external/lib/:/lustre/cbm/users/klochkov/soft/analysis_tree/install_c++11/lib/
@@ -12,9 +12,10 @@ EXE_DIR=/lustre/cbm/users/klochkov/soft/flow/install/bin/
INDEX
=
$SLURM_ARRAY_TASK_ID
INDEX
=
$(
printf
"%03d"
"
$INDEX
"
)
IN_DIR
=
/lustre/cbm/users/klochkov/cbm/oct19
/urqmd_eos0
/auau/12agev/mbias/psd44_hole20_pipe0/TGeant
3/
IN_DIR
=
/lustre/cbm/users/klochkov/cbm/oct19
_fr_18.2.1_fs_jun19p1/dcmqgsm_smm_pluto
/auau/12agev/mbias/psd44_hole20_pipe0/TGeant
4
FILELIST
=
$IN_DIR
/filelists/filelist_
$INDEX
FILELIST
=
$IN_DIR
/filelists/rec/filelist_
$INDEX
FILELIST_ANA
=
$IN_DIR
/filelists/ana/filelist_
$INDEX
OUT_DIR
=
$IN_DIR
/flow/
@@ -25,16 +26,16 @@ cd $OUT_DIR
mkdir
$INDEX
cd
$INDEX
ls
-d
$IN_DIR
/filler/
$INDEX
.analysistree.root
>
filelist_temp.txt
for
CORR_STEP
in
`
seq
0 2
`
;
do
CORR_FILE
=
corrections_
$((
$CORR_STEP
-
1
))
.root
$EXE_DIR
/correct
$FILELIST
$CORR_FILE
filelist_temp
.txt
$EXE_DIR
/correct
$FILELIST
$CORR_FILE
$FILELIST_ANA
&>
$OUT_DIR
/
$INDEX
/log_
$CORR_STEP
.txt
mv
qn_vectors.root qn_vectors_
$CORR_STEP
.root
mv
corrections.root corrections_
$CORR_STEP
.root
done
./
$EXE_DIR
/analysis filelist_ana.txt
for
CORR_STEP
in
`
seq
0 2
`
;
do
ls
-d
$OUT_DIR
/
$INDEX
/qn_vectors_
$CORR_STEP
.root
>
filelist_ana_
$CORR_STEP
.txt
$EXE_DIR
/correlate filelist_ana_
$CORR_STEP
.txt &>
$OUT_DIR
/
$INDEX
/log_correlate_
$CORR_STEP
.txt
done
Loading