|
EvtGen 2.2.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
|
#include <EvtGenBase/EvtId.hh>
Public Member Functions | |
| EvtId ()=default | |
| EvtId (int id, int alias) | |
| bool | operator== (const EvtId &id) const |
| bool | operator!= (const EvtId &id) const |
| bool | operator< (const EvtId &id) const |
| bool | isConjugate (const EvtId &id) const |
| int | getId () const |
| int | getAlias () const |
| bool | isAlias () const |
| std::string | getName () const |
Private Attributes | |
| int | m_id { -1 } |
| int | m_alias { -1 } |
Friends | |
| std::ostream & | operator<< (std::ostream &s, const EvtId &v) |
|
default |
|
friend |