Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
cf03cb32
Commit
cf03cb32
authored
Aug 08, 2012
by
Lynn Garren
Browse files
make the HepLorentzVector(double t) constructor explicit
parent
1cb3c2ff
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
cf03cb32
2012-08-07 Lynn Garren <garren@fnal.gov>
* Vector/LorentzVector.h: make the HepLorentzVector(double t) constructor explicit
==============================
09.07.12 Release CLHEP-2.1.2.4
==============================
...
...
Vector/ChangeLog
View file @
cf03cb32
2012-08-07 Lynn Garren <garren@fnal.gov>
* LorentzVector.h: make the HepLorentzVector(double t) constructor explicit
==============================
09.07.12 Release CLHEP-2.1.2.4
==============================
...
...
Vector/Vector/LorentzVector.h
View file @
cf03cb32
...
...
@@ -84,7 +84,7 @@ public:
inline
HepLorentzVector
(
double
x
,
double
y
,
double
z
);
// Constructor giving the components x, y, z with t-component set to 0.0.
inline
HepLorentzVector
(
double
t
);
explicit
HepLorentzVector
(
double
t
);
// Constructor giving the t-component with x, y and z set to 0.0.
inline
HepLorentzVector
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment