AmpTools
KinStruct Struct Reference

#include <DataReaderMPI.h>

Public Attributes

int nPart
 
float weight
 
float e [Kinematics::kMaxParticles]
 
float px [Kinematics::kMaxParticles]
 
float py [Kinematics::kMaxParticles]
 
float pz [Kinematics::kMaxParticles]
 

Detailed Description

This is a helper struct that is used to pass kinematic data between different processes using MPI.

Definition at line 14 of file DataReaderMPI.h.

Member Data Documentation

◆ e

float KinStruct::e[Kinematics::kMaxParticles]

Definition at line 18 of file DataReaderMPI.h.

◆ nPart

int KinStruct::nPart

Definition at line 16 of file DataReaderMPI.h.

◆ px

float KinStruct::px[Kinematics::kMaxParticles]

Definition at line 19 of file DataReaderMPI.h.

◆ py

float KinStruct::py[Kinematics::kMaxParticles]

Definition at line 20 of file DataReaderMPI.h.

◆ pz

float KinStruct::pz[Kinematics::kMaxParticles]

Definition at line 21 of file DataReaderMPI.h.

◆ weight

float KinStruct::weight

Definition at line 17 of file DataReaderMPI.h.


The documentation for this struct was generated from the following file: