coldbox_dqm.fcl
Go to the documentation of this file.
1 # coldbox_dqm.fcl
2 
3 # David Adams
4 # May 2018
5 #
6 # Dataprep tool configuration for protoDUNE DQM.
7 
8 # User is now expected to provide a top-level fcl file
9 # that creates or reads in RawDigits and calls a module
10 # (most likely DataPrepModule) that runs the RawDigitPrepService.
11 #
12 # The tools write many large files for each event and so this
13 # is typically run with a small number of events.
14 
15 # Uncomment and set these values to change the tick range in the
16 # channel-tick plots.
17 #tools.tickRanges.plotTicks.begin: 3000
18 #tools.tickRanges.plotTicks.end: 4000
19 
20 services.RawDigitPrepService.ToolNames: [
21  "digitReader",
22  "pd_adcPedestalFit",
23  "pdtps_adcChannelPedestalPlotter",
24  "pdtps_adcChannelPedestalNoisePlotter",
25  "pdtps_adcChannelPedestalOrfPlotter",
26  "pdtps_adcChannelPedestalPeakBinExcessPlotter",
27  "pdtps_adcChannelPedestalRawRmsPlotter",
28  "pdtps_adcChannelPedestalRawTailPlotter",
29  "pdcht_Apas",
30  "pdcht_Zplanes",
31  "pdcht_Cplanes",
32  "pdcht_Iplanes",
33  "pd_evtviewNfemb"
34 ]