ATLAS Offline Software
Trigger
TrigAccel
TrigCudaFitter
src
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
6
class
McBremPoint
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
Generated on Sun Dec 22 2024 21:14:06 for ATLAS Offline Software by
1.8.18