ATLAS Offline Software
Loading...
Searching...
No Matches
CaloCalibrationHit_p2.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef CALOSIMEVENTTPCNV_CALOCALIBRATIONHIT_P2_H
8#define CALOSIMEVENTTPCNV_CALOCALIBRATIONHIT_P2_H
9
13
14#include "Identifier/Identifier.h"
15
17{
18 public:
20 : m_energy0(0),
21 m_energy1(0),
22 m_energy2(0),
23 m_energy3(0),
25 {}
27
28 private:
31
37 float m_energy0;
38 float m_energy1;
39 float m_energy2;
40 float m_energy3;
41
43 unsigned int m_particleID;
44};
45
46#endif
Identifier m_ID
identifier of the cell in which this hit occured.
unsigned int m_particleID
identifier of Primary Particle which caused this hit
float m_energy0
energies (in MeV) deposited in this hit.