susy_cfa
b611ccad937ea179f86a1f5663960264616c0a20
|
#include <phys_objects.hpp>
Public Member Functions | |
mc_particle (const TLorentzVector &momentum, float charge, int id, int mom, int gmom, int ggmom, int status) | |
Public Attributes | |
TLorentzVector | momentum_ |
float | charge_ |
int | id_ |
int | mom_ |
int | gmom_ |
int | ggmom_ |
int | status_ |
Definition at line 42 of file phys_objects.hpp.
|
inline |
Definition at line 43 of file phys_objects.hpp.
float mc_particle::charge_ |
Definition at line 57 of file phys_objects.hpp.
Referenced by phys_objects::GetMCParticles().
int mc_particle::ggmom_ |
Definition at line 58 of file phys_objects.hpp.
Referenced by phys_objects::GetMCParticles(), and phys_objects::GetMom().
int mc_particle::gmom_ |
Definition at line 58 of file phys_objects.hpp.
Referenced by phys_objects::GetMCParticles(), and phys_objects::GetMom().
int mc_particle::id_ |
Definition at line 58 of file phys_objects.hpp.
Referenced by phys_objects::FromTauLep(), phys_objects::GetMCParticles(), phys_objects::GetMom(), phys_objects::IsBrem(), and event_handler_full::ReduceTree().
int mc_particle::mom_ |
Definition at line 58 of file phys_objects.hpp.
Referenced by phys_objects::GetMCParticles(), phys_objects::GetMom(), and event_handler_full::ReduceTree().
TLorentzVector mc_particle::momentum_ |
Definition at line 56 of file phys_objects.hpp.
Referenced by phys_objects::GetMCParticles(), phys_objects::GetMom(), and event_handler_full::ReduceTree().
int mc_particle::status_ |
Definition at line 59 of file phys_objects.hpp.
Referenced by event_handler_full::ReduceTree().