ATLAS Offline Software
Loading...
Searching...
No Matches
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
8#include <iostream>
9
10// Default constructor. Prevent undefined values.
16
17LArG4TBECBeamChHit::LArG4TBECBeamChHit(int chamber, double x, double y)
18 : m_Chamber(chamber)
19 , m_X(x)
20 , m_Y(y)
21{;}
22
24
26
28{
29 std::cout << "LArG4TBECBeamChHit: ";
30 std::cout << "chamber " << m_Chamber;
31 std::cout << " at ("
32 << m_X << ","
33 << m_Y << ")" << std::endl;
34}
#define y
#define x