Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Merge requests
!21
The source project of this merge request has been removed.
Port last changes in macro directory from mcbm dev branch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Port last changes in macro directory from mcbm dev branch
f.uhlig/cbmroot_old:port_mcbm_dev_macro
into
master
Overview
0
Commits
1
Pipelines
1
Changes
3
Merged
Florian Uhlig
requested to merge
f.uhlig/cbmroot_old:port_mcbm_dev_macro
into
master
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
3
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
05034c66
1 commit,
5 years ago
3 files
+
93
−
56
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
macro/mcbm/mcbm_transport.C
+
2
−
2
View file @ 05034c66
Edit in single-file editor
Open in Web IDE
Show full file
@@ -15,9 +15,9 @@
void
SetTrack
(
CbmTransport
*
,
Double_t
,
Int_t
,
Double_t
,
Double_t
,
Double_t
);
void
mcbm_transport
(
Int_t
nEvents
=
10
,
const
char
*
setupName
=
"mcbm_beam_2019_11"
,
const
char
*
setupName
=
"mcbm_beam_2020_03"
,
// const char* setupName = "mcbm_beam_2019_11",
// const char* setupName = "mcbm_beam_2019_03",
// const char* setupName = "mcbm_beam_2018_11",
// const char* setupName = "sis18_mcbm_25deg_long",
const
char
*
output
=
"test"
,
const
char
*
inputFile
=
""
)
Loading