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
Shreya Roy
cbmroot
Commits
9bbedd8c
Commit
9bbedd8c
authored
Sep 24, 2021
by
Pierre-Alain Loizeau
Browse files
In run_unpack_tsa, change default setup to 2021_07 as needed for TRD 2D support
parent
76cacd64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
macro/run/run_unpack_tsa.C
macro/run/run_unpack_tsa.C
+1
-1
No files found.
macro/run/run_unpack_tsa.C
View file @
9bbedd8c
...
...
@@ -33,7 +33,7 @@ std::shared_ptr<CbmTrdSpadic> GetTrdSpadic(bool useAvgBaseline = false);
std
::
shared_ptr
<
CbmStsUnpackMonitor
>
GetStsMonitor
(
std
::
string
treefilename
,
bool
bDebugMode
=
false
);
void
run_unpack_tsa
(
std
::
vector
<
std
::
string
>
infile
=
{
"test.tsa"
},
UInt_t
runid
=
0
,
const
char
*
setupName
=
"mcbm_beam_2021_0
3
"
,
std
::
int32_t
nevents
=
-
1
,
std
::
string
outpath
=
""
)
const
char
*
setupName
=
"mcbm_beam_2021_0
7
"
,
std
::
int32_t
nevents
=
-
1
,
std
::
string
outpath
=
""
)
{
// ========================================================================
...
...
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