singles_dune.fcl
Go to the documentation of this file.
1 #include "singles.fcl"
2 
3 BEGIN_PROLOG
4 
5 
6 ################
7 ###### FD ######
8 ################
9 
10 dunefd_singlep: @local::standard_singlep
11 dunefd_singlep.Theta0YZ: [ 0.0 ] # beam is along the z axis
12 dunefd_singlep.Theta0XZ: [ 0.0 ] # beam is along the z axis
13 dunefd_singlep.P0: [ 6. ]
14 
15 # Start it in the first TPC, first cryostat
16 dunefd_singlep.X0: [ -1474. ]
17 dunefd_singlep.Y0: [ -351. ]
18 dunefd_singlep.Z0: [ 0. ]
19 
20 
21 
22 #################
23 ###### 35t ######
24 #################
25 
26 dune35t_singlep: @local::standard_singlep
27 dune35t_singlep.Theta0YZ: [ 0.0 ] # beam is along the z axis
28 dune35t_singlep.Theta0XZ: [ 0.0 ] # beam is along the z axis
29 dune35t_singlep.X0: [ 100.0 ] # move it into a region of x covering a drift volume
30 dune35t_singlep.Y0: [ 50.0 ] # move it above the APA vertical gap
31 dune35t_singlep.Z0: [ 0.0 ] # move it up a touch just in case
32 
33 iceberg_singlep: @local::standard_singlep
34 iceberg_singlep.Theta0YZ: [ 0.0 ] # particle gun pointed along z axis
35 iceberg_singlep.Theta0XZ: [ 0.0 ]
36 iceberg_singlep.X0: [ 50.0 ] # move it into a region of x covering a drift volume
37 iceberg_singlep.Y0: [ 130.0 ] # put it 40 cm from the top
38 iceberg_singlep.Z0: [ 0.0 ] # going in +z so start at the side
39 
40 
41 
42 END_PROLOG