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.
2 parents 28cd3ff + 4593345 commit 2237824Copy full SHA for 2237824
src/developing/coding-rules.md
@@ -11,7 +11,8 @@ 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. Do not use `__` in any c++ variable name
+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
18
1. Put the header files with the extension of `.h` into `Package/include/Package/MyFile.h`
0 commit comments