Public Member Functions | Public Attributes | List of all members
lar_content::LArInteractionTypeHelper::InteractionParameters Class Reference

Interaction parameters. More...

#include <LArInteractionTypeHelper.h>

Public Member Functions

 InteractionParameters ()
 Constructor. More...
 

Public Attributes

unsigned int m_nNonNeutrons
 
unsigned int m_nMuons
 
unsigned int m_nElectrons
 
unsigned int m_nPhotons
 
unsigned int m_nProtons
 
unsigned int m_nPiPlus
 
unsigned int m_nPiMinus
 
unsigned int m_nPiZero
 
unsigned int m_nKaonPlus
 
unsigned int m_nKaonMinus
 
unsigned int m_nKaon0L
 

Detailed Description

Interaction parameters.

Definition at line 253 of file LArInteractionTypeHelper.h.

Constructor & Destructor Documentation

lar_content::LArInteractionTypeHelper::InteractionParameters::InteractionParameters ( )

Constructor.

Definition at line 641 of file LArInteractionTypeHelper.cc.

641  :
642  m_nNonNeutrons(0),
643  m_nMuons(0),
644  m_nElectrons(0),
645  m_nPhotons(0),
646  m_nProtons(0),
647  m_nPiPlus(0),
648  m_nPiMinus(0),
649  m_nPiZero(0),
650  m_nKaonPlus(0),
651  m_nKaonMinus(0),
652  m_nKaon0L(0)
653 {
654 }

Member Data Documentation

unsigned int lar_content::LArInteractionTypeHelper::InteractionParameters::m_nElectrons

Definition at line 263 of file LArInteractionTypeHelper.h.

unsigned int lar_content::LArInteractionTypeHelper::InteractionParameters::m_nKaon0L

Definition at line 271 of file LArInteractionTypeHelper.h.

unsigned int lar_content::LArInteractionTypeHelper::InteractionParameters::m_nKaonMinus

Definition at line 270 of file LArInteractionTypeHelper.h.

unsigned int lar_content::LArInteractionTypeHelper::InteractionParameters::m_nKaonPlus

Definition at line 269 of file LArInteractionTypeHelper.h.

unsigned int lar_content::LArInteractionTypeHelper::InteractionParameters::m_nMuons

Definition at line 262 of file LArInteractionTypeHelper.h.

unsigned int lar_content::LArInteractionTypeHelper::InteractionParameters::m_nNonNeutrons

Definition at line 261 of file LArInteractionTypeHelper.h.

unsigned int lar_content::LArInteractionTypeHelper::InteractionParameters::m_nPhotons

Definition at line 264 of file LArInteractionTypeHelper.h.

unsigned int lar_content::LArInteractionTypeHelper::InteractionParameters::m_nPiMinus

Definition at line 267 of file LArInteractionTypeHelper.h.

unsigned int lar_content::LArInteractionTypeHelper::InteractionParameters::m_nPiPlus

Definition at line 266 of file LArInteractionTypeHelper.h.

unsigned int lar_content::LArInteractionTypeHelper::InteractionParameters::m_nPiZero

Definition at line 268 of file LArInteractionTypeHelper.h.

unsigned int lar_content::LArInteractionTypeHelper::InteractionParameters::m_nProtons

Definition at line 265 of file LArInteractionTypeHelper.h.


The documentation for this class was generated from the following files: