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
Commits
1b8ed150
Commit
1b8ed150
authored
2 years ago
by
Pierre-Alain Loizeau
Browse files
Options
Downloads
Patches
Plain Diff
Fix preexisting bugs/features in RecoUnpackAlgo template
parent
3bca8089
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1019
Support for CbmTzdDigi in unpacking, event builder and TOF reco.
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
reco/base/CbmRecoUnpackAlgo.tmpl
+4
-4
4 additions, 4 deletions
reco/base/CbmRecoUnpackAlgo.tmpl
with
4 additions
and
4 deletions
reco/base/CbmRecoUnpackAlgo.tmpl
+
4
−
4
View file @
1b8ed150
...
...
@@ -324,9 +324,9 @@ public:
/**
* @brief Get a given output vector connected to the tree, if called after calling InitUnpacker().
*
* @return std::vector<TOptOut
A
>*
* @return std::vector<TOptOut
B
>*
*/
std::vector<TOptOut
A
>* GetOptOutBVec() { return fOptOutBVec; }
std::vector<TOptOut
B
>* GetOptOutBVec() { return fOptOutBVec; }
/**
* @brief Get the Output Obj Size
...
...
@@ -351,7 +351,7 @@ public:
}
/**
* @brief Intialisation at begin of run.
* @brief In
i
tialisation at begin of run.
*
* Runs for all types of algos. In case you need a specialised init function add it as protected function and call it in this Init function.
*
...
...
@@ -367,7 +367,7 @@ public:
initOk &= initParContainers();
LOG(info)<< fName <<"::SystemTimeOffset:" <<
f
SystemTimeOffset;
LOG(info)<< fName <<"::SystemTimeOffset:" <<
Get
SystemTimeOffset
()
;
return initOk;
}
...
...
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