File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ MACRO(COMPILEDIR libname)
289
289
#### We will remove those classes that do not inherit from TObject from dictionary generation
290
290
set (NOTDICT "FALSE" )
291
291
#### Probably all those classes should be on the same directory (framework/tools)
292
- set ( nodicts "TRestReflector;TRestSystemOfUnits;TRestStringHelper;TRestPhysics;TRestDataBase;TRestTools;TRestThread;TRestAnalysisPlot " )
292
+ set ( nodicts "TRestReflector;TRestSystemOfUnits;TRestStringHelper;TRestPhysics;TRestDataBase;TRestTools;TRestThread" )
293
293
foreach (nodict ${nodicts} )
294
294
if ("${nodict} " STREQUAL "${class} " )
295
295
set (NOTDICT "TRUE" )
Original file line number Diff line number Diff line change @@ -193,5 +193,7 @@ class TRestAnalysisPlot : public TRestMetadata {
193
193
TRestAnalysisPlot (const char * configFilename, const char * name = " " );
194
194
// Destructor
195
195
virtual ~TRestAnalysisPlot ();
196
+
197
+ ClassDefOverride (TRestAnalysisPlot, 4 );
196
198
};
197
199
#endif
Original file line number Diff line number Diff line change 22
22
23
23
using namespace std ;
24
24
25
+ ClassImp (TRestAnalysisPlot);
26
+
25
27
TRestAnalysisPlot::TRestAnalysisPlot () { Initialize (); }
26
28
27
29
TRestAnalysisPlot::TRestAnalysisPlot (const char * configFilename, const char * name)
You can’t perform that action at this time.
0 commit comments