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 44db27f commit ffd64a5Copy full SHA for ffd64a5
src/developing/coding-rules.md
@@ -20,6 +20,7 @@ When developing code in ldmx-sw please follow the following best practises and s
20
3. The `test` directory is for unit tests
21
4. Example configs should be put under `exampleConfigs`
22
5. All producers should have a configurable pass names, input collection names, and output collection names
23
+6. Put the `#include` lines into the `.h` header file, instead of the `.cxx` files
24
25
26
## III. Code quality
0 commit comments