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

Definition at line 18 of file TMBL2EM.hpp.
Public Member Functions | |
| TMBL2EM () | |
| TMBL2EM (const TMBL2EM &) | |
| ~TMBL2EM () | |
Setters | |
| void | Iso (float x) |
| void | Emf (float x) |
| void | SeedEta (int x) |
| void | SeedPhi (int x) |
| void | SeedEtaNeighbour (int x) |
| void | SeedPhiNeighbour (int x) |
| void | SaturatedTotTower (bool x) |
| void | SaturatedEMTower (bool x) |
| void | NoNeighbour (bool x) |
| void | EtaOrPhiNeighbour (int x) |
| void | PositionNeighbour (int x) |
| void | EtNeighbour (float x) |
| void | EmfNeighbour (float x) |
Accessors | |
| float | Iso () const |
| float | Emf () const |
| int | SeedEta () const |
| int | SeedPhi () const |
| int | SeedEtaNeighbour () const |
| int | SeedPhiNeighbour () const |
| bool | SaturatedTotTower () const |
| bool | SaturatedEMTower () const |
| bool | NoNeighbour () const |
| int | EtaOrPhiNeighbour () const |
| int | PositionNeighbour () const |
| float | EtNeighbour () const |
| float | EmfNeighbour () const |
Private Attributes | |
| float | iso |
| float | emf |
| int | seedeta |
| int | seedphi |
| int | seedetaneighbour |
| int | seedphineighbour |
| bool | saturatedtottower |
| bool | saturatedemtower |
| bool | noneighbour |
| int | etaorphineighbour |
| int | positionneighbour |
| float | etneighbour |
| float | emfneighbour |
|
|
|
|
|
Definition at line 21 of file TMBL2EM.cpp. References emf, emfneighbour, etaorphineighbour, etneighbour, iso, noneighbour, positionneighbour, saturatedemtower, saturatedtottower, seedeta, seedetaneighbour, seedphi, and seedphineighbour. |
|
|
Definition at line 23 of file TMBL2EM.hpp. |
|
|
Definition at line 45 of file TMBL2EM.hpp. References emf. |
|
|
Definition at line 28 of file TMBL2EM.hpp. References emf. |
|
|
Definition at line 56 of file TMBL2EM.hpp. References emfneighbour. |
|
|
Definition at line 39 of file TMBL2EM.hpp. References emfneighbour. |
|
|
Definition at line 53 of file TMBL2EM.hpp. References etaorphineighbour. |
|
|
Definition at line 36 of file TMBL2EM.hpp. References etaorphineighbour. |
|
|
Definition at line 55 of file TMBL2EM.hpp. References etneighbour. |
|
|
Definition at line 38 of file TMBL2EM.hpp. References etneighbour. |
|
|
Definition at line 44 of file TMBL2EM.hpp. References iso. |
|
|
Definition at line 27 of file TMBL2EM.hpp. References iso. |
|
|
Definition at line 52 of file TMBL2EM.hpp. References noneighbour. |
|
|
Definition at line 35 of file TMBL2EM.hpp. References noneighbour. |
|
|
Definition at line 54 of file TMBL2EM.hpp. References positionneighbour. |
|
|
Definition at line 37 of file TMBL2EM.hpp. References positionneighbour. |
|
|
Definition at line 51 of file TMBL2EM.hpp. References saturatedemtower. |
|
|
Definition at line 34 of file TMBL2EM.hpp. References saturatedemtower. |
|
|
Definition at line 50 of file TMBL2EM.hpp. References saturatedtottower. |
|
|
Definition at line 33 of file TMBL2EM.hpp. References saturatedtottower. |
|
|
Definition at line 46 of file TMBL2EM.hpp. References seedeta. |
|
|
Definition at line 29 of file TMBL2EM.hpp. References seedeta. |
|
|
Definition at line 48 of file TMBL2EM.hpp. References seedetaneighbour. |
|
|
Definition at line 31 of file TMBL2EM.hpp. References seedetaneighbour. |
|
|
Definition at line 47 of file TMBL2EM.hpp. References seedphi. |
|
|
Definition at line 30 of file TMBL2EM.hpp. References seedphi. |
|
|
Definition at line 49 of file TMBL2EM.hpp. References seedphineighbour. |
|
|
Definition at line 32 of file TMBL2EM.hpp. References seedphineighbour. |
|
|
Definition at line 60 of file TMBL2EM.hpp. |
|
|
Definition at line 71 of file TMBL2EM.hpp. Referenced by EmfNeighbour(), and TMBL2EM(). |
|
|
Definition at line 68 of file TMBL2EM.hpp. Referenced by EtaOrPhiNeighbour(), and TMBL2EM(). |
|
|
Definition at line 70 of file TMBL2EM.hpp. Referenced by EtNeighbour(), and TMBL2EM(). |
|
|
Definition at line 59 of file TMBL2EM.hpp. |
|
|
Definition at line 67 of file TMBL2EM.hpp. Referenced by NoNeighbour(), and TMBL2EM(). |
|
|
Definition at line 69 of file TMBL2EM.hpp. Referenced by PositionNeighbour(), and TMBL2EM(). |
|
|
Definition at line 66 of file TMBL2EM.hpp. Referenced by SaturatedEMTower(), and TMBL2EM(). |
|
|
Definition at line 65 of file TMBL2EM.hpp. Referenced by SaturatedTotTower(), and TMBL2EM(). |
|
|
Definition at line 61 of file TMBL2EM.hpp. |
|
|
Definition at line 63 of file TMBL2EM.hpp. Referenced by SeedEtaNeighbour(), and TMBL2EM(). |
|
|
Definition at line 62 of file TMBL2EM.hpp. |
|
|
Definition at line 64 of file TMBL2EM.hpp. Referenced by SeedPhiNeighbour(), and TMBL2EM(). |
1.3.4