ATLAS Offline Software
McBremPoint.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2 #ifndef __MCBREMPOINT_H__
3 #define __MCBREMPOINT_H__
4 
5 
7 {
8 public:
9  McBremPoint(double, double, double, double);
10 public:
11  virtual ~McBremPoint(void);
12  double m_x, m_y, m_z, m_loss;
13 };
14 
15 #endif
McBremPoint::m_loss
double m_loss
Definition: McBremPoint.h:12
McBremPoint::McBremPoint
McBremPoint(double, double, double, double)
McBremPoint::~McBremPoint
virtual ~McBremPoint(void)
McBremPoint::m_z
double m_z
Definition: McBremPoint.h:12
McBremPoint::m_y
double m_y
Definition: McBremPoint.h:12
McBremPoint
Definition: McBremPoint.h:7
McBremPoint::m_x
double m_x
Definition: McBremPoint.h:12