ATLAS Offline Software
Loading...
Searching...
No Matches
MarsBeamGasInteraction Class Reference

A class to describe the beam gas interaction that produced a given MARS particle. More...

#include <MarsParticle.h>

Collaboration diagram for MarsBeamGasInteraction:

Public Member Functions

 MarsBeamGasInteraction ()

Public Attributes

int nucleusType
 INUC.
int nevve
 NEVVE.
double timeOfFlight
 ZBGASHIT.

Detailed Description

A class to describe the beam gas interaction that produced a given MARS particle.

Author
W. H. Bell W.Bel.nosp@m.l@ce.nosp@m.rn.ch

Definition at line 38 of file MarsParticle.h.

Constructor & Destructor Documentation

◆ MarsBeamGasInteraction()

MarsBeamGasInteraction::MarsBeamGasInteraction ( )

Definition at line 16 of file MarsParticle.cxx.

16 : nucleusType(0),
17 nevve(0),
18 timeOfFlight(0.) {
19}
double timeOfFlight
ZBGASHIT.

Member Data Documentation

◆ nevve

int MarsBeamGasInteraction::nevve

NEVVE.

Definition at line 43 of file MarsParticle.h.

◆ nucleusType

int MarsBeamGasInteraction::nucleusType

INUC.

Definition at line 42 of file MarsParticle.h.

◆ timeOfFlight

double MarsBeamGasInteraction::timeOfFlight

ZBGASHIT.

Definition at line 44 of file MarsParticle.h.


The documentation for this class was generated from the following files: