-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added README for event building toolchain, with reference to the ANNIE wiki page on how to properly event build.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |