1 #ifndef _SeparationPlant_ 2 #define _SeparationPlant_ 80 using CLASSBackEnd::SetName;
99 map<cSecond,int> GetTheBackEndTimePath();
110 {
return GetIVArrayArrivalTime(); }
vector< cSecond > GetCoolingStartingTime() const
Return the vector of Cooling starting Time.
Definition: SeparationPlant.hxx:109
Allows to store & operate on radioactive sample.
Definition: IsotopicVector.hxx:37
Definition: CLASSBackEndDict.cxx:37
bool GetPutToWaste() const
Return True if IV goes to waste after cooling false instead.
Definition: SeparationPlant.hxx:94
void SetPutToWaste(bool val)
Set True if IV goes to waste after cooling false instead.
Definition: SeparationPlant.hxx:77
Defines a SeparationPlant.
Definition: SeparationPlant.hxx:38
long long int cSecond
Definition: CLASSConstante.hxx:10
vector< cSecond > fDestinationStorageStartingTime
Vector containing destination storage starting time of the IV in the Separation Plant.
Definition: SeparationPlant.hxx:121
Header file for IsotopicVector class.
vector< CLASSBackEnd *> fDestinationStorage
Vector containing destination storage of the IV in the Separation Plant.
Definition: SeparationPlant.hxx:119
vector< IsotopicVector > fDestinationStorageIV
Vector containing destination storage of the IV in the Separation Plant.
Definition: SeparationPlant.hxx:120
Describes outcore radioactive decays.
Definition: DecayDataBank.hxx:45
Object to handle output messages.
Definition: CLASSLogger.hxx:144
bool fPutToWaste
True if IV goes to waste after cooling false instead.
Definition: SeparationPlant.hxx:118
long long int cSecond
Definition: SeparationPlant.hxx:17
Header file for Storage class.
Class defining the common properties of all back end fuel cycle facilities.
Definition: CLASSBackEnd.hxx:26