ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
MarsBeamGasInteraction Class Reference

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

#include <MarsParticle.h>

Collaboration diagram for MarsBeamGasInteraction:

Public Member Functions

 MarsBeamGasInteraction ()
 

Public Attributes

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

Detailed Description

A class to describe the beam gas interaction that produced a iven 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 }

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:
MarsBeamGasInteraction::timeOfFlight
double timeOfFlight
ZBGASHIT.
Definition: MarsParticle.h:44
MarsBeamGasInteraction::nevve
int nevve
NEVVE.
Definition: MarsParticle.h:43
MarsBeamGasInteraction::nucleusType
int nucleusType
INUC.
Definition: MarsParticle.h:42