Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 986 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 986 Bytes

example-analysis-package

introduction

Examples to build WireCell analysis package:

  • ROOTFrameTap: is an IFrameFilter type of WireCell node. It reads in IFrames; tap them out to root format and output the same IFrames Analyzers could make IFrame analyze nodes by adding analysis code.

prerequisites

  • Need to have access to a WireCell-Toolkit build.
  • Need to have root installed.

build package

Use configure /path/to/install to configure. Modify configure as needed.

build and install

./wcb -p build
./wcb install

run package

Add <example-analysis-package-lib-location> to LD_LIBRARY_PATH

path-append <example-analysis-package-lib-location>/lib64 LD_LIBRARY_PATH

Run example jsonnet configuration in the cfg foler

wire-cell -c wct-sim-check.jsonnet

Other WireCell packages