ATLAS Offline Software
Loading...
Searching...
No Matches
LArRawChannel_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 LARTPCNV_LARRAWCHANNEL_P1_H
8#define LARTPCNV_LARRAWCHANNEL_P1_H
9
13
15
16 public:
17
19 : m_channelID(0),
20 m_energy(0),
21 m_time(0),
23 { };
24
25 friend class LArRawChannelCnv_p1;
27
28 private:
29
30 unsigned int m_channelID;
32 int m_time;
33
35};
36
37#endif
friend class LArRawChannelContainerCnv_p2
friend class LArRawChannelCnv_p1
unsigned int m_channelID