Skip to content

Commit 4fe5f75

Browse files
pre-commit-ci[bot]wdconinc
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 08b3019 commit 4fe5f75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/detectors/ECTOF/ECTOF.cc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void InitPlugin(JApplication* app) {
6363
const double sigma_analog = 0.293951 * edm4eic::unit::ns;
6464
const double Vm = 3e-4 * dd4hep::GeV;
6565
const double adc_range = 256;
66-
66+
6767
const double gain = -adc_range / Vm / landau_min * sigma_analog;
6868
const int offset = 3;
6969
app->Add(new JOmniFactoryGeneratorT<SiliconPulseGeneration_factory>(
@@ -95,7 +95,5 @@ void InitPlugin(JApplication* app) {
9595

9696
app->Add(new JOmniFactoryGeneratorT<EICROCDigitization_factory>(
9797
"EICROCDigitization", {"TOFEndcapPulses"}, {"TOFEndcapADCTDC"}, {}, app));
98-
99-
10098
}
10199
} // extern "C"

0 commit comments

Comments
 (0)