ATLAS Offline Software
|
Mapping table entry. More...
Public Attributes | |
IdentifierHash | m_cell_reg |
Offline region hash for this entry. More... | |
IdentifierHash | m_sc_reg |
Supercell region hash for this entry. More... | |
int | m_etadiv |
Number of offline cells per supercell, in eta/phi. More... | |
int | m_phidiv |
int | m_cell_ietamin |
Offline minimum and maximum (inclusive) eta indices for this entry. More... | |
int | m_cell_ietamax |
int | m_sc_ietamin |
Supercell minimum and maximum (inclusive) eta indices for this entry. More... | |
int | m_sc_ietamax |
int | m_cell_ieta_adj |
Offset between the first defined cell in the region and the point were offline and supercells are aligned. More... | |
int | m_sc_ieta_adj |
Mapping table entry.
Definition at line 101 of file CaloSuperCellIDTool.h.
int CaloSuperCellIDTool::IDMapElt::m_cell_ieta_adj |
Offset between the first defined cell in the region and the point were offline and supercells are aligned.
This matters, for examine, in the first barrel region of sampling 1, for which the innermost strip doesn't exist, and the minimum eta for the region is 1. However, at (the low edge) of the eta=1 cell, the offline cells and supercells don't align, so one needs to subtract one.
Definition at line 130 of file CaloSuperCellIDTool.h.
int CaloSuperCellIDTool::IDMapElt::m_cell_ietamax |
Definition at line 116 of file CaloSuperCellIDTool.h.
int CaloSuperCellIDTool::IDMapElt::m_cell_ietamin |
Offline minimum and maximum (inclusive) eta indices for this entry.
Normally just the min/max of the region, but may be smaller if there is only a partial overlap with a supercell region.
Definition at line 115 of file CaloSuperCellIDTool.h.
IdentifierHash CaloSuperCellIDTool::IDMapElt::m_cell_reg |
Offline region hash for this entry.
Definition at line 103 of file CaloSuperCellIDTool.h.
int CaloSuperCellIDTool::IDMapElt::m_etadiv |
Number of offline cells per supercell, in eta/phi.
Definition at line 109 of file CaloSuperCellIDTool.h.
int CaloSuperCellIDTool::IDMapElt::m_phidiv |
Definition at line 110 of file CaloSuperCellIDTool.h.
int CaloSuperCellIDTool::IDMapElt::m_sc_ieta_adj |
Definition at line 131 of file CaloSuperCellIDTool.h.
int CaloSuperCellIDTool::IDMapElt::m_sc_ietamax |
Definition at line 122 of file CaloSuperCellIDTool.h.
int CaloSuperCellIDTool::IDMapElt::m_sc_ietamin |
Supercell minimum and maximum (inclusive) eta indices for this entry.
Normally just the min/max of the region, but may be smaller if there is only a partial overlap with an offline region.
Definition at line 121 of file CaloSuperCellIDTool.h.
IdentifierHash CaloSuperCellIDTool::IDMapElt::m_sc_reg |
Supercell region hash for this entry.
Definition at line 106 of file CaloSuperCellIDTool.h.