filemuons.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 #no experiment specific configurations because SingleMuons is detector agnostic
4 
5 standard_singlemu:
6 {
7  module_type: "FileMuons"
8  MuonsFileType: "root"
9  PDG: [ 13 ]
10  InitialXYZOffsets: [ 875.0, -1395.0, -1362.36] # meters. Got these by histogramming deJong's xdet,ydet,zdet. Add 3 in z for moving plate up that much.
11  FileName: "out/jdjmuons.root"
12  TreeName: "DetectorNtuple"
13  BranchNames: ["x", "y", "z", "px", "py", "pz", "q"] # To read in from above Tree.
14  EventNumberOffset: 0
15 }
16 
17 END_PROLOG