pddp_hitnormcheck.fcl
Go to the documentation of this file.
1 process_name: PDDPHitNormCheck
2 
3 services:
4 {
5  TFileService: { fileName: "hitana_results.root" }
6  TimeTracker: {}
7  RandomNumberGenerator: {}
8 }
9 
10 
11 source:
12 {
13  module_type: RootInput
14  maxEvents: -1
15  fileNames: [ "detsim.root" ]
16 }
17 
18 outputs: {}
19 
20 
21 physics:
22 {
23  analyzers:
24  {
25  hitana:
26  {
27  module_type: "HitNormCheck"
28  LogLevel: 1
29  HitModuleLabel: "gaushit"
30  WireModuleLabel: "caldata"
31  PedSamples: 200 # number of pedestal samples
32  PadRawRight: 30 # pad roi to get sum of signal from RawDigit waveform
33  MaxPadRoi: 50 # max ticks to look for ped samples away from hit group
34  WirePadLeft: 5 # samples to pad recob::Wire hit region before hit
35  WirePadRight: 10 # samples to pad recob::Wire hit region after hit
36  Dump: 0 # numober of ROIs to dump to file (for debug)
37  }
38  }
39  analysis: [ hitana ]
40  end_paths: [ analysis ]
41 }