bugfix: rootcint error when building dictionary for AliceO2::Base::Detector#10
Merged
MohammadAlTurany merged 1 commit intoAliceO2Group:devfrom Nov 17, 2014
Conversation
…tector because of Detector.h in FairRoot without namespace, fixed the include path order
Contributor
|
Hi Matthias, The Detector.h is now renamed in FairRoot/dev to FairDBDetector.h Mohammad |
Collaborator
Author
|
Hi Mohammad, Ciao |
chiarazampolli
referenced
this pull request
in noferini/AliceO2
Jan 21, 2019
knopers8
pushed a commit
to knopers8/AliceO2
that referenced
this pull request
Sep 7, 2020
alibuild
pushed a commit
to alibuild/AliceO2
that referenced
this pull request
Nov 4, 2020
Enable conet mode in decoding and reco + fixes in CTF
alibuild
pushed a commit
to alibuild/AliceO2
that referenced
this pull request
May 28, 2021
Please consider the following formatting changes to AliceO2Group#6224
fmazzasc
referenced
this pull request
in fmazzasc/AliceO2
Jan 13, 2022
fmazzasc
referenced
this pull request
in fmazzasc/AliceO2
Jun 22, 2022
fmazzasc
referenced
this pull request
in fmazzasc/AliceO2
Jun 23, 2022
fmazzasc
referenced
this pull request
in fmazzasc/AliceO2
Jun 24, 2022
fmazzasc
referenced
this pull request
in fmazzasc/AliceO2
Aug 17, 2022
fmazzasc
referenced
this pull request
in fmazzasc/AliceO2
Sep 4, 2022
alibuild
pushed a commit
to alibuild/AliceO2
that referenced
this pull request
Sep 22, 2022
Please consider the following formatting changes to AliceO2Group#9876
fmazzasc
referenced
this pull request
in fmazzasc/AliceO2
Nov 29, 2022
fmazzasc
referenced
this pull request
in fmazzasc/AliceO2
Dec 5, 2022
shahor02
pushed a commit
that referenced
this pull request
Dec 9, 2022
* Add hypertracking workflow skeleton * First skeleton of hypertracker (#9) * Improve hypertracking workflow * Make the skeleton compile in O2 Co-authored with @mconcas * Aestetics * Update tracking algorithm (#10) * Improve hypertracking wf * Hypertracking wf does things * Add TPCITS matching with @fmazzasc * Add all available readers * First version of hypertracking workflow * Fix v0-track association * Update hypertracker + post processing macro * Add propagator * Update hypertracking * Get ITS cluster dictionary from CCDB * Add phi-eta preselection * Rectangular area for phi, eta selection * Directory and code refactoring * Fix output structure * Add Cascades loop * Fix memory error * Remove debug cleaning * Fetch geo and grp from ccdb * Add config params * Fix params assignment * Add + parameters * Attach cascade daughters * Add macros * Clang format + remove utils * Fix clang for linkdef * Please consider the following formatting changes * Fix file headers * Clear typo * Make macro compile + braces after if statements * Remove extra space Co-authored-by: Matteo Concas <matteo.concas@cern.ch> Co-authored-by: Maximiliano Puccio <maximiliano.puccio@cern.ch> Co-authored-by: Matteo Concas <mconcas@cern.ch> Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
iouribelikov
pushed a commit
to iouribelikov/AliceO2
that referenced
this pull request
Dec 16, 2022
* Add hypertracking workflow skeleton * First skeleton of hypertracker (AliceO2Group#9) * Improve hypertracking workflow * Make the skeleton compile in O2 Co-authored with @mconcas * Aestetics * Update tracking algorithm (AliceO2Group#10) * Improve hypertracking wf * Hypertracking wf does things * Add TPCITS matching with @fmazzasc * Add all available readers * First version of hypertracking workflow * Fix v0-track association * Update hypertracker + post processing macro * Add propagator * Update hypertracking * Get ITS cluster dictionary from CCDB * Add phi-eta preselection * Rectangular area for phi, eta selection * Directory and code refactoring * Fix output structure * Add Cascades loop * Fix memory error * Remove debug cleaning * Fetch geo and grp from ccdb * Add config params * Fix params assignment * Add + parameters * Attach cascade daughters * Add macros * Clang format + remove utils * Fix clang for linkdef * Please consider the following formatting changes * Fix file headers * Clear typo * Make macro compile + braces after if statements * Remove extra space Co-authored-by: Matteo Concas <matteo.concas@cern.ch> Co-authored-by: Maximiliano Puccio <maximiliano.puccio@cern.ch> Co-authored-by: Matteo Concas <mconcas@cern.ch> Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
alibuild
pushed a commit
to alibuild/AliceO2
that referenced
this pull request
Mar 7, 2025
Please consider the following formatting changes to AliceO2Group#13981
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixed the include path order to avoid this problem.