Skip to content
Snippets Groups Projects
  1. Feb 05, 2015
  2. Feb 04, 2015
  3. Jan 29, 2015
  4. Jan 22, 2015
  5. Oct 30, 2014
  6. May 22, 2014
  7. May 21, 2014
    • BaM's avatar
      Adding a new class : The CLASS BackEnd. · bc6df5a2
      BaM authored
      The aim of this class is to describe all the facility used in the backend of the fuel cycle.
      
      the reactor output fuel facility is now a BackEnd, so it is possible to go directly to a stock, or to chain the Pool, if wanted.
      
      CLSSObject and CLSSFacility also became CLASSObject and CLASSFacility respectively without any major change.
      
      git-svn-id: svn+ssh://svn.in2p3.fr/class@250 0e7d625b-0364-4367-a6be-d5be4a48d228
      bc6df5a2
  8. Apr 08, 2014
  9. Jan 14, 2014
  10. Oct 08, 2013
  11. Aug 14, 2013
    • BaM's avatar
      HUDGE UPDATE : · 02f47d41
      BaM authored
      Introducing the CLSSObject and CLSSFacility in order to simplify the shared properties between must of the CLASS object :
      Almost all the CLASS Object will inherit of the CLSSObject class, which actually only include the log file.(Except class ZAI IsotopicVector)
      All facility in CLASS now inherit of the CLSSFacility, which are a CLSSObject and a TNamed (from ROOT/CERN library).
      In the CLSSFacility, one can found :
      fId, fParc, fCreationTime, fLifeTime as private variable (the daughter class can not access directly to this member, one need to use the setter and getter - SetId(int) by ex-)
      fIsStarted, fShutDown, fEndOfCycle, fInternalTime, fInCycleTime, fCycleTime, fInsideIV as protected member (the daughter class can directly modify this variable - also accessible via setter/getter)
      this repartition between private and protected could change in the future, 
      fCycleTime replace fCoolingTime and fFabricationTime in respectively Pool and FabricationPlant
      
      Those variable are shared by almost all the facility, it is then more convenient to regroup them. 
      For all facility the fInsideIV represent the total amount of fuel in the facility, in the case of the Reactor, this is also the fuel inside the reactor (it replace the old fReactorIV)
      
      If it is needed to add any variable to all CLASS Object (except ZAI and IsotopicVector), one should use the CLSSObject, for the facility, use CLSSFacility.
      
      + All ClassDef of the daughter facilities change from 1 to 2 (because of the inheritance), the ClassDef of the CLSSObject has been set to 0, and 1 for CLSSFacility (as explain in rootcin doc, 0 mean no I/O, 1 is the first level, and should increase by 1 at each inheritance...)
      
      Resolve the small glitch (not really a bug) which cause the warning at the execution of a scenario, and at the reading of the output in ROOT, using #ifndef __CINT__ // #endif  to exclude some part of the variable at the compilation of the root library...
      
      
      BaM
      
      
      git-svn-id: svn+ssh://svn.in2p3.fr/class@115 0e7d625b-0364-4367-a6be-d5be4a48d228
      02f47d41
Loading