Diana Software
test_DTParamFinder.cfg
Go to the documentation of this file.
1 ##########################################################
2 # Standard config file for diana analysis #
3 # Authors: F. Bellini, M. Vignati, C. Tomei, P. Mosteiro #
4 # #
5 # file: test_DTParamFinder.cfg #
6 # contains: #
7 # - production of autocorrelation function of noise #
8 ##########################################################
9 
10 sequence DTParamFinder
11 
12 reader RootFileReader
13 verbosity = info
14 enable = true
15 EventNumberPrintStep = 10000
16 # At the beginning of data taking, the analyst must edit the InputFile line
17 #InputFile = ${BACKGROUND_LIST::PREFIX=Production}
18 InputFile = ${ANADIR}/output/ds${DATASET}/background_Production_ds${DATASET}.list
19 DeleteInputFiles = false
20 InclusiveMode = false
21 TimeProfilingOn = true
22 endmod
23 
24 module RunDataLoader
25 verbosity = info
26 enable = true
27 Input = CurrentReader
28 Dataset = ${DATASET}
29 endmod
30 
31 #An event passes this filter if it is not contained
32 #in a time interval marked bad in the bad_channels database table.
33 filter RejectBadIntervals
34 verbosity = info
35 enable = true
36 RejectMode = AverageWaveform
37 ExtraLabel = DTParamFinder
38 Alias = RejectBadIntervals_NPS
39 Logic = CASE
40 endmod
41 
42 filter RawDataFilter
43 verbosity = info
44 enable = true
45 KeepHeater = false
46 KeepSignal = false
47 KeepNoise = true
48 KeepThermometers = false
49 Logic = AND
50 ExtraLabel = DTParamFinder
51 TimeProfilingOn = true
52 endmod
53 
54 filter BadPulse
55 verbosity = info
56 enable = true
57 NumberOfPeaks = 0
58 MaxBaselineSlope = 0.05
59 Logic = AND
60 ExtraLabel = DTParamFinder
61 TimeProfilingOn = true
62 endmod
63 
64 filter OverlappedWindowFilter
65 verbosity = info
66 enable = true
67 Logic = AND
68 ExtraLabel = DTParamFinder
69 endmod
70 
71 module DTParamFinder
72 Output = ${ANADIR}/output/autocorrelation_ds${DATASET}.root
73 AverageMultiple = 2
74 ThresholdMultiple = 40
75 #PeakDisp = 0
76 #MaxDisp = 0
77 #MinFrac = 0.05
78 verbosity = info
79 enable = true
80 endmod
81 
82 writer RootFileWriter
83 verbosity = info
84 enable = true
85 OutputFilesList = DTParamFinder_${DATASET}.list
86 OutputFilePrefix = DTParamFinder
87 OutputDir = ${ANADIR}/output/ds${DATASET}
88 Description = DT parameters
89 AliasFileName = ${DIANA_INSTALL}/cfg/aliases.txt
90 TimeProfilingOn = true
91 SkipEvents = false
92 AppendToInput = true
93 endmod
94 
95 endseq