ATLAS Offline Software
Loading...
Searching...
No Matches
DepositInCalo_p2.h
Go to the documentation of this file.
1
2
3/*
4 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
5*/
6
7// DepositInCalo_p2.h
8// Header file for class DepositInCalo_p2
9// Author: Ketevi A. Assamagan
10// Date: January 2009
12#ifndef RECTPCNV_DEPOSITINCALO_P2_H
13#define RECTPCNV_DEPOSITINCALO_P2_H
14
15// STL includes
16
17// forward declarations
20
22{
24 // Friend classes
26
27 // Make the AthenaPoolCnv class our friend
28 friend class DepositInCaloCnv_p2;
29
31 // Public methods:
33public:
34
43
46
49 ~DepositInCalo_p2() = default;
50
52 // Private data:
54private:
55
57 unsigned short m_subCaloId;
58
61
64
67};
68
69#endif //> RECTPCNV_DEPOSITINCALO_P1_H
float m_energyDeposited
energy Desposited
DepositInCalo_p2()
Default constructor:
float m_muonEnergyLoss
energy Loss of the muons computed using the extrapolator
friend class DepositInCaloCnv_p2
float m_etDeposited
energy deposited Et
unsigned short m_subCaloId
calorimeter sampling identifier
~DepositInCalo_p2()=default
Destructor: