wfHitDrawers.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 gaushit_drawer:
4 {
5  tool_type: DrawGausHits
6 
7  NumPoints: 1000
8  FloatBaseline: false
9 }
10 
11 skewhit_drawer:
12 {
13  tool_type: DrawSkewHits
14 }
15 
16 wiredata_drawer:
17 {
18  tool_type: DrawWireData
19 }
20 
21 wirehist_drawer:
22 {
23  tool_type: DrawWireHist
24 }
25 
26 rawdigithist_drawer:
27 {
28  tool_type: DrawRawHist
29 }
30 
31 END_PROLOG