standard_nearline35t.fcl
Go to the documentation of this file.
1 #include "SSPToOffline.fcl"
2 #include "SplitterInput.fcl"
3 
4 BEGIN_PROLOG
5 
6 standard_nearlinesplitter: @local::split_events
7 
8 standard_nearlinesplitter.WhichTrigger: [ 3 ] #Any Muon Coincidence - Not Telescope (Horizontal Muons)
9 #WhichTrigger
10 #0 - MC
11 #1 - New Files
12 #2 - Photon Detectors
13 #3 - Any PTB Trigger
14 #4 - Any Muon Coincidence
15 #5 - Any Muon Coincidence - Not Telescope
16 #6 - Muon Telescope
17 #7 - East Lower + West Upper Coincidence
18 #8 - North Lower + South Upper Coincidence
19 #9 - North Upper + South Lower Coincidence
20 #10 - PTB Photon Trigger
21 #11 - Tickler
22 standard_nearlinesplitter.PTBTrigs: [ 111, 112, 113, 114 ] # The list of PTB channels to trigger on.
23 standard_nearlinesplitter.firstEvent: 1 #Suggested Parameters from Michelle on 3rd Feb
24 standard_nearlinesplitter.maxEvents: 10000 #Suggested Parameters from Michelle on 3rd Feb
25 standard_nearlinesplitter.TrigSeparation: 10 #Suggested Parameters from Michelle on 3rd Feb
26 standard_nearlinesplitter.PreTriggerTicks: 300 #Suggested Parameters from Michelle on 3rd Feb
27 standard_nearlinesplitter.PostTriggerTicks: 5200 #Suggested Parameters from Michelle on 3rd Feb
28 standard_nearlinesplitter.UsePedestalFile: "true"
29 standard_nearlinesplitter.UsePedestalFileSearchPath: "true"
30 standard_nearlinesplitter.PedestalFile: ""
31 standard_nearlinesplitter.PedestalFileSearchPath: "NEARLINE_PEDESTAL"
32 standard_nearlinesplitter.UsePedestalDefault: "false"
33 
34 
35 #Alex Booth's trigger settings
36 standard_nearlinesplitter_evd: @local::standard_nearlinesplitter
37 standard_nearlinesplitter_evd.PTBTrigs: [111, 112, 113]
38 
39 
40 standard_nearlineana:
41 {
42  module_type: NearlineAna
43 
44  VerboseOutput: false
45  RawDigitsTag: "SplitterInput:TPC"
46  HitsTag: "fasthit"
47  UseOnlineChannels: true
48  TPCChannelMapFile: "rce_channel_map_dune35t.txt"
49 
50  MakeHitsPerEventPlots: true
51  HitsPerEventChannels: [ 0, 128, 256, 384, 512, 640, 768, 896, 1024, 1152, 1280, 1408, 1536, 1664, 1792, 1920, 20, 548, 1297, 1697, 1838, 1482, 952, 454 ]
52 
53  MakePedestalPerEventPlots: true
54  PedestalPerEventChannels: [ 0, 128, 256, 384, 512, 640, 768, 896, 1024, 1152, 1280, 1408, 1536, 1664, 1792, 1920, 20, 548, 1297, 1697, 1838, 1482, 952, 454 ]
55  WritePedestalPerEventFile: false
56  #PedestalPerEventFileName: "PedestalPerEventTest.txt"
57 
58  MakePedestalPerTickPlots: true
59  PedestalPerTickChannels: [ 0, 128, 256, 384, 512, 640, 768, 896, 1024, 1152, 1280, 1408, 1536, 1664, 1792, 1920, 20, 548, 1297, 1697, 1838, 1482, 952, 454 ]
60  WritePedestalPerTickFile: false
61  #PedestalPerTickFileName: "PedestalPerTickTest.txt"
62 }
63 
64 END_PROLOG