Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F11222203
CChart.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
885 B
Subscribers
None
CChart.h
View Options
#include
<fstream>
#include
<iostream>
#include
<cstdlib>
using
namespace
std
;
/**
*!\brief storage of chart of isotope
*
* contain max and min A values for a given Z which are allowed in GEMINI
*/
struct
SIsotope
{
short
unsigned
iAmax
;
//!< maximun A value
short
unsigned
iAmin
;
//!< minimum A value
};
/**
*!\brief defines accessable region of chart of nuclides
* contains the neutron rich and proton rich
* limits to the chart of nuclides for which
* decay fragments can be chosen
*/
class
CChart
{
private
:
SIsotope
*
isotope
;
//!< lists max and min A for each Z
static
int
const
iZmax
;
//!< max Z allowed in GEMINI
int
*
iZindex
;
//!< list the array number of the lightest isotope of each Z
public
:
CChart
();
~
CChart
();
int
getAmax
(
int
iZ
);
int
getAmin
(
int
iZ
);
int
getIndex
(
int
iZ
,
int
iA
);
int
iMassDim
;
//!< dimension of mass array
};
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Wed, May 14, 11:34 AM (14 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5107470
Default Alt Text
CChart.h (885 B)
Attached To
rSARTRESVN sartresvn
Event Timeline
Log In to Comment