Skip to content
Snippets Groups Projects
Commit 64992f2f authored by Administrator's avatar Administrator Committed by Florian Uhlig
Browse files

Remove unused variables and parameters

parent 0143bea4
No related branches found
No related tags found
1 merge request!1155Fix compilation warnings
...@@ -187,7 +187,6 @@ void CbmMvdSensorFrameBuffer::ClearFrame(Int_t frameNumber) ...@@ -187,7 +187,6 @@ void CbmMvdSensorFrameBuffer::ClearFrame(Int_t frameNumber)
Int_t pointFrameNumber; Int_t pointFrameNumber;
Double_t position[3]; Double_t position[3];
Int_t pixelX, pixelY; Int_t pixelX, pixelY;
Int_t nPoints;
for (Int_t i = 0; i < fBuffer->GetEntriesFast(); i++) { for (Int_t i = 0; i < fBuffer->GetEntriesFast(); i++) {
......
...@@ -493,7 +493,7 @@ void CbmMvdSensorDigitizerTask::Exec() ...@@ -493,7 +493,7 @@ void CbmMvdSensorDigitizerTask::Exec()
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
Int_t CbmMvdSensorDigitizerTask::GetPixelCharge(CbmMvdPixelCharge* myPixel, Double_t readoutTime) Int_t CbmMvdSensorDigitizerTask::GetPixelCharge(CbmMvdPixelCharge* /*myPixel*/, Double_t readoutTime)
{ {
/** /**
...@@ -533,7 +533,7 @@ Bool_t CbmMvdSensorDigitizerTask::GetSignalAboveThreshold(CbmMvdPixelCharge* myP ...@@ -533,7 +533,7 @@ Bool_t CbmMvdSensorDigitizerTask::GetSignalAboveThreshold(CbmMvdPixelCharge* myP
* Checks if pixel is above threshold. * Checks if pixel is above threshold.
**/ **/
CbmMvdSensor* mySensor; // CbmMvdSensor* mySensor; // not used FU 12.05.23
return (GetPixelCharge(myPixel, readoutTime) > fsensorDataSheet->GetAnalogThreshold()); return (GetPixelCharge(myPixel, readoutTime) > fsensorDataSheet->GetAnalogThreshold());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment