ATLAS Offline Software
Loading...
Searching...
No Matches
LArCalorimeter
LArG4TB
LArG4TBSimEvent
src
LArG4TBECBeamChHit.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// LArG4TBECBeamChHit
6
7
#include "
LArG4TBSimEvent/LArG4TBECBeamChHit.h
"
8
#include <iostream>
9
10
// Default constructor. Prevent undefined values.
11
LArG4TBECBeamChHit::LArG4TBECBeamChHit
()
12
:
m_Chamber
(0)
13
,
m_X
(0.)
14
,
m_Y
(0.)
15
{}
16
17
LArG4TBECBeamChHit::LArG4TBECBeamChHit
(
int
chamber,
double
x
,
double
y
)
18
:
m_Chamber
(chamber)
19
,
m_X
(
x
)
20
,
m_Y
(
y
)
21
{;}
22
23
LArG4TBECBeamChHit::~LArG4TBECBeamChHit
() {;}
24
25
void
LArG4TBECBeamChHit::Draw
() {;}
26
27
void
LArG4TBECBeamChHit::Print
()
28
{
29
std::cout <<
"LArG4TBECBeamChHit: "
;
30
std::cout <<
"chamber "
<<
m_Chamber
;
31
std::cout <<
" at ("
32
<<
m_X
<<
","
33
<<
m_Y
<<
")"
<< std::endl;
34
}
LArG4TBECBeamChHit.h
y
#define y
x
#define x
LArG4TBECBeamChHit::Print
void Print()
Definition
LArG4TBECBeamChHit.cxx:27
LArG4TBECBeamChHit::m_Y
double m_Y
Definition
LArG4TBECBeamChHit.h:25
LArG4TBECBeamChHit::LArG4TBECBeamChHit
LArG4TBECBeamChHit()
Definition
LArG4TBECBeamChHit.cxx:11
LArG4TBECBeamChHit::Draw
void Draw()
Definition
LArG4TBECBeamChHit.cxx:25
LArG4TBECBeamChHit::m_Chamber
int m_Chamber
Definition
LArG4TBECBeamChHit.h:23
LArG4TBECBeamChHit::~LArG4TBECBeamChHit
virtual ~LArG4TBECBeamChHit()
Definition
LArG4TBECBeamChHit.cxx:23
LArG4TBECBeamChHit::m_X
double m_X
Definition
LArG4TBECBeamChHit.h:24
Generated on
for ATLAS Offline Software by
1.14.0