ATLAS Offline Software
Reconstruction
RecTPCnv
RecTPCnv
DepositInCalo_p2.h
Go to the documentation of this file.
1
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
18
class
DepositInCaloCnv_p2
;
19
class
DepositInCalo_p1
;
20
21
class
DepositInCalo_p2
22
{
24
// Friend classes
26
27
// Make the AthenaPoolCnv class our friend
28
friend
class
DepositInCaloCnv_p2
;
29
31
// Public methods:
33
public
:
34
37
DepositInCalo_p2
()
38
:
m_subCaloId
(0),
39
m_energyDeposited
(0),
40
m_muonEnergyLoss
(0),
41
m_etDeposited
(0)
42
{}
43
45
DepositInCalo_p2
(
const
DepositInCalo_p1
&
other
);
46
49
~DepositInCalo_p2
() =
default
;
50
52
// Private data:
54
private
:
55
57
unsigned
short
m_subCaloId
;
58
60
float
m_energyDeposited
;
61
63
float
m_muonEnergyLoss
;
64
66
float
m_etDeposited
;
67
};
68
69
#endif //> RECTPCNV_DEPOSITINCALO_P1_H
DepositInCalo_p2::DepositInCalo_p2
DepositInCalo_p2()
Default constructor:
Definition:
DepositInCalo_p2.h:37
DepositInCalo_p2::m_subCaloId
unsigned short m_subCaloId
calorimeter sampling identifier
Definition:
DepositInCalo_p2.h:57
DepositInCalo_p2::m_muonEnergyLoss
float m_muonEnergyLoss
energy Loss of the muons computed using the extrapolator
Definition:
DepositInCalo_p2.h:63
DepositInCalo_p2
Definition:
DepositInCalo_p2.h:22
DepositInCalo_p2::m_etDeposited
float m_etDeposited
energy deposited Et
Definition:
DepositInCalo_p2.h:66
DepositInCalo_p2::m_energyDeposited
float m_energyDeposited
energy Desposited
Definition:
DepositInCalo_p2.h:60
DepositInCalo_p1
Definition:
DepositInCalo_p1.h:17
DepositInCalo_p2::~DepositInCalo_p2
~DepositInCalo_p2()=default
Destructor:
InDetDD::other
@ other
Definition:
InDetDD_Defs.h:16
DepositInCaloCnv_p2
Definition:
DepositInCaloCnv_p2.h:28
Generated on Thu Nov 7 2024 21:13:36 for ATLAS Offline Software by
1.8.18