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

A class to describe the primary shower that produced a given MARS particle. More...

#include <MarsParticle.h>

Collaboration diagram for MarsShowerPrimary:

Public Member Functions

 MarsShowerPrimary ()
 

Public Attributes

int particleId
 IORIG. More...
 
int processId
 KORIG. More...
 
double weight
 WORIG. More...
 
HepMC::FourVector position
 XORG, YORG, ZORG , T. More...
 
double kineticEnergy
 EORIG. More...
 

Detailed Description

A class to describe the primary shower that produced a given MARS particle.

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

Definition at line 19 of file MarsParticle.h.

Constructor & Destructor Documentation

◆ MarsShowerPrimary()

MarsShowerPrimary::MarsShowerPrimary ( )

Definition at line 9 of file MarsParticle.cxx.

9  : particleId(0),
10  processId(0),
11  weight(0),
12  position(),
13  kineticEnergy(0.) {
14 }

Member Data Documentation

◆ kineticEnergy

double MarsShowerPrimary::kineticEnergy

EORIG.

Definition at line 27 of file MarsParticle.h.

◆ particleId

int MarsShowerPrimary::particleId

IORIG.

Definition at line 23 of file MarsParticle.h.

◆ position

HepMC::FourVector MarsShowerPrimary::position

XORG, YORG, ZORG , T.

Definition at line 26 of file MarsParticle.h.

◆ processId

int MarsShowerPrimary::processId

KORIG.

Definition at line 24 of file MarsParticle.h.

◆ weight

double MarsShowerPrimary::weight

WORIG.

Definition at line 25 of file MarsParticle.h.


The documentation for this class was generated from the following files:
MarsShowerPrimary::particleId
int particleId
IORIG.
Definition: MarsParticle.h:23
MarsShowerPrimary::position
HepMC::FourVector position
XORG, YORG, ZORG , T.
Definition: MarsParticle.h:26
MarsShowerPrimary::processId
int processId
KORIG.
Definition: MarsParticle.h:24
MarsShowerPrimary::kineticEnergy
double kineticEnergy
EORIG.
Definition: MarsParticle.h:27
MarsShowerPrimary::weight
double weight
WORIG.
Definition: MarsParticle.h:25