![]() |
ATLAS Offline Software
|
#include <SLTrueInfo.h>
Public Member Functions | |
| SLTrueInfo () | |
| SLTrueInfo (int, int, int, bool, bool, bool, const Eigen::Vector3d &, const Eigen::Vector3d &) | |
| int | barcode () const |
| int | pdgId () const |
| int | pdgIdMother () const |
| bool | FromB () const |
| bool | FromD () const |
| bool | FromGH () const |
| Eigen::Vector3d | momentum () const |
| Eigen::Vector3d | prodvtx () const |
Private Attributes | |
| int | m_barcode |
| int | m_pdgCode |
| int | m_pdgCodeMother |
| bool | m_isFromBhadron |
| bool | m_isFromDhadron |
| bool | m_isFromGHboson |
| Eigen::Vector3d | m_Momentum |
| Eigen::Vector3d | m_ProductionVertex |
Definition at line 15 of file SLTrueInfo.h.
| Analysis::SLTrueInfo::SLTrueInfo | ( | ) |
Definition at line 11 of file SLTrueInfo.cxx.
| Analysis::SLTrueInfo::SLTrueInfo | ( | int | barc, |
| int | pdg, | ||
| int | pdgm, | ||
| bool | b, | ||
| bool | d, | ||
| bool | w, | ||
| const Eigen::Vector3d & | p, | ||
| const Eigen::Vector3d & | r ) |
Definition at line 23 of file SLTrueInfo.cxx.
|
inline |
Definition at line 19 of file SLTrueInfo.h.
|
inline |
Definition at line 22 of file SLTrueInfo.h.
|
inline |
Definition at line 23 of file SLTrueInfo.h.
|
inline |
Definition at line 24 of file SLTrueInfo.h.
|
inline |
Definition at line 25 of file SLTrueInfo.h.
|
inline |
Definition at line 20 of file SLTrueInfo.h.
|
inline |
Definition at line 21 of file SLTrueInfo.h.
|
inline |
Definition at line 26 of file SLTrueInfo.h.
|
private |
Definition at line 28 of file SLTrueInfo.h.
|
private |
Definition at line 31 of file SLTrueInfo.h.
|
private |
Definition at line 32 of file SLTrueInfo.h.
|
private |
Definition at line 33 of file SLTrueInfo.h.
|
private |
Definition at line 34 of file SLTrueInfo.h.
|
private |
Definition at line 29 of file SLTrueInfo.h.
|
private |
Definition at line 30 of file SLTrueInfo.h.
|
private |
Definition at line 35 of file SLTrueInfo.h.