Skip to content

Commit

Permalink
add comment about why this shouldn't be used for everything
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith committed Jun 17, 2024
1 parent 59d2795 commit 5cf7248
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Framework/python/ldmxcfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,12 @@ def from_file(cls, source_file, class_name = None, needs = [], instance_name = N
Note
----
Developing processors in this way is incredible inefficient, especially since it
does not allow for code to be well organized and split across many files nor does it
allow for two processors to share common code.
If you find yourself defining more than one `class` within your new C++ processor,
it is highly recommended to transition your workflow to including your processor as a
part of ldmx-sw so that it can fully benefit from a build system.
Parameters
----------
Expand Down

0 comments on commit 5cf7248

Please sign in to comment.