Skip to content
Snippets Groups Projects
Commit 32b8befb authored by BaM's avatar BaM
Browse files

correction on Classdef for CLASSBAckEnd, Pool and Stock

git-svn-id: svn+ssh://svn.in2p3.fr/class@253 0e7d625b-0364-4367-a6be-d5be4a48d228
parent 2f7c865f
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ class CLASSBackEnd : public CLASSFacility ...@@ -88,7 +88,7 @@ class CLASSBackEnd : public CLASSFacility
bool fIsStorageType; //!< True if there is not OutBAckEndFacility (like a storage...) bool fIsStorageType; //!< True if there is not OutBAckEndFacility (like a storage...)
DecayDataBank* fDecayDataBase; //!< Pointer to the Decay DataBase DecayDataBank* fDecayDataBase; //!< Pointer to the Decay DataBase
ClassDef(CLASSFacility,1); ClassDef(CLASSBackEnd,2);
}; };
#endif #endif
......
...@@ -50,6 +50,7 @@ public : ...@@ -50,6 +50,7 @@ public :
private : private :
LogFile* fLog; //!< Pointer to the Log LogFile* fLog; //!< Pointer to the Log
bool fIsLog; //!< Set at true if a LogFile are define bool fIsLog; //!< Set at true if a LogFile are define
ClassDef(CLASSObject,0); ClassDef(CLASSObject,0);
}; };
......
...@@ -189,7 +189,7 @@ protected : ...@@ -189,7 +189,7 @@ protected :
*/ */
pair<IsotopicVector, IsotopicVector> Separation(IsotopicVector isotopicvector); pair<IsotopicVector, IsotopicVector> Separation(IsotopicVector isotopicvector);
//} //}
ClassDef(FabricationPlant,2); ClassDef(FabricationPlant,3);
}; };
......
...@@ -179,7 +179,7 @@ protected : ...@@ -179,7 +179,7 @@ protected :
ClassDef(Pool,2); ClassDef(Pool,3);
}; };
#endif #endif
...@@ -247,7 +247,7 @@ protected : ...@@ -247,7 +247,7 @@ protected :
double fHeavyMetalMass; ///< In tons double fHeavyMetalMass; ///< In tons
double fBurnUp; ///< In GWd/tHM double fBurnUp; ///< In GWd/tHM
ClassDef(Reactor,2); ClassDef(Reactor,3);
}; };
......
...@@ -156,7 +156,7 @@ protected : ...@@ -156,7 +156,7 @@ protected :
ClassDef(Storage,2); ClassDef(Storage,3);
}; };
#endif #endif
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