ATLAS Offline Software
Reconstruction
RecTPCnv
RecTPCnv
DepositInCalo_p1.h
Go to the documentation of this file.
1
3
/*
4
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// DepositInCalo_p1.h
8
// Header file for class DepositInCalo_p1
9
// Author: S.Binet<binet@cern.ch>
10
// Date: March 2007
12
#ifndef RECTPCNV_DEPOSITINCALO_P1_H
13
#define RECTPCNV_DEPOSITINCALO_P1_H
14
15
16
class
DepositInCalo_p1
17
{
18
public
:
19
22
DepositInCalo_p1
()
23
:
m_subCaloId
(0),
24
m_energyDeposited
(0),
25
m_muonEnergyLoss
(0)
26
{}
27
30
~DepositInCalo_p1
() =
default
;
31
32
34
unsigned
short
m_subCaloId
;
35
37
float
m_energyDeposited
;
38
40
float
m_muonEnergyLoss
;
41
};
42
43
44
#endif //> RECTPCNV_DEPOSITINCALO_P1_H
DepositInCalo_p1::DepositInCalo_p1
DepositInCalo_p1()
Default constructor:
Definition:
DepositInCalo_p1.h:22
DepositInCalo_p1::~DepositInCalo_p1
~DepositInCalo_p1()=default
Destructor:
DepositInCalo_p1::m_energyDeposited
float m_energyDeposited
energy Desposited
Definition:
DepositInCalo_p1.h:37
DepositInCalo_p1::m_muonEnergyLoss
float m_muonEnergyLoss
energy Loss of the muons computed using the extrapolator
Definition:
DepositInCalo_p1.h:40
DepositInCalo_p1::m_subCaloId
unsigned short m_subCaloId
calorimeter sampling identifier
Definition:
DepositInCalo_p1.h:34
DepositInCalo_p1
Definition:
DepositInCalo_p1.h:17
Generated on Sun Dec 22 2024 21:09:21 for ATLAS Offline Software by
1.8.18