Skip to content

Commit 2811bd1

Browse files
authored
remove getters/setters
1 parent 6308b32 commit 2811bd1

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

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

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,6 @@ class Digitizer : public TObject
7474
// Provide the common iotof::GeometryTGeo to access matrices and segmentation
7575
void setGeometry(const o2::iotof::GeometryTGeo* gm) { mGeometry = gm; }
7676

77-
// Setters for digitization parameters
78-
void setChargeThreshold(float thr) { mChargeThreshold = thr; }
79-
void setTimeResolution(float res) { mTimeResolution = res; }
80-
void setEfficiency(float eff) { mEfficiency = eff; }
81-
void setEnergyToCharge(float e2c) { mEnergyToCharge = e2c; }
82-
83-
// Getters
84-
float getChargeThreshold() const { return mChargeThreshold; }
85-
float getTimeResolution() const { return mTimeResolution; }
86-
float getEfficiency() const { return mEfficiency; }
87-
8877
private:
8978
/// Process a single hit
9079
void processHit(const o2::itsmft::Hit& hit, int evID, int srcID);

0 commit comments

Comments
 (0)