-
Notifications
You must be signed in to change notification settings - Fork 484
Doxygen2 #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Doxygen2 #9
Conversation
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
AliBase -> Base AliData -> Data AliGenerators -> Generators Namespace changes for classes: O2Detector -> Detector O2Module -> Module O2TrackReference -> TrackReference AliDetectorList -> DetectorList AliStack -> Stack AliMCTrack -> MCTrack Correctly set ClassImp to namespaces Removed namespace prefixes from the UpgradeV1Layer class Renamed LinkDefs and library names to conform to the coding guidelines
…cute doxygen AliceO2Doxygen.conf Edited the markdown file to also conform with the doxygen markdown format
chiarazampolli
referenced
this pull request
in noferini/AliceO2
Jan 21, 2019
davidrohr
referenced
this pull request
in davidrohr/AliceO2
Mar 2, 2019
davidrohr
referenced
this pull request
in davidrohr/AliceO2
Mar 26, 2019
davidrohr
referenced
this pull request
in davidrohr/AliceO2
Apr 30, 2019
mslupeck
pushed a commit
to mslupeck/AliceO2
that referenced
this pull request
Mar 4, 2020
sync with master
dsekihat
pushed a commit
to dsekihat/AliceO2
that referenced
this pull request
Aug 20, 2020
knopers8
pushed a commit
to knopers8/AliceO2
that referenced
this pull request
Sep 7, 2020
fmazzasc
referenced
this pull request
in fmazzasc/AliceO2
Dec 3, 2021
fmazzasc
referenced
this pull request
in fmazzasc/AliceO2
Jan 13, 2022
alibuild
pushed a commit
to alibuild/AliceO2
that referenced
this pull request
Jan 27, 2022
Please consider the following formatting changes to AliceO2Group#8013
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
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>
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.
Created a Doxygen configuration file, to create the documentation execute doxygen AliceO2Doxygen.conf
Edited the markdown file to also conform with the doxygen markdown format