CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
SimTauCPLink::DecayNav Struct Reference

#include <SimTauCPLink.h>

Public Member Functions

int calo_particle_idx () const
 
int gen_particle_idx () const
 
int pdgId () const
 
int resonance_idx () const
 

Public Attributes

int calo_particle_idx_
 
int gen_particle_idx_
 
int pdgId_
 
int resonance_idx_
 

Detailed Description

Definition at line 14 of file SimTauCPLink.h.

Member Function Documentation

◆ calo_particle_idx()

int SimTauCPLink::DecayNav::calo_particle_idx ( ) const
inline

Definition at line 21 of file SimTauCPLink.h.

References calo_particle_idx_.

21 { return calo_particle_idx_; }

◆ gen_particle_idx()

int SimTauCPLink::DecayNav::gen_particle_idx ( ) const
inline

Definition at line 22 of file SimTauCPLink.h.

References gen_particle_idx_.

22 { return gen_particle_idx_; }

◆ pdgId()

int SimTauCPLink::DecayNav::pdgId ( ) const
inline

Definition at line 19 of file SimTauCPLink.h.

References pdgId_.

Referenced by Particle.Particle::__str__().

19 { return pdgId_; }

◆ resonance_idx()

int SimTauCPLink::DecayNav::resonance_idx ( ) const
inline

Definition at line 20 of file SimTauCPLink.h.

References resonance_idx_.

20 { return resonance_idx_; }

Member Data Documentation

◆ calo_particle_idx_

int SimTauCPLink::DecayNav::calo_particle_idx_

Definition at line 17 of file SimTauCPLink.h.

Referenced by calo_particle_idx().

◆ gen_particle_idx_

int SimTauCPLink::DecayNav::gen_particle_idx_

Definition at line 18 of file SimTauCPLink.h.

Referenced by gen_particle_idx().

◆ pdgId_

int SimTauCPLink::DecayNav::pdgId_

Definition at line 15 of file SimTauCPLink.h.

Referenced by pdgId().

◆ resonance_idx_

int SimTauCPLink::DecayNav::resonance_idx_

Definition at line 16 of file SimTauCPLink.h.

Referenced by resonance_idx().