Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CLHEP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CLHEP
CLHEP
Commits
2d97333c
Commit
2d97333c
authored
11 years ago
by
Lynn Garren
Browse files
Options
Downloads
Patches
Plain Diff
adding curie units requested by the medical community
parent
1ffd553b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+1
-0
1 addition, 0 deletions
ChangeLog
Units/ChangeLog
+1
-0
1 addition, 0 deletions
Units/ChangeLog
Units/Units/SystemOfUnits.h
+12
-0
12 additions, 0 deletions
Units/Units/SystemOfUnits.h
with
14 additions
and
0 deletions
ChangeLog
+
1
−
0
View file @
2d97333c
...
...
@@ -2,6 +2,7 @@
2013-10-31 Lynn Garren <garren@fnal.gov>
* Units/Units/SystemOfUnits.h: adding definitions for curies
* Units/test/testUnits.cc: use the same M_PI logic as found elsewhere
* clhep-config: fix for OSX
* cmake/Modules/ClhepBuildTex.cmake: don't try to install a file that has not been created
...
...
This diff is collapsed.
Click to expand it.
Units/ChangeLog
+
1
−
0
View file @
2d97333c
2013-10-31 Lynn Garren <garren@fnal.gov>
* Units/SystemOfUnits.h: adding definitions for curies
* test/testUnits.cc: use the same M_PI logic as found elsewhere
==============================
...
...
This diff is collapsed.
Click to expand it.
Units/Units/SystemOfUnits.h
+
12
−
0
View file @
2d97333c
...
...
@@ -254,6 +254,18 @@ namespace CLHEP {
//
static
const
double
becquerel
=
1.
/
second
;
static
const
double
curie
=
3.7e+10
*
becquerel
;
static
const
double
kilobecquerel
=
1.e+3
*
becquerel
;
static
const
double
megabecquerel
=
1.e+6
*
becquerel
;
static
const
double
gigabecquerel
=
1.e+9
*
becquerel
;
static
const
double
millicurie
=
1.e-3
*
curie
;
static
const
double
microcurie
=
1.e-6
*
curie
;
static
const
double
Bq
=
becquerel
;
static
const
double
kBq
=
kilobecquerel
;
static
const
double
MBq
=
megabecquerel
;
static
const
double
GBq
=
gigabecquerel
;
static
const
double
Ci
=
curie
;
static
const
double
mCi
=
millicurie
;
static
const
double
uCi
=
microcurie
;
//
// Absorbed dose [L^2][T^-2]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment