We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10c767 commit 4593345Copy full SHA for 4593345
src/developing/coding-rules.md
@@ -11,7 +11,7 @@ When developing code in ldmx-sw please follow the following best practises and s
11
6. Use `lowercase` for namespaces
12
7. Run `just format-cpp` so the automated formatting is applied
13
8. For setters, include the word `set` in the beginning of the function, e.g. `setHitValsX()`
14
-9. Set the value of the setter in the header of the file
+9. Set the value of the setter in the header, i.e. make the relevant quanities class members
15
10. Do not use `__` in any c++ variable name
16
17
## II. Packaging Rules
0 commit comments