1 # protodune_dqm_apa3zbeam.fcl
6 # Dataprep tool configuration for protoDUNE DQM
7 # to generate plots of the APA where the beam enters.
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.
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.
16 services.RawDigitPrepService.ToolNames: [
20 "pdsp_sticky_codes_ped",
25 # Display prepared data (0) rather than raw-ped (1).
26 tools.pdcht_Apa3z.DataType: 0
28 # Switch display range to something approprioate for signal
29 tools.pdcht_Apa3z.MaxSignal: 400
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%"
35 # Speed thing up by only processing the required channels.
36 physics.producers.dataprep.KeepChannelBegin: 2080
37 physics.producers.dataprep.KeepChannelEnd: 2560
39 # Tick range for 160 kV
40 #tools.tickRanges.plotTicks.begin: 4500
41 #tools.tickRanges.plotTicks.end: 5500
43 # Tick range for 140 kV
44 #tools.tickRanges.plotTicks.begin: 4800
45 #tools.tickRanges.plotTicks.end: 5800