GENIEGenerator
|
Contains minimal information for tagging exclusive processes. More...
#include <XclsTag.h>
Public Member Functions | |
XclsTag () | |
XclsTag (const XclsTag &xcls) | |
~XclsTag () | |
bool | IsCharmEvent (void) const |
bool | IsInclusiveCharm (void) const |
int | CharmHadronPdg (void) const |
bool | IsStrangeEvent (void) const |
bool | IsInclusiveStrange (void) const |
int | StrangeHadronPdg (void) const |
int | NProtons (void) const |
int | NNeutrons (void) const |
int | NPi0 (void) const |
int | NPiPlus (void) const |
int | NPiMinus (void) const |
int | NNucleons (void) const |
int | NPions (void) const |
int | NRhos (void) const |
int | NSingleGammas (void) const |
int | NRho0 (void) const |
int | NRhoPlus (void) const |
int | NRhoMinus (void) const |
bool | KnownResonance (void) const |
Resonance_t | Resonance (void) const |
int | DecayMode (void) const |
bool | IsFinalQuarkEvent (void) const |
int | FinalQuarkPdg (void) const |
bool | IsFinalLeptonEvent (void) const |
int | FinalLeptonPdg (void) const |
void | SetCharm (int charm_pdgc=0) |
void | SetStrange (int strange_pdgc=0) |
void | SetNPions (int npi_plus, int npi_0, int npi_minus) |
void | SetNNucleons (int np, int nn) |
void | SetNProtons (int np) |
void | SetNNeutrons (int nn) |
void | SetNSingleGammas (int ng) |
void | SetNRhos (int nrho_plus, int nrho_0, int nrho_minus) |
void | UnsetCharm (void) |
void | UnsetStrange (void) |
void | ResetNPions (void) |
void | ResetNNucleons (void) |
void | ResetNSingleGammas (void) |
void | ResetNRhos (void) |
void | SetResonance (Resonance_t res) |
void | SetDecayMode (int decay_mode) |
void | SetFinalQuark (int finalquark_pdgc=0) |
void | SetFinalLepton (int finallepton_pdgc=0) |
void | Reset (void) |
reset object More... | |
void | Copy (const XclsTag &xcls) |
copy input XclsTag object More... | |
string | AsString (void) const |
pack into a string code More... | |
void | Print (ostream &stream) const |
print More... | |
XclsTag & | operator= (const XclsTag &xcls) |
copy More... | |
Private Attributes | |
bool | fIsStrangeEvent |
true if we have strange production More... | |
bool | fIsCharmEvent |
true if we have charm production More... | |
int | fStrangeHadronPdg |
strange hadron pdg-code More... | |
int | fCharmedHadronPdg |
charmed hadron pdg-code More... | |
int | fNProtons |
of p's in the hadronic system after this Xcls reaction (before FSI)More... | |
int | fNNeutrons |
of n's in the hadronic system after this Xcls reaction (before FSI)More... | |
int | fNPi0 |
of pi^0's in the hadronic system after this Xcls reaction (before FSI)More... | |
int | fNPiPlus |
of pi^+'s in the hadronic system after this Xcls reaction (before FSI)More... | |
int | fNPiMinus |
of pi^-'s in the hadronic system after this Xcls reaction (before FSI)More... | |
int | fNSingleGammas |
of single gammas in the hadronic system after this Xcls reaction (before FSI)More... | |
int | fNRho0 |
of rho^0's in the hadronic system after this Xcls reaction (before FSI)More... | |
int | fNRhoPlus |
of rho^+'s in the hadronic system after this Xcls reaction (before FSI)More... | |
int | fNRhoMinus |
of rho^-'s in the hadronic system after this Xcls reaction (before FSI)More... | |
Resonance_t | fResonance |
baryon resonance excited by probe More... | |
int | fDecayMode |
bool | fIsFinalQuarkEvent |
true if we have define final quark More... | |
int | fFinalQuarkPdg |
final quark pdg-code More... | |
bool | fIsFinalLeptonEvent |
true if we have define final lepton More... | |
int | fFinalLeptonPdg |
final lepton pdg-code More... | |
Friends | |
ostream & | operator<< (ostream &stream, const XclsTag &xcls) |
print More... | |
Contains minimal information for tagging exclusive processes.
Additions for single- and single- processes were installed by Marco Roda mroda, University of Liverpool @liv erpoo l.ac .uk
XclsTag::XclsTag | ( | ) |
XclsTag::XclsTag | ( | const XclsTag & | xcls | ) |
Definition at line 42 of file XclsTag.cxx.
References Copy(), and Reset().
XclsTag::~XclsTag | ( | ) |
Definition at line 49 of file XclsTag.cxx.
string XclsTag::AsString | ( | void | ) | const |
pack into a string code
Definition at line 212 of file XclsTag.cxx.
References fCharmedHadronPdg, fDecayMode, fFinalLeptonPdg, fFinalQuarkPdg, fIsCharmEvent, fIsFinalLeptonEvent, fIsFinalQuarkEvent, fIsStrangeEvent, fNNeutrons, fNPi0, fNPiMinus, fNPiPlus, fNProtons, fNRho0, fNRhoMinus, fNRhoPlus, fNSingleGammas, fResonance, fStrangeHadronPdg, and KnownResonance().
Referenced by genie::Interaction::AsString().
|
inline |
Definition at line 52 of file XclsTag.h.
References fCharmedHadronPdg.
Referenced by genie::QELHadronicSystemGenerator::AddRecoilBaryon(), IsInclusiveCharm(), genie::KovalenkoQELCharmPXSec::MRes(), genie::QELKinematicsGenerator::ProcessEventRecord(), genie::QELEventGenerator::ProcessEventRecord(), genie::DMELKinematicsGenerator::ProcessEventRecord(), genie::DMELEventGenerator::ProcessEventRecord(), genie::KPhaseSpace::Q2Lim(), genie::KovalenkoQELCharmPXSec::ResDM(), SaveGraphsToRootFile(), genie::QELKinematicsGenerator::SpectralFuncExperimentalCode(), genie::DMELKinematicsGenerator::SpectralFuncExperimentalCode(), genie::KPhaseSpace::Threshold(), genie::KovalenkoQELCharmPXSec::ValidProcess(), and genie::KovalenkoQELCharmPXSec::ZR().
void XclsTag::Copy | ( | const XclsTag & | xcls | ) |
copy input XclsTag object
Definition at line 173 of file XclsTag.cxx.
References fCharmedHadronPdg, fDecayMode, fFinalLeptonPdg, fFinalQuarkPdg, fIsCharmEvent, fIsFinalLeptonEvent, fIsFinalQuarkEvent, fIsStrangeEvent, fNNeutrons, fNPi0, fNPiMinus, fNPiPlus, fNProtons, fNRho0, fNRhoMinus, fNRhoPlus, fNSingleGammas, fResonance, and fStrangeHadronPdg.
Referenced by operator=(), genie::Interaction::SetExclTag(), and XclsTag().
|
inline |
Definition at line 70 of file XclsTag.h.
References fDecayMode.
Referenced by genie::NNBarOscPrimaryVtxGenerator::GenerateDecayProducts(), genie::NucleonDecayPrimaryVtxGenerator::ProcessEventRecord(), genie::NNBarOscPrimaryVtxGenerator::ProcessEventRecord(), genie::hnl::Decayer::ProcessEventRecord(), and TestDecay().
|
inline |
Definition at line 74 of file XclsTag.h.
References fFinalLeptonPdg.
Referenced by genie::Interaction::FSPrimLeptonPdg(), genie::HELeptonXSec::Integrate(), SaveGraphsToRootFile(), genie::GLRESPXSec::XSec(), and genie::PhotonRESPXSec::XSec().
|
inline |
Definition at line 72 of file XclsTag.h.
References fFinalQuarkPdg.
Referenced by genie::HEDISStrucFunc::CreateQrkSF(), genie::LeptoHadronization::Hadronize(), main(), genie::HEDISStrucFunc::QrkSFCode(), genie::HEDISStrucFunc::QrkSFName(), and SaveGraphsToRootFile().
|
inline |
Definition at line 50 of file XclsTag.h.
References fIsCharmEvent.
Referenced by AcceptEvent(), genie::QELHadronicSystemGenerator::AddRecoilBaryon(), genie::PythiaBaseHadro2019::AssertValidity(), genie::AGKYLowW2019::AssertValidity(), ConvertToGST(), IsInclusiveCharm(), main(), genie::utils::ghep::NeutReactionCode(), genie::QELKinematicsGenerator::ProcessEventRecord(), genie::QELEventGenerator::ProcessEventRecord(), genie::DMELKinematicsGenerator::ProcessEventRecord(), genie::DMELEventGenerator::ProcessEventRecord(), genie::KPhaseSpace::Q2Lim(), SaveGraphsToRootFile(), SaveToPsFile(), genie::QELKinematicsGenerator::SpectralFuncExperimentalCode(), genie::DMELKinematicsGenerator::SpectralFuncExperimentalCode(), genie::KPhaseSpace::Threshold(), genie::SlowRsclCharmDISPXSecLO::ValidProcess(), genie::AivazisCharmPXSecLO::ValidProcess(), genie::KovalenkoQELCharmPXSec::ValidProcess(), and genie::KPhaseSpace::WLim().
|
inline |
Definition at line 73 of file XclsTag.h.
References fIsFinalLeptonEvent.
Referenced by SaveGraphsToRootFile().
|
inline |
Definition at line 71 of file XclsTag.h.
References fIsFinalQuarkEvent.
Referenced by SaveGraphsToRootFile().
bool XclsTag::IsInclusiveCharm | ( | void | ) | const |
Definition at line 54 of file XclsTag.cxx.
References CharmHadronPdg(), and IsCharmEvent().
Referenced by SaveGraphsToRootFile(), genie::KPhaseSpace::Threshold(), genie::SlowRsclCharmDISPXSecLO::ValidProcess(), genie::AivazisCharmPXSecLO::ValidProcess(), and genie::KovalenkoQELCharmPXSec::ValidProcess().
bool XclsTag::IsInclusiveStrange | ( | void | ) | const |
Definition at line 71 of file XclsTag.cxx.
References IsStrangeEvent(), and StrangeHadronPdg().
Referenced by SaveGraphsToRootFile(), and genie::PaisQELLambdaPXSec::ValidProcess().
|
inline |
Definition at line 53 of file XclsTag.h.
References fIsStrangeEvent.
Referenced by AcceptEvent(), genie::QELHadronicSystemGenerator::AddRecoilBaryon(), IsInclusiveStrange(), genie::QELKinematicsGenerator::ProcessEventRecord(), genie::QELEventGenerator::ProcessEventRecord(), genie::DMELKinematicsGenerator::ProcessEventRecord(), genie::DMELEventGenerator::ProcessEventRecord(), genie::KPhaseSpace::Q2Lim(), SaveGraphsToRootFile(), and genie::PaisQELLambdaPXSec::ValidProcess().
|
inline |
Definition at line 68 of file XclsTag.h.
References fResonance, and genie::kNoResonance.
Referenced by AsString(), genie::RESKinematicsGenerator::ComputeMaxXSec(), genie::RESHadronicSystemGenerator::GetResonancePdgCode(), Print(), SaveGraphsToRootFile(), genie::ReinSehgalRESPXSec::ValidProcess(), genie::BSKLNBaseRESPXSec2014::ValidProcess(), and genie::NievesSimoVacasMECPXSec2016::XSec().
|
inline |
Definition at line 57 of file XclsTag.h.
References fNNeutrons.
Referenced by genie::SppChannel::FromInteraction(), and genie::AlamSimoAtharVacasSKPXSec2014::XSec().
|
inline |
Definition at line 61 of file XclsTag.h.
References fNNeutrons, and fNProtons.
Referenced by genie::SppChannel::FromInteraction().
|
inline |
Definition at line 58 of file XclsTag.h.
References fNPi0.
Referenced by genie::SppChannel::FromInteraction(), genie::COHHadronicSystemGenerator::getPionPDGCodeFromXclTag(), genie::DFRHadronicSystemGenerator::ProcessEventRecord(), SaveGraphsToRootFile(), and genie::KPhaseSpace::Threshold().
|
inline |
Definition at line 60 of file XclsTag.h.
References fNPiMinus.
Referenced by genie::SppChannel::FromInteraction(), genie::SPPEventGenerator::GetFinalPionPdgCode(), genie::COHHadronicSystemGenerator::getPionPDGCodeFromXclTag(), genie::DFRHadronicSystemGenerator::ProcessEventRecord(), SaveGraphsToRootFile(), and genie::KPhaseSpace::Threshold().
|
inline |
Definition at line 62 of file XclsTag.h.
References fNPi0, fNPiMinus, and fNPiPlus.
Referenced by genie::SppChannel::FromInteraction(), genie::KPhaseSpace::Q2Lim(), SaveGraphsToRootFile(), genie::KPhaseSpace::Threshold(), genie::KPhaseSpace::TLim(), and genie::KPhaseSpace::YLim().
|
inline |
Definition at line 59 of file XclsTag.h.
References fNPiPlus.
Referenced by genie::SppChannel::FromInteraction(), genie::SPPEventGenerator::GetFinalPionPdgCode(), genie::COHHadronicSystemGenerator::getPionPDGCodeFromXclTag(), genie::DFRHadronicSystemGenerator::ProcessEventRecord(), SaveGraphsToRootFile(), and genie::KPhaseSpace::Threshold().
|
inline |
Definition at line 56 of file XclsTag.h.
References fNProtons.
Referenced by genie::SKHadronicSystemGenerator::CalculateHadronicSystem_AtharSingleKaon(), genie::SppChannel::FromInteraction(), genie::SPPEventGenerator::GetRecoilNucleonPdgCode(), genie::KPhaseSpace::Threshold(), and genie::AlamSimoAtharVacasSKPXSec2014::XSec().
|
inline |
Definition at line 65 of file XclsTag.h.
References fNRho0.
|
inline |
Definition at line 67 of file XclsTag.h.
References fNRhoMinus.
|
inline |
Definition at line 66 of file XclsTag.h.
References fNRhoPlus.
|
inline |
Definition at line 63 of file XclsTag.h.
References fNRho0, fNRhoMinus, and fNRhoPlus.
Referenced by SaveGraphsToRootFile().
|
inline |
Definition at line 64 of file XclsTag.h.
References fNSingleGammas.
Referenced by SaveGraphsToRootFile().
copy
Definition at line 354 of file XclsTag.cxx.
References Copy().
void XclsTag::Print | ( | ostream & | stream | ) | const |
Definition at line 269 of file XclsTag.cxx.
References genie::utils::res::AsString(), genie::utils::print::BoolAsString(), fCharmedHadronPdg, fFinalLeptonPdg, fFinalQuarkPdg, genie::PDGLibrary::Find(), fIsCharmEvent, fIsFinalLeptonEvent, fIsFinalQuarkEvent, fIsStrangeEvent, fNNeutrons, fNPi0, fNPiMinus, fNPiPlus, fNProtons, fNRho0, fNRhoMinus, fNRhoPlus, fNSingleGammas, fResonance, fStrangeHadronPdg, genie::PDGLibrary::Instance(), and KnownResonance().
Referenced by genie::operator<<().
void XclsTag::Reset | ( | void | ) |
reset object
Definition at line 150 of file XclsTag.cxx.
References fCharmedHadronPdg, fDecayMode, fFinalLeptonPdg, fFinalQuarkPdg, fIsCharmEvent, fIsFinalLeptonEvent, fIsFinalQuarkEvent, fIsStrangeEvent, fNNeutrons, fNPi0, fNPiMinus, fNPiPlus, fNProtons, fNRho0, fNRhoMinus, fNRhoPlus, fNSingleGammas, fResonance, fStrangeHadronPdg, and genie::kNoResonance.
Referenced by XclsTag().
void XclsTag::ResetNNucleons | ( | void | ) |
Definition at line 115 of file XclsTag.cxx.
References fNNeutrons, and fNProtons.
void XclsTag::ResetNPions | ( | void | ) |
Definition at line 108 of file XclsTag.cxx.
References fNPi0, fNPiMinus, and fNPiPlus.
void XclsTag::ResetNRhos | ( | void | ) |
Definition at line 121 of file XclsTag.cxx.
References fNRho0, fNRhoMinus, and fNRhoPlus.
|
inline |
Definition at line 89 of file XclsTag.h.
References fNSingleGammas.
|
inline |
Definition at line 69 of file XclsTag.h.
References fResonance.
Referenced by genie::RSPPResonanceSelector::AddResonance(), genie::RESKinematicsGenerator::ComputeMaxXSec(), ConvertToGST(), genie::utils::gsl::d2XSecRESFast_dWQ2_E::d2XSecRESFast_dWQ2_E(), genie::RESHadronicSystemGenerator::GetResonancePdgCode(), genie::ReinSehgalRESXSec::Integrate(), genie::ReinSehgalRESXSecFast::Integrate(), SaveGraphsToRootFile(), genie::ReinSehgalRESPXSec::XSec(), genie::BSKLNBaseRESPXSec2014::XSec(), and genie::ReinSehgalSPPPXSec::XSec().
void XclsTag::SetCharm | ( | int | charm_pdgc = 0 | ) |
Definition at line 59 of file XclsTag.cxx.
References fCharmedHadronPdg, and fIsCharmEvent.
Referenced by genie::DISInteractionListGenerator::CreateInteractionList(), genie::DMDISInteractionListGenerator::CreateInteractionList(), genie::QELInteractionListGenerator::CreateInteractionListCharmCC(), genie::QPMDISPXSec::XSec(), and genie::QPMDMDISPXSec::XSec().
void XclsTag::SetDecayMode | ( | int | decay_mode | ) |
Definition at line 133 of file XclsTag.cxx.
References fDecayMode.
Referenced by genie::Interaction::HNL(), genie::Interaction::NDecay(), and genie::Interaction::NOsc().
void XclsTag::SetFinalLepton | ( | int | finallepton_pdgc = 0 | ) |
Definition at line 144 of file XclsTag.cxx.
References fFinalLeptonPdg, and fIsFinalLeptonEvent.
Referenced by genie::HELeptonInteractionListGenerator::GLRESInteraction(), genie::HELeptonInteractionListGenerator::HENuElectronInteraction(), and genie::HELeptonInteractionListGenerator::PhotonRESInteraction().
void XclsTag::SetFinalQuark | ( | int | finalquark_pdgc = 0 | ) |
Definition at line 138 of file XclsTag.cxx.
References fFinalQuarkPdg, and fIsFinalQuarkEvent.
Referenced by genie::HEDISInteractionListGenerator::CreateHEDISlist(), genie::Interaction::DISCC(), and genie::Interaction::DISNC().
|
inline |
Definition at line 82 of file XclsTag.h.
References fNNeutrons.
Referenced by genie::DFRInteractionListGenerator::CreateInteractionList(), and genie::SKInteractionListGenerator::CreateInteractionList().
void XclsTag::SetNNucleons | ( | int | np, |
int | nn | ||
) |
Definition at line 95 of file XclsTag.cxx.
References fNNeutrons, and fNProtons.
Referenced by genie::RSPPInteractionListGenerator::AddFinalStateInfo().
void XclsTag::SetNPions | ( | int | npi_plus, |
int | npi_0, | ||
int | npi_minus | ||
) |
Definition at line 88 of file XclsTag.cxx.
References fNPi0, fNPiMinus, and fNPiPlus.
Referenced by genie::RSPPInteractionListGenerator::AddFinalStateInfo(), genie::DFRInteractionListGenerator::CreateInteractionList(), genie::COHInteractionListGenerator::CreateInteractionList(), and genie::hnl::Decayer::GenerateDecayProducts().
|
inline |
Definition at line 81 of file XclsTag.h.
References fNProtons.
Referenced by genie::DFRInteractionListGenerator::CreateInteractionList(), and genie::SKInteractionListGenerator::CreateInteractionList().
void XclsTag::SetNRhos | ( | int | nrho_plus, |
int | nrho_0, | ||
int | nrho_minus | ||
) |
Definition at line 101 of file XclsTag.cxx.
References fNRho0, fNRhoMinus, and fNRhoPlus.
|
inline |
Definition at line 83 of file XclsTag.h.
References fNSingleGammas.
Referenced by genie::COHInteractionListGenerator::CreateInteractionList().
void XclsTag::SetResonance | ( | Resonance_t | res | ) |
Definition at line 128 of file XclsTag.cxx.
References fResonance.
Referenced by genie::ReinSehgalRESXSecWithCache::CacheResExcitationXSec(), genie::ReinSehgalRESXSecWithCacheFast::CacheResExcitationXSec(), genie::RESInteractionListGenerator::CreateInteractionList(), genie::RSPPResonanceSelector::ProcessEventRecord(), genie::MECGenerator::SelectNSVLeptonKinematics(), genie::RSPPResonanceSelector::SelectResonance(), and genie::ReinSehgalSPPPXSec::XSecNRES().
void XclsTag::SetStrange | ( | int | strange_pdgc = 0 | ) |
Definition at line 76 of file XclsTag.cxx.
References fIsStrangeEvent, and fStrangeHadronPdg.
Referenced by genie::SKInteractionListGenerator::CreateInteractionList(), and genie::QELInteractionListGenerator::CreateInteractionListStrangeCC().
|
inline |
Definition at line 55 of file XclsTag.h.
References fStrangeHadronPdg.
Referenced by genie::QELHadronicSystemGenerator::AddRecoilBaryon(), genie::SKHadronicSystemGenerator::CalculateHadronicSystem_AtharSingleKaon(), genie::SKKinematicsGenerator::CalculateKin_AtharSingleKaon(), genie::SKKinematicsGenerator::ComputeMaxXSec(), genie::AlamSimoAtharVacasSKXSec::Integrate(), IsInclusiveStrange(), genie::PaisQELLambdaPXSec::MHyperon(), genie::QELKinematicsGenerator::ProcessEventRecord(), genie::QELEventGenerator::ProcessEventRecord(), genie::DMELKinematicsGenerator::ProcessEventRecord(), genie::DMELEventGenerator::ProcessEventRecord(), genie::KPhaseSpace::Q2Lim(), SaveGraphsToRootFile(), genie::LwlynSmithFF::StrangeF1V(), genie::LwlynSmithFF::StrangeFA(), genie::LwlynSmithFF::StrangexiF2V(), genie::KPhaseSpace::Threshold(), genie::PaisQELLambdaPXSec::ValidProcess(), and genie::AlamSimoAtharVacasSKPXSec2014::XSec().
void XclsTag::UnsetCharm | ( | void | ) |
Definition at line 65 of file XclsTag.cxx.
References fCharmedHadronPdg, and fIsCharmEvent.
Referenced by genie::QPMDISPXSec::XSec(), and genie::QPMDMDISPXSec::XSec().
void XclsTag::UnsetStrange | ( | void | ) |
Definition at line 82 of file XclsTag.cxx.
References fIsStrangeEvent, and fStrangeHadronPdg.
|
friend |
|
private |
charmed hadron pdg-code
Definition at line 111 of file XclsTag.h.
Referenced by AsString(), CharmHadronPdg(), Copy(), Print(), Reset(), SetCharm(), and UnsetCharm().
|
private |
Definition at line 122 of file XclsTag.h.
Referenced by AsString(), Copy(), DecayMode(), Reset(), and SetDecayMode().
|
private |
final lepton pdg-code
Definition at line 126 of file XclsTag.h.
Referenced by AsString(), Copy(), FinalLeptonPdg(), Print(), Reset(), and SetFinalLepton().
|
private |
final quark pdg-code
Definition at line 124 of file XclsTag.h.
Referenced by AsString(), Copy(), FinalQuarkPdg(), Print(), Reset(), and SetFinalQuark().
|
private |
true if we have charm production
Definition at line 109 of file XclsTag.h.
Referenced by AsString(), Copy(), IsCharmEvent(), Print(), Reset(), SetCharm(), and UnsetCharm().
|
private |
true if we have define final lepton
Definition at line 125 of file XclsTag.h.
Referenced by AsString(), Copy(), IsFinalLeptonEvent(), Print(), Reset(), and SetFinalLepton().
|
private |
true if we have define final quark
Definition at line 123 of file XclsTag.h.
Referenced by AsString(), Copy(), IsFinalQuarkEvent(), Print(), Reset(), and SetFinalQuark().
|
private |
true if we have strange production
Definition at line 108 of file XclsTag.h.
Referenced by AsString(), Copy(), IsStrangeEvent(), Print(), Reset(), SetStrange(), and UnsetStrange().
|
private |
Definition at line 113 of file XclsTag.h.
Referenced by AsString(), Copy(), NNeutrons(), NNucleons(), Print(), Reset(), ResetNNucleons(), SetNNeutrons(), and SetNNucleons().
|
private |
Definition at line 114 of file XclsTag.h.
Referenced by AsString(), Copy(), NPi0(), NPions(), Print(), Reset(), ResetNPions(), and SetNPions().
|
private |
Definition at line 116 of file XclsTag.h.
Referenced by AsString(), Copy(), NPiMinus(), NPions(), Print(), Reset(), ResetNPions(), and SetNPions().
|
private |
Definition at line 115 of file XclsTag.h.
Referenced by AsString(), Copy(), NPions(), NPiPlus(), Print(), Reset(), ResetNPions(), and SetNPions().
|
private |
Definition at line 112 of file XclsTag.h.
Referenced by AsString(), Copy(), NNucleons(), NProtons(), Print(), Reset(), ResetNNucleons(), SetNNucleons(), and SetNProtons().
|
private |
Definition at line 118 of file XclsTag.h.
Referenced by AsString(), Copy(), NRho0(), NRhos(), Print(), Reset(), ResetNRhos(), and SetNRhos().
|
private |
Definition at line 120 of file XclsTag.h.
Referenced by AsString(), Copy(), NRhoMinus(), NRhos(), Print(), Reset(), ResetNRhos(), and SetNRhos().
|
private |
Definition at line 119 of file XclsTag.h.
Referenced by AsString(), Copy(), NRhoPlus(), NRhos(), Print(), Reset(), ResetNRhos(), and SetNRhos().
|
private |
Definition at line 117 of file XclsTag.h.
Referenced by AsString(), Copy(), NSingleGammas(), Print(), Reset(), ResetNSingleGammas(), and SetNSingleGammas().
|
private |
baryon resonance excited by probe
Definition at line 121 of file XclsTag.h.
Referenced by AsString(), Copy(), KnownResonance(), Print(), Reset(), Resonance(), and SetResonance().
|
private |
strange hadron pdg-code
Definition at line 110 of file XclsTag.h.
Referenced by AsString(), Copy(), Print(), Reset(), SetStrange(), StrangeHadronPdg(), and UnsetStrange().