Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pierre-Alain Loizeau
cbmroot
Commits
54df0e6d
Commit
54df0e6d
authored
Nov 01, 2021
by
David Emschermann
Browse files
fix eventDisplay files in the macro/run directory based on experience with mCBM
parent
e833d186
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
macro/run/eventDisplay.C
macro/run/eventDisplay.C
+5
-1
macro/run/run_transport.C
macro/run/run_transport.C
+1
-0
No files found.
macro/run/eventDisplay.C
View file @
54df0e6d
...
...
@@ -22,7 +22,11 @@ void eventDisplay(TString dataset = "test")
rtdb
->
setFirstInput
(
parInput1
);
FairEventManager
*
fMan
=
new
FairEventManager
();
FairMCTracks
*
Track
=
new
FairMCTracks
(
"Monte-Carlo Tracks"
);
// for fairroot > v18.6.x
FairGeoTracksDraw
*
Track
=
new
FairGeoTracksDraw
();
// // FairMCTracksDraw *Track = new FairMCTracksDraw();
// for fairroot < v18.6.x
// FairMCTracks* Track = new FairMCTracks("Monte-Carlo Tracks");
FairMCPointDraw
*
MvdPoint
=
new
FairMCPointDraw
(
"MvdPoint"
,
kBlack
,
kFullSquare
);
FairMCPointDraw
*
StsPoint
=
new
FairMCPointDraw
(
"StsPoint"
,
kBlue
,
kFullSquare
);
...
...
macro/run/run_transport.C
View file @
54df0e6d
...
...
@@ -90,6 +90,7 @@ void run_transport(Int_t nEvents = 2, const char* setupName = "sis100_electron",
run
.
SetTarget
(
"Gold"
,
0
.
025
,
2
.
5
);
run
.
SetBeamPosition
(
0
.,
0
.,
0
.
1
,
0
.
1
);
run
.
SetRandomEventPlane
();
// run.StoreTrajectories();
run
.
Run
(
nEvents
);
// ------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment