#include <assert.h>
#include "LCDtowerIDNonProj.hh"
#include <iostream>
Include dependency graph for LCDtowerIDNonProj.cc:

Go to the source code of this file.
Variables | |
| const int | CAL_N_PHI = 12 |
| const int | CAL_N_THETA = 10 |
| const int | CAL_N_LAYER = 6 |
| const int | CAL_N_SYSTEM = 4 |
| const int | CAL_F_PHI = 0 |
| const int | CAL_F_THETA = (CAL_F_PHI + CAL_N_PHI ) |
| const int | CAL_F_LAYER = (CAL_F_THETA + CAL_N_THETA) |
| const int | CAL_F_SYSTEM = (CAL_F_LAYER + CAL_N_LAYER) |
| const int | CAL_M_PHI = ((1 << CAL_N_PHI) - 1) |
| const int | CAL_M_THETA = ((1 << CAL_N_THETA) - 1) |
| const int | CAL_M_LAYER = ((1 << CAL_N_LAYER) - 1) |
| const int | CAL_M_SYSTEM = ((1 << CAL_N_SYSTEM) - 1) |
| const int | CAL_S_THETA = (1 << (CAL_N_THETA - 1)) |
|
|
Definition at line 35 of file LCDtowerIDNonProj.cc. Referenced by LCDtowerIDNonProj::GetLayer(), and LCDtowerIDNonProj::SetLayer(). |
|
|
Definition at line 33 of file LCDtowerIDNonProj.cc. Referenced by LCDtowerIDNonProj::GetPhi(), and LCDtowerIDNonProj::SetPhi(). |
|
|
Definition at line 36 of file LCDtowerIDNonProj.cc. Referenced by LCDtowerIDNonProj::GetBarrelEndcap(), LCDtowerIDNonProj::GetSystem(), LCDtowerIDNonProj::SetBarrelEndcap(), and LCDtowerIDNonProj::SetSystem(). |
|
|
Definition at line 34 of file LCDtowerIDNonProj.cc. Referenced by LCDtowerIDNonProj::GetTheta(), and LCDtowerIDNonProj::SetTheta(). |
|
|
Definition at line 41 of file LCDtowerIDNonProj.cc. |
|
|
Definition at line 39 of file LCDtowerIDNonProj.cc. |
|
|
Definition at line 42 of file LCDtowerIDNonProj.cc. |
|
|
Definition at line 40 of file LCDtowerIDNonProj.cc. |
|
|
Definition at line 29 of file LCDtowerIDNonProj.cc. |
|
|
Definition at line 27 of file LCDtowerIDNonProj.cc. |
|
|
Definition at line 30 of file LCDtowerIDNonProj.cc. |
|
|
Definition at line 28 of file LCDtowerIDNonProj.cc. |
|
|
Definition at line 45 of file LCDtowerIDNonProj.cc. |
1.3.4