There was an error while loading. Please reload this page.
1 parent c72bc2d commit 7a05c38Copy full SHA for 7a05c38
1 file changed
Detectors/Upgrades/ALICE3/IOTOF/simulation/include/IOTOFSimulation/Digitizer.h
@@ -133,9 +133,6 @@ class Digitizer : public TObject
133
o2::InteractionRecord mROFRecordIR; ///< interaction record assigned to the output ROF
134
bool mContinuous = true; ///< continuous readout mode
135
136
- // Digitization parameters
137
- float mEnergyToCharge = 3.6e-9f; ///< energy loss to electrons conversion (3.6 eV per e-h pair in Si)
138
-
139
static o2::iotof::Segmentation* sSegmentation; ///< IOTOF segmentation instance (singleton)
140
141
ClassDefNV(Digitizer, 1);
0 commit comments