Skip to content
Snippets Groups Projects
Commit 6eb4198d authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* fixing initialisation of beam excitation energy with default ctor

parent e26a4f52
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ using namespace NPL;
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
Beam::Beam(){
fExcitationEnergy = 0;
fEnergy = 0;
fSigmaEnergy = -1 ;
fMeanX = 0 ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment