Analysis Software
Documentation for sPHENIX simulation software
|
#include "TowerInfoDefs.h"
#include "RawTowerDefs.h"
#include <bitset>
#include <climits>
#include <cstdlib>
#include <iostream>
#include <string>
Go to the source code of this file.
Variables | |
static const int | emcadc [8][8] |
static const int | hcaladc [8][2] |
static const int | epdchnlmap [16][2] |
static const int | epd_phimap [31] = {0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1} |
static const int | epd_rmap [31] = {0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15} |
|
static |
Definition at line 12 of file TowerInfoDefs.cc.
View newest version in sPHENIX GitHub at line 12 of file TowerInfoDefs.cc
Referenced by TowerInfoDefs::decode_emcal(), and TowerInfoDefs::encode_emcal().
|
static |
Definition at line 49 of file TowerInfoDefs.cc.
View newest version in sPHENIX GitHub at line 49 of file TowerInfoDefs.cc
Referenced by TowerInfoDefs::get_epd_phibin().
|
static |
Definition at line 50 of file TowerInfoDefs.cc.
View newest version in sPHENIX GitHub at line 50 of file TowerInfoDefs.cc
Referenced by TowerInfoDefs::get_epd_rbin().
|
static |
Definition at line 31 of file TowerInfoDefs.cc.
View newest version in sPHENIX GitHub at line 31 of file TowerInfoDefs.cc
Referenced by TowerInfoDefs::encode_epd().
|
static |
Definition at line 22 of file TowerInfoDefs.cc.
View newest version in sPHENIX GitHub at line 22 of file TowerInfoDefs.cc
Referenced by TowerInfoDefs::decode_hcal(), and TowerInfoDefs::encode_hcal().