@@ -34,19 +34,11 @@ namespace crt
3434 };
3535 fhicl::Atom<double > TDelayNorm {
3636 fhicl::Name (" TDelayNorm" ),
37- fhicl::Comment (" Time delay fit: Gaussian normalization" ),
37+ fhicl::Comment (" Time delay fit: Exponential normalization" ),
3838 };
39- fhicl::Atom<double > TDelayShift {
40- fhicl::Name (" TDelayShift" ),
41- fhicl::Comment (" Time delay fit: Gaussian x shift" ),
42- };
43- fhicl::Atom<double > TDelaySigma {
44- fhicl::Name (" TDelaySigma" ),
45- fhicl::Comment (" Time delay fit: Gaussian width" ),
46- };
47- fhicl::Atom<double > TDelayOffset {
48- fhicl::Name (" TDelayOffset" ),
49- fhicl::Comment (" Time delay fit: Gaussian baseline offset" ),
39+ fhicl::Atom<double > TDelayScale {
40+ fhicl::Name (" TDelayScale" ),
41+ fhicl::Comment (" Time delay fit: Exponential x scale" ),
5042 };
5143 fhicl::Atom<double > TDelayRMSGausNorm {
5244 fhicl::Name (" TDelayRMSGausNorm" ),
@@ -60,10 +52,6 @@ namespace crt
6052 fhicl::Name (" TDelayRMSGausSigma" ),
6153 fhicl::Comment (" Time delay fit: Gaussian width" ),
6254 };
63- fhicl::Atom<double > TDelayRMSExpNorm {
64- fhicl::Name (" TDelayRMSExpNorm" ),
65- fhicl::Comment (" Time delay RMS fit: Exponential normalization" ),
66- };
6755 fhicl::Atom<double > TDelayRMSExpShift {
6856 fhicl::Name (" TDelayRMSExpShift" ),
6957 fhicl::Comment (" Time delay RMS fit: Exponential x shift" ),
@@ -72,6 +60,14 @@ namespace crt
7260 fhicl::Name (" TDelayRMSExpScale" ),
7361 fhicl::Comment (" Time delay RMS fit: Exponential scale" ),
7462 };
63+ fhicl::Atom<double > TDelayRMSOffSetSlope {
64+ fhicl::Name (" TDelayRMSOffSetSlope" ),
65+ fhicl::Comment (" Time delay RMS fit: Offset slope" ),
66+ };
67+ fhicl::Atom<double > TDelayRMSOffSet {
68+ fhicl::Name (" TDelayRMSOffSet" ),
69+ fhicl::Comment (" Time delay RMS fit: Offset" ),
70+ };
7571 fhicl::Atom<uint32_t > TriggerDelay {
7672 fhicl::Name (" TriggerDelay" ),
7773 fhicl::Comment (" Time between signal starts and waveform goes above threshold" ),
0 commit comments