diff --git a/core/detectors/mvd/CbmMvdDetector.h b/core/detectors/mvd/CbmMvdDetector.h index 59bfaf74a2608ba7637b62d7c8fda28ed24a8236..8e4ec00675a0a254411634757d25ef8cc55cdc35 100644 --- a/core/detectors/mvd/CbmMvdDetector.h +++ b/core/detectors/mvd/CbmMvdDetector.h @@ -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;