ATLAS Offline Software
Public Attributes | List of all members
HepMcTupleWriterTool::HepMcParticles Struct Reference

A simple representation of a HepMc particle. More...

#include <HepMcTupleWriterTool.h>

Collaboration diagram for HepMcTupleWriterTool::HepMcParticles:

Public Attributes

int m_nParticles
 
std::array< double, s_nMaxm_px
 
std::array< double, s_nMaxm_py
 
std::array< double, s_nMaxm_pz
 
std::array< double, s_nMaxm_m
 
std::array< double, s_nMaxm_ene
 
std::array< int, s_nMaxm_pdgId
 
std::array< int, s_nMaxm_status
 
std::array< int, s_nMaxm_barcode
 

Detailed Description

A simple representation of a HepMc particle.

Definition at line 87 of file HepMcTupleWriterTool.h.

Member Data Documentation

◆ m_barcode

std::array<int, s_nMax> HepMcTupleWriterTool::HepMcParticles::m_barcode

Definition at line 96 of file HepMcTupleWriterTool.h.

◆ m_ene

std::array<double, s_nMax> HepMcTupleWriterTool::HepMcParticles::m_ene

Definition at line 93 of file HepMcTupleWriterTool.h.

◆ m_m

std::array<double, s_nMax> HepMcTupleWriterTool::HepMcParticles::m_m

Definition at line 92 of file HepMcTupleWriterTool.h.

◆ m_nParticles

int HepMcTupleWriterTool::HepMcParticles::m_nParticles

Definition at line 88 of file HepMcTupleWriterTool.h.

◆ m_pdgId

std::array<int, s_nMax> HepMcTupleWriterTool::HepMcParticles::m_pdgId

Definition at line 94 of file HepMcTupleWriterTool.h.

◆ m_px

std::array<double, s_nMax> HepMcTupleWriterTool::HepMcParticles::m_px

Definition at line 89 of file HepMcTupleWriterTool.h.

◆ m_py

std::array<double, s_nMax> HepMcTupleWriterTool::HepMcParticles::m_py

Definition at line 90 of file HepMcTupleWriterTool.h.

◆ m_pz

std::array<double, s_nMax> HepMcTupleWriterTool::HepMcParticles::m_pz

Definition at line 91 of file HepMcTupleWriterTool.h.

◆ m_status

std::array<int, s_nMax> HepMcTupleWriterTool::HepMcParticles::m_status

Definition at line 95 of file HepMcTupleWriterTool.h.


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