Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.11 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.11 KB

larexamples

This code is part of the Liquid Argon Software (LArSoft) project. It contains examples of using the simulation and reconstruction algorithms for LAr TPC detectors. If you have a problem, please log a redmine issue: https://cdcvs.fnal.gov/redmine/projects/larsoft/issues/new

Dependencies

larexamples
|__larsim
   |__larg4
   |  |__larevt
   |  |  |__lardata
   |  |  |  |__larcore
   |  |  |  |  |__larcorealg
   |  |  |  |     |__larcoreobj
   |  |  |  |__lardataalg
   |  |  |  |  |__lardataobj
   |  |  |  |__larvecutils

Example packages

  • Algorithms
  • AnalysisExample
  • DebuggingExamples
  • larexamples.dox
  • RecoProxyUsageExample
  • Services

Package documentation

  • AnalysisExample - a detailed tutorial on performing analysis tasks in LArSoft (current as of Aug-2017).
  • Algorithms - an example LArSoft algorithm and a module that invokes it.
  • Services - example LArSoft services and providers.