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

Cleanup dependencies in CbmMvdSensor

Remove function SetProduceNoise from CbmMvdSensor and CbmMvdDetector. The
function from the plugin is now called directly from the digitizer.
Exchange some casts to the final taks by using the base class instead.
parent e8d3ee12
No related branches found
No related tags found
Loading
......@@ -99,6 +99,11 @@ public:
CbmMvdStationPar* GetParameterFile() { return fParameter; };
void PrintParameter() { fParameter->Print(); };
/*
static void SetSensorTyp(CbmMvdSensorTyp typ) { fSensorTyp = typ; };
void SetSensorArrayFilled(Bool_t value = kTRUE) {fSensorArrayFilled=value;}
*/
private:
static CbmMvdSensorTyp fSensorTyp;
......
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