33 : m_celltoclustermap(nullptr),
34 m_minimumCellEnergy(0),
35 m_minimumClusterEnergy (0),
36 m_useCellWeights (false),
38 m_cellESignificanceThreshold (0),
39 m_caloSelection (false)
46 m_celltoclustermap(nullptr),
47 m_minimumCellEnergy(0),
48 m_minimumClusterEnergy (0),
49 m_useCellWeights (false),
51 m_cellESignificanceThreshold (0),
52 m_caloSelection (false)
60 m_clusters (
other.m_clusters),
61 m_towers (
other.m_towers),
62 m_cells (
other.m_cells),
63 m_celltoclustermap (
other.m_celltoclustermap),
64 m_minimumCellEnergy (
other.m_minimumCellEnergy),
65 m_minimumClusterEnergy (
other.m_minimumClusterEnergy),
66 m_useCellWeights (
other.m_useCellWeights),
67 m_noiseSigma (
other.m_noiseSigma),
68 m_cellESignificanceThreshold (
other.m_cellESignificanceThreshold),
69 m_caloIndices (
other.m_caloIndices),
70 m_caloSelection (
other.m_caloSelection)