protodune_dqm_apa3zbeam.fcl
Go to the documentation of this file.
1 # protodune_dqm_apa3zbeam.fcl
2 
3 # David Adams
4 # May 2018
5 #
6 # Dataprep tool configuration for protoDUNE DQM
7 # to generate plots of the APA where the beam enters.
8 #
9 # User is now expected to provide a top-level fcl file
10 # that creates or reads in RawDigits and calls a module
11 # (most likely DataPrepModule) that runs the RawDigitPrepService.
12 #
13 # The tools writes one plot for each event and is typically run
14 # with a large number of events so usrs can scan though them.
15 
16 services.RawDigitPrepService.ToolNames: [
17  "digitReader",
18  "pd_adcPedestalFit",
19  "adcSampleFiller",
20  "pdsp_sticky_codes_ped",
21  "pdsp_adcMitigate",
22  "pdcht_Apa3z"
23 ]
24 
25 # Display prepared data (0) rather than raw-ped (1).
26 tools.pdcht_Apa3z.DataType: 0
27 
28 # Switch display range to something approprioate for signal
29 tools.pdcht_Apa3z.MaxSignal: 400
30 
31 # Redefine plot name and title.
32 tools.pdcht_Apa3z.HistName: "hadcmit_%CRNAME%_run%0RUN%_evt%0EVENT%"
33 tools.pdcht_Apa3z.HistTitle: "Mitigated ADC for run %RUN% event %EVENT% %CRLABEL% (%CRLABEL2%: %CRLABEL1%) Trigger %TRIG%"
34 
35 # Speed thing up by only processing the required channels.
36 physics.producers.dataprep.KeepChannelBegin: 2080
37 physics.producers.dataprep.KeepChannelEnd: 2560
38 
39 # Tick range for 160 kV
40 #tools.tickRanges.plotTicks.begin: 4500
41 #tools.tickRanges.plotTicks.end: 5500
42 
43 # Tick range for 140 kV
44 #tools.tickRanges.plotTicks.begin: 4800
45 #tools.tickRanges.plotTicks.end: 5800
46