Skip to content

Commit 7a05c38

Browse files
authored
remove unused parameter
1 parent c72bc2d commit 7a05c38

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • Detectors/Upgrades/ALICE3/IOTOF/simulation/include/IOTOFSimulation

Detectors/Upgrades/ALICE3/IOTOF/simulation/include/IOTOFSimulation/Digitizer.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@ class Digitizer : public TObject
133133
o2::InteractionRecord mROFRecordIR; ///< interaction record assigned to the output ROF
134134
bool mContinuous = true; ///< continuous readout mode
135135

136-
// Digitization parameters
137-
float mEnergyToCharge = 3.6e-9f; ///< energy loss to electrons conversion (3.6 eV per e-h pair in Si)
138-
139136
static o2::iotof::Segmentation* sSegmentation; ///< IOTOF segmentation instance (singleton)
140137

141138
ClassDefNV(Digitizer, 1);

0 commit comments

Comments
 (0)