ATLAS Offline Software
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 
17 {
18 public:
19 
23  : m_subCaloId(0),
26  {}
27 
30  ~DepositInCalo_p1() = default;
31 
32 
34  unsigned short m_subCaloId;
35 
38 
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