ATLAS Offline Software
Loading...
Searching...
No Matches
SrCaloCalibrationHitContainer_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef CALOSIMEVENTTPCNV_SRCALOCALIBRATIONHITCONTAINER_P1_H
6#define CALOSIMEVENTTPCNV_SRCALOCALIBRATIONHITCONTAINER_P1_H
12#include <string>
13#include <vector>
14
16 public:
19
20 // Accessors
21 const std::string& name() const;
22
23 std::vector<unsigned long long> m_channelHash;
24 std::vector<float> m_energy;
25 std::string m_name;
26 std::vector<unsigned int> m_particleID;
27};
28
29// inlines
30
32
33inline const std::string& SrCaloCalibrationHitContainer_p1::name() const {
34 return m_name;
35}
36
37#endif
std::vector< unsigned long long > m_channelHash