experiment3ddrawers.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_drawer:
4 {
5  tool_type: StandardDrawer
6 
7  DisplayBackingGrid: true
8  DisplayAxes: true
9 }
10 
11 MicroBooNE_drawer:
12 {
13  tool_type: MicroBooNEDrawer
14 
15  ThreeWindowReadout: true
16  DisplayBackingGrid: true
17  DisplayAxes: true
18  DrawBadChannels: true
19 }
20 
21 icarus_drawer:
22 {
23  tool_type: ICARUSDrawer
24 
25  DisplayBackingGrid: true
26  DisplayAxes: true
27  DrawBadChannels: true
28 }
29 
30 protodune_drawer:
31 {
32  tool_type: ProtoDUNEDrawer
33 
34  DrawGrid: true
35  DrawAnodeGrid: false
36  DrawAxes: true
37  DrawActive: true
38 }
39 
40 END_PROLOG