Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Added README for event building toolchain, with reference to the ANNIE wiki page on how to properly event build.
  • Loading branch information
S81D authored Apr 3, 2024
1 parent 0e9c005 commit 366ce1a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions configfiles/EventBuilder/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# EventBuilder

***********************
## Description
**********************

The `EventBuilder` toolchain should be used to eventbuild for ANNIEEvents. The toolchain read in RAWData files, time match, and creates processed ANNIEEvents with Tank, CTC, and MRD information (currently no LAPPD information is included). This toolchain consolidated efforts to create an official event building toolchain for ANNIE, and should replace the `DataDecoder` toolchain, which is now considered depreciated.

Please consult the following ANNIE wiki page on how to event build: https://cdcvs.fnal.gov/redmine/projects/annie_experiment/wiki/Event_Building_with_ToolAnalysis

************************
## Tools
************************

The toolchain consists of the following tools:

```
LoadGeometry
LoadRawData
PMTDataDecoder
MRDDataDecoder
TriggerDataDecoder
PhaseIIADCCalibrator
PhaseIIADCHitFinder
SaveConfigInfo
ANNIEEventBuilder
```

0 comments on commit 366ce1a

Please sign in to comment.