ATLAS Offline Software
CaloShower.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
6 #include "CaloEvent/CaloShower.h"
7 
8 
10  : m_momentStore (pShower->m_momentStore),
11  m_samplingStore (pShower->m_samplingStore)
12 {
13 }
14 
15 CaloShower::CaloShower(const CaloShower& rShower)
16 
17 
18 = default;
19 
CaloShower
Data class for cluster variables associated with a CaloCluster.
Definition: CaloShower.h:12
CaloShower::CaloShower
CaloShower()
Constructor.
Definition: CaloShower.h:22
CaloShower.h