#include <TMBL3CFTVtx.hpp>
Definition at line 21 of file TMBL3CFTVtx.hpp.
Public Member Functions | |
| TMBL3CFTVtx () | |
| TMBL3CFTVtx (const TMBL3CFTVtx &) | |
| ~TMBL3CFTVtx () | |
| void | X (float xx) |
| void | Y (float xx) |
| void | Z (float xx) |
| void | ErrX (float xx) |
| void | ErrY (float xx) |
| void | ErrZ (float xx) |
| void | Weight (float xx) |
| void | Primary (bool xx) |
| void | ToolName (const std::string &x) |
| float | X () const |
| float | Y () const |
| float | Z () const |
| float | ErrX () const |
| float | ErrY () const |
| float | ErrZ () const |
| float | Weight () const |
| bool | Primary () const |
| std::string | ToolName () const |
Private Attributes | |
| float | x |
| float | y |
| float | z |
| float | errx |
| float | erry |
| float | errz |
| float | weight |
| bool | primary |
| std::string | toolname |
|
|
|
|
|
Definition at line 17 of file TMBL3CFTVtx.cpp. References errx, erry, errz, primary, toolname, weight, x, y, and z. |
|
|
Definition at line 26 of file TMBL3CFTVtx.hpp. |
|
|
Definition at line 43 of file TMBL3CFTVtx.hpp. References errx. |
|
|
Definition at line 32 of file TMBL3CFTVtx.hpp. References errx. |
|
|
Definition at line 44 of file TMBL3CFTVtx.hpp. References erry. |
|
|
Definition at line 33 of file TMBL3CFTVtx.hpp. References erry. |
|
|
Definition at line 45 of file TMBL3CFTVtx.hpp. References errz. |
|
|
Definition at line 34 of file TMBL3CFTVtx.hpp. References errz. |
|
|
Definition at line 47 of file TMBL3CFTVtx.hpp. References primary. |
|
|
Definition at line 36 of file TMBL3CFTVtx.hpp. References primary. |
|
|
Definition at line 48 of file TMBL3CFTVtx.hpp. References toolname. |
|
|
Definition at line 37 of file TMBL3CFTVtx.hpp. References toolname. |
|
|
Definition at line 46 of file TMBL3CFTVtx.hpp. References weight. |
|
|
Definition at line 35 of file TMBL3CFTVtx.hpp. References weight. |
|
|
Definition at line 40 of file TMBL3CFTVtx.hpp. References x. |
|
|
Definition at line 29 of file TMBL3CFTVtx.hpp. References x. |
|
|
Definition at line 41 of file TMBL3CFTVtx.hpp. References y. |
|
|
Definition at line 30 of file TMBL3CFTVtx.hpp. References y. |
|
|
Definition at line 42 of file TMBL3CFTVtx.hpp. References z. |
|
|
Definition at line 31 of file TMBL3CFTVtx.hpp. References z. |
|
|
Definition at line 54 of file TMBL3CFTVtx.hpp. Referenced by ClassImp(), ErrX(), and TMBL3CFTVtx(). |
|
|
Definition at line 55 of file TMBL3CFTVtx.hpp. Referenced by ClassImp(), ErrY(), and TMBL3CFTVtx(). |
|
|
Definition at line 56 of file TMBL3CFTVtx.hpp. Referenced by ClassImp(), ErrZ(), and TMBL3CFTVtx(). |
|
|
Definition at line 58 of file TMBL3CFTVtx.hpp. Referenced by ClassImp(), Primary(), and TMBL3CFTVtx(). |
|
|
Definition at line 59 of file TMBL3CFTVtx.hpp. Referenced by ClassImp(), TMBL3CFTVtx(), and ToolName(). |
|
|
Definition at line 57 of file TMBL3CFTVtx.hpp. Referenced by ClassImp(), TMBL3CFTVtx(), and Weight(). |
|
|
Definition at line 51 of file TMBL3CFTVtx.hpp. Referenced by ClassImp(), TMBL3CFTVtx(), and X(). |
|
|
Definition at line 52 of file TMBL3CFTVtx.hpp. Referenced by ClassImp(), TMBL3CFTVtx(), and Y(). |
|
|
Definition at line 53 of file TMBL3CFTVtx.hpp. Referenced by ClassImp(), TMBL3CFTVtx(), and Z(). |
1.3.4