Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot_geometry
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
Show more breadcrumbs
CbmSoft
cbmroot_geometry
Merge requests
!197
Remove tof_v21e_mcbm
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Remove tof_v21e_mcbm
e.clerkin/cbmroot_geometry:tof_v21e_mcbm
into
master
Overview
1
Commits
1
Pipelines
4
Changes
2
Closed
Eoin Clerkin
requested to merge
e.clerkin/cbmroot_geometry:tof_v21e_mcbm
into
master
2 years ago
Overview
1
Commits
1
Pipelines
4
Changes
2
Expand
As per redmine
https://redmine.cbm.gsi.de/issues/2662
Edited
2 years ago
by
Eoin Clerkin
0
0
Merge request reports
Compare
master
version 3
f99a25c7
2 years ago
version 2
cbf3a728
2 years ago
version 1
a3cd359b
2 years ago
master (base)
and
latest version
latest version
7c35248d
1 commit,
2 years ago
version 3
f99a25c7
1 commit,
2 years ago
version 2
cbf3a728
1 commit,
2 years ago
version 1
a3cd359b
2 commits,
2 years ago
2 files
+
7
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
ci_scripts/check_radlen.sh
+
3
−
3
Options
@@ -33,16 +33,16 @@ variables=`echo "$line" | sed -e 's/eff//g' | sed -e 's/index/jndex/g' | sed -e
$variables
\
'BEGIN{\
if(Z<1){
printf "SKIP
\t
"; \
printf "SKIP
"; \
exit 3;
};
cal_rad_len=(716.4*A/(Z*(Z+1)*log(287/sqrt(Z)))/rho);\
#print cal_rad_len;
diff=(cal_rad_len - radlen);\
if(diff*diff <= TOL*TOL*radlen*radlen ){\
printf "OKAY " cal_rad_len; exit 1;
printf "OKAY
" cal_rad_len; exit 1;
}else{\
printf "FAIL " cal_rad_len; exit 2;
printf "FAIL
" cal_rad_len; exit 2;
}}'
STATUS
=
$?
;
Loading