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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Commits
ae839d0f
Commit
ae839d0f
authored
3 years ago
by
Alexandru Bercuci
Committed by
Florian Uhlig
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
remove different branch name for Fasp Digi
parent
9e046b3d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!728
Add Trd2d to the data reconstruction
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
macro/run/run_unpack_online.C
+1
-1
1 addition, 1 deletion
macro/run/run_unpack_online.C
with
1 addition
and
1 deletion
macro/run/run_unpack_online.C
+
1
−
1
View file @
ae839d0f
...
...
@@ -209,7 +209,7 @@ void run_unpack_online(std::vector<std::string> publisher = {"tcp://localhost:55
// trdfasp2dconfig->SetDebugState();
trdfasp2dconfig
->
SetDoWriteOutput
();
// Activate the line below to write Trd1D digis to a separate "TrdFaspDigi" branch. Can be used to separate between Fasp and Spadic digis
trdfasp2dconfig
->
SetOutputBranchName
(
"TrdFaspDigi"
);
//
trdfasp2dconfig->SetOutputBranchName("TrdFaspDigi");
std
::
string
parfilesbasepathTrdfasp2d
=
Form
(
"%s/parameters/trd"
,
srcDir
.
Data
());
trdfasp2dconfig
->
SetParFilesBasePath
(
parfilesbasepathTrdfasp2d
);
trdfasp2dconfig
->
SetSystemTimeOffset
(
-
1800
);
// [ns] value to be updated
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment