ATLAS Offline Software
Loading...
Searching...
No Matches
CaloCalibrationHit_p1.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_P1_H
8#define CALOSIMEVENTTPCNV_CALOCALIBRATIONHIT_P1_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)
24 {}
26
27 private:
30
36 float m_energy0;
37 float m_energy1;
38 float m_energy2;
39 float m_energy3;
40};
41
42#endif
float m_energy0
energies (in MeV) deposited in this hit.
Identifier m_ID
identifier of the cell in which this hit occured.