Skip to content

Commit 3381f16

Browse files
committed
add documentation block to sp fcl
1 parent 37c8931 commit 3381f16

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

sbndcode/WireCell/wirecell_sp_sbnd.fcl

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
#
2+
# File: wirecell_sp_sbnd.fcl
3+
# Purpose: Performs 2D signal processing on RawDigits
4+
# Authors: Ewerton Belchior and Lynn Tung (lynnt@uchicago.edu)
5+
#
6+
# This configuration runs Wire-Cell TPC Signal Processing ONLY
7+
#
8+
# Input:
9+
# - std::vector<raw::RawDigit> with label `daq`
10+
#
11+
# Output:
12+
# - std::vector<recob::Wire> with labels `sptpc2d:gauss, `sptpc2d:wiener`
13+
114
#include "simulationservices_sbnd.fcl"
215
#include "messages_sbnd.fcl"
316
#include "rootoutput_sbnd.fcl"
@@ -38,5 +51,3 @@ physics :{
3851
o1 : [ out1 ]
3952
end_paths: [ o1 ]
4053
}
41-
42-

0 commit comments

Comments
 (0)