Reco3DDrawers.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 spacepointstandard_drawer3D:
4 {
5  tool_type: SpacePoint3DDrawerStandard
6 }
7 
8 spacepointchisquare_drawer3D:
9 {
10  tool_type: SpacePoint3DDrawerChiSquare
11 }
12 
13 spacepointhitcharge_drawer3D:
14 {
15  tool_type: SpacePoint3DDrawerHitCharge
16  UseAbsoluteScale: false
17  MinHitCharge: 0.
18  MaxHitCharge: 2500.
19 }
20 
21 spacepointasymmetry_drawer3D:
22 {
23  tool_type: SpacePoint3DDrawerAsymmetry
24  MinAsymmetry: -1.
25  MaxAsymmetry: 1.
26 }
27 
28 standard_ophit3D:
29 {
30 tool_type: OpHit3DDrawer
31 }
32 
33 standard_opflash3D:
34 {
35  tool_type: OpFlash3DDrawer
36 }
37 
38 END_PROLOG