File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717#define RunToTimestamp_H
1818
1919#include < map>
20- #include < FairLogger.h>
21- #include " TNamed.h"
20+ #include < Rtypes.h>
2221
23- class RunToTimestamp : public TNamed
22+ class RunToTimestamp
2423{
2524 public:
2625 RunToTimestamp () = default ;
27- ~RunToTimestamp () final = default ;
26+ ~RunToTimestamp () = default ;
2827
2928 // / Checks if the converter has a particular run
3029 bool Has (uint runNumber) const { return mMap .count (runNumber); }
@@ -43,7 +42,7 @@ class RunToTimestamp : public TNamed
4342
4443 private:
4544 std::map<uint, long > mMap ;
46- ClassDef (RunToTimestamp, 1 ) // converter class between run number and timestamp
45+ ClassDefNV (RunToTimestamp, 1 ) // converter class between run number and timestamp
4746};
4847
4948#endif
Original file line number Diff line number Diff line change 1414// Author: Nicolo' Jacazio on 2020-06-22
1515
1616#include " Analysis/RunToTimestamp.h"
17+ #include < FairLogger.h>
1718
1819ClassImp (RunToTimestamp);
1920
You can’t perform that action at this time.
0 commit comments