@@ -36,26 +36,26 @@ class FairGeoOldAsciiIo : public FairGeoIo
3636 void setDirectory (const char * fDir ) { filedir = fDir ; }
3737 const char * getDirectory () { return filedir.Data (); }
3838 const char * getFilename () { return filename.Data (); }
39- Bool_t open (const char *, const Text_t* status = " in" );
40- Bool_t isOpen ();
41- Bool_t isWritable ();
42- void close ();
43- void print ();
44- Bool_t read (FairGeoMedia*) { return kFALSE ; }
45- Bool_t read (FairGeoSet*, FairGeoMedia*);
46- Bool_t write (FairGeoMedia*) { return kFALSE ; }
47- Bool_t write (FairGeoSet*) { return kFALSE ; }
48- Bool_t readGeomConfig (FairGeoInterface*) { return kFALSE ; }
39+ Bool_t open (const char *, const Text_t* status = " in" ) override ;
40+ Bool_t isOpen () override ;
41+ Bool_t isWritable () override ;
42+ void close () override ;
43+ void print () override ;
44+ Bool_t read (FairGeoMedia*) override { return kFALSE ; }
45+ Bool_t read (FairGeoSet*, FairGeoMedia*) override ;
46+ Bool_t write (FairGeoMedia*) override { return kFALSE ; }
47+ Bool_t write (FairGeoSet*) override { return kFALSE ; }
48+ Bool_t readGeomConfig (FairGeoInterface*) override { return kFALSE ; }
4949 Bool_t readDetectorSetup (FairGeoInterface*) { return kFALSE ; }
50- Bool_t setSimulRefRun (const char *) { return kTRUE ; }
51- Bool_t setHistoryDate (const char *) { return kTRUE ; }
50+ Bool_t setSimulRefRun (const char *) override { return kTRUE ; }
51+ Bool_t setHistoryDate (const char *) override { return kTRUE ; }
5252
5353 private:
5454 Bool_t calculateShapePoints (Double_t*, FairGeoNode*);
5555 FairGeoOldAsciiIo (const FairGeoOldAsciiIo&);
5656 FairGeoOldAsciiIo& operator =(const FairGeoOldAsciiIo&);
5757
58- ClassDef (FairGeoOldAsciiIo, 0 ); //
58+ ClassDefOverride (FairGeoOldAsciiIo, 0 ); //
5959};
6060
6161#endif /* !FAIRGEOOLDASCIIIO_H */
0 commit comments