Skip to content

Commit

Permalink
Re #11825 Addit missing member variables to initialization list
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelalvarezbanos committed May 22, 2015
1 parent 4793b51 commit 95c6322
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -39,7 +39,9 @@ class DLLExport PhaseQuadMuon : public API::Algorithm {
/// Default constructor
PhaseQuadMuon()
: API::Algorithm(), m_muLife(2.19703), m_bigNumber(1e10), m_tPulseOver(0),
m_pulseTail(182), m_poissonLim(30), m_pulseTwo(0.325){};
m_pulseTail(182), m_poissonLim(30), m_pulseTwo(0.325), m_nHist(0),
m_nData(0), m_res(0.0), m_meanLag(0.0), m_tValid(0), m_isDouble(false),
m_tMin(0.0){};
/// Destructor
virtual ~PhaseQuadMuon(){};
/// Algorithm's name for identification overriding a virtual method
Expand Down

0 comments on commit 95c6322

Please sign in to comment.