Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
9f455f5e
Commit
9f455f5e
authored
Sep 13, 2019
by
Jens Kroeger
Browse files
re-ran formatting after swithing pre-commit hook to clang-format-6.0
parent
ecd5c421
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/objects/Linkdef.h
View file @
9f455f5e
...
...
@@ -8,10 +8,9 @@
#pragma link off all functions;
// Missing ROOT objects
#pragma link C++ class ROOT::Math::Cartesian2D < unsigned int> + ;
#pragma link C++ class ROOT::Math::DisplacementVector2D < ROOT::Math::Cartesian2D < unsigned int>, \
ROOT::Math::DefaultCoordinateSystemTag> + \
;
#pragma link C++ class ROOT::Math::Cartesian2D < unsigned int > +;
#pragma link C++ class ROOT::Math::DisplacementVector2D < ROOT::Math::Cartesian2D < unsigned int >, \
ROOT::Math::DefaultCoordinateSystemTag > +;
// Corryvreckan objects
#pragma link C++ class corryvreckan::Object + ;
...
...
@@ -25,4 +24,4 @@
#pragma link C++ class corryvreckan::Event + ;
// Vector of Object for internal storage
#pragma link C++ class std::vector < corryvreckan::Object*> +
;
#pragma link C++ class std::vector < corryvreckan::Object*
> +;
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment