REST-for-Physics
v2.3
Rare Event Searches ToolKit for Physics
source
libraries
wimp
inc
TRestWimpNucleus.h
1
/*************************************************************************
2
* This file is part of the REST software framework. *
3
* *
4
* Copyright (C) 2016 GIFNA/TREX (University of Zaragoza) *
5
* For more information see http://gifna.unizar.es/trex *
6
* *
7
* REST is free software: you can redistribute it and/or modify *
8
* it under the terms of the GNU General Public License as published by *
9
* the Free Software Foundation, either version 3 of the License, or *
10
* (at your option) any later version. *
11
* *
12
* REST is distributed in the hope that it will be useful, *
13
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
15
* GNU General Public License for more details. *
16
* *
17
* You should have a copy of the GNU General Public License along with *
18
* REST in $REST_PATH/LICENSE. *
19
* If not, see http://www.gnu.org/licenses/. *
20
* For the list of contributors see $REST_PATH/CREDITS. *
21
*************************************************************************/
22
23
#ifndef RestCore_TRestWimpNucleus
24
#define RestCore_TRestWimpNucleus
25
26
#include <iostream>
27
28
#include <TString.h>
29
31
class
TRestWimpNucleus
{
32
public
:
34
TString
fNucleusName
;
36
Double_t
fAnum
;
38
Int_t
fZnum
;
40
Double_t
fAbundance
;
41
42
void
PrintNucleus();
43
44
// Constructor
45
TRestWimpNucleus
();
46
47
// Destructor
48
virtual
~
TRestWimpNucleus
();
49
50
ClassDef(
TRestWimpNucleus
, 1);
51
};
52
53
#endif
TRestWimpNucleus
A class to store different nucleus parameters.
Definition:
TRestWimpNucleus.h:31
TRestWimpNucleus::fAnum
Double_t fAnum
Atomic number in amus.
Definition:
TRestWimpNucleus.h:36
TRestWimpNucleus::fNucleusName
TString fNucleusName
Nucleus name.
Definition:
TRestWimpNucleus.h:34
TRestWimpNucleus::fAbundance
Double_t fAbundance
Abundance, in mass percentage.
Definition:
TRestWimpNucleus.h:40
TRestWimpNucleus::fZnum
Int_t fZnum
Number of protons.
Definition:
TRestWimpNucleus.h:38
Generated on Thu Nov 7 2024 11:22:21 for REST-for-Physics by
1.9.1