File tree Expand file tree Collapse file tree
Detectors/Upgrades/ALICE3/IOTOF/simulation/include/IOTOFSimulation Expand file tree Collapse file tree Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments