Skip to content

WireCell/example-analysis-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published