ATLAS Offline Software
Loading...
Searching...
No Matches
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.
int processId
 KORIG.
double weight
 WORIG.
HepMC::FourVector position
 XORG, YORG, ZORG , T.
double kineticEnergy
 EORIG.

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}
HepMC::FourVector position
XORG, YORG, ZORG , T.
double weight
WORIG.
int particleId
IORIG.
double kineticEnergy
EORIG.
int processId
KORIG.

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: