#include <TMBL2Base.hpp>
Inheritance diagram for TMBL2Base:

Provides conversion from L2 coordinate system to general eta/phi coordinates.
Definition at line 22 of file TMBL2Base.hpp.
Public Member Functions | |
| TMBL2Base () | |
| TMBL2Base (const TMBL2Base &) | |
| ~TMBL2Base () | |
Setters | |
| void | Et (float x) |
| void | iEta (int x) |
| void | iPhi (int x) |
Accessors | |
| float | Et () const |
| float | Pt () const |
| int | iEta () const |
| int | iPhi () const |
| float | Eta () const |
| float | Phi () const |
| float | Px () const |
| float | Py () const |
| float | Pz () const |
| float | E () const |
Protected Attributes | |
| float | et |
| int | ieta |
| int | iphi |
|
|
|
|
|
Definition at line 12 of file TMBL2Base.cpp. |
|
|
Definition at line 28 of file TMBL2Base.hpp. |
|
|
Definition at line 49 of file TMBL2Base.hpp. |
|
|
Definition at line 39 of file TMBL2Base.hpp. References et. |
|
|
Definition at line 32 of file TMBL2Base.hpp. References et. |
|
|
Definition at line 43 of file TMBL2Base.hpp. References ieta. |
|
|
Definition at line 41 of file TMBL2Base.hpp. References ieta. |
|
|
Definition at line 33 of file TMBL2Base.hpp. References ieta. |
|
|
Definition at line 42 of file TMBL2Base.hpp. References iphi. |
|
|
Definition at line 34 of file TMBL2Base.hpp. References iphi. |
|
|
Definition at line 44 of file TMBL2Base.hpp. References iphi. |
|
|
Definition at line 40 of file TMBL2Base.hpp. References et. |
|
|
Definition at line 46 of file TMBL2Base.hpp. |
|
|
Definition at line 47 of file TMBL2Base.hpp. |
|
|
Definition at line 48 of file TMBL2Base.hpp. |
|
|
Definition at line 52 of file TMBL2Base.hpp. Referenced by ClassImp(), E(), Et(), TMBL2GblHt::Ht(), TMBL2GblMEt::MEt(), TMBL2GblMJt::MJt(), Pt(), Px(), Py(), Pz(), and TMBL2Base(). |
|
|
Definition at line 53 of file TMBL2Base.hpp. Referenced by TMBL2FPS::AbsiEta(), ClassImp(), Eta(), iEta(), and TMBL2Base(). |
|
|
Definition at line 54 of file TMBL2Base.hpp. Referenced by ClassImp(), iPhi(), Phi(), and TMBL2Base(). |
1.3.4