#include <Phase2L1CaloEGammaUtils.h>
Public Member Functions | |
card () | |
float | getIdx () const |
region3x4 & | getRegion3x4 (int idx) |
towers3x4 & | getTowers3x4 (int idx) |
void | setIdx (int idx) |
void | zeroOut () |
Private Attributes | |
std::array< region3x4, N_REGIONS_PER_CARD > | card3x4Regions |
std::array< towers3x4, N_REGIONS_PER_CARD > | card3x4Towers |
int | idx_ = -1 |
Definition at line 478 of file Phase2L1CaloEGammaUtils.h.
|
inline |
Definition at line 486 of file Phase2L1CaloEGammaUtils.h.
References card3x4Regions, card3x4Towers, mps_fire::i, idx_, and p2eg::N_REGIONS_PER_CARD.
|
inline |
|
inline |
Definition at line 507 of file Phase2L1CaloEGammaUtils.h.
References cms::cuda::assert(), card3x4Regions, heavyIonCSV_trainingSettings::idx, and p2eg::N_REGIONS_PER_CARD.
Referenced by Phase2L1CaloEGammaEmulator::produce().
|
inline |
Definition at line 511 of file Phase2L1CaloEGammaUtils.h.
References cms::cuda::assert(), card3x4Towers, heavyIonCSV_trainingSettings::idx, and p2eg::N_REGIONS_PER_CARD.
Referenced by Phase2L1CaloEGammaEmulator::produce().
|
inline |
Definition at line 497 of file Phase2L1CaloEGammaUtils.h.
References heavyIonCSV_trainingSettings::idx, and idx_.
Referenced by Phase2L1CaloEGammaEmulator::produce().
|
inline |
Definition at line 498 of file Phase2L1CaloEGammaUtils.h.
References card3x4Regions, card3x4Towers, mps_fire::i, and p2eg::N_REGIONS_PER_CARD.
|
private |
Definition at line 481 of file Phase2L1CaloEGammaUtils.h.
Referenced by card(), getRegion3x4(), and zeroOut().
|
private |
Definition at line 482 of file Phase2L1CaloEGammaUtils.h.
Referenced by card(), getTowers3x4(), and zeroOut().
|
private |
Definition at line 480 of file Phase2L1CaloEGammaUtils.h.