Warning, /snippets/Calorimetery/CaloDebugTools/CheckClusterSplitting/README.md is written in an unsupported language. File is not indexed.
0001 # CheckClusterSplitting
0002
0003 An EICrecon plugin to generate histograms of various metrics to check the health
0004 of cluster splitting/merging.
0005
0006 ### Usage
0007
0008 To build:
0009
0010 ```
0011 # after compiling EICrecon, create plugin by:
0012 eicmkplugin.py CheckClusterSplitting
0013 cp <path-to-this-repo>/CheckClusterSplittingProcessor.* $EICrecon_ROOT/CheckClusterSplitting/
0014
0015 # then compile plugin by:
0016 cmake -S CheckClusterSplitting -B <tree>CheckClusterSplitting/build
0017 cmake --build CheckClusterSplitting/build --target install -- -j8
0018
0019 # run EICrecon with macro by:
0020 eicrecon -Pplugins=CheckClusterSplitting <input-edm4hep-file>
0021 ```
0022
0023 Options are set in the `Config` struct at the top of either plugin header; make changes and then
0024 recompile.
0025
0026