#include <L1RCTORCAMap.h>
Public Member Functions | |
unsigned short | combine (unsigned short et, unsigned short fg) |
std::vector< unsigned short > | combVec (const std::vector< unsigned short > &et, const std::vector< unsigned short > &fg) |
std::vector< std::vector < std::vector< unsigned short > > > | giveBarrel () |
std::vector< std::vector < unsigned short > > | giveHF () |
L1RCTORCAMap () | |
void | makeBarrelData () |
void | makeHFData () |
std::vector< int > | orcamap (int eta, int phi) |
void | readData (const std::vector< unsigned > &emet, const std::vector< unsigned > &hdet, const std::vector< bool > &emfg, const std::vector< bool > &hdfg, const std::vector< unsigned > &hfet) |
Private Member Functions | |
std::vector< int > | highEtaMap (int eta, int phi) |
std::vector< int > | lowEtaMap (int eta, int phi) |
Private Attributes | |
std::vector< std::vector < std::vector< unsigned short > > > | barrelData |
std::vector< unsigned short > | combEM |
std::vector< unsigned short > | combHD |
std::vector< std::vector < unsigned short > > | hfData |
std::vector< unsigned short > | rawEMET |
std::vector< unsigned short > | rawEMFG |
std::vector< unsigned short > | rawHDET |
std::vector< unsigned short > | rawHDFG |
std::vector< unsigned short > | rawHFET |
Definition at line 6 of file L1RCTORCAMap.h.
L1RCTORCAMap::L1RCTORCAMap | ( | ) |
Definition at line 6 of file L1RCTORCAMap.cc.
References barrelData, combEM, combHD, hfData, rawEMET, rawEMFG, rawHDET, rawHDFG, and rawHFET.
unsigned short L1RCTORCAMap::combine | ( | unsigned short | et, |
unsigned short | fg | ||
) |
Definition at line 67 of file L1RCTORCAMap.cc.
Referenced by combVec().
vector< unsigned short > L1RCTORCAMap::combVec | ( | const std::vector< unsigned short > & | et, |
const std::vector< unsigned short > & | fg | ||
) |
Definition at line 72 of file L1RCTORCAMap.cc.
References bookConverter::comb, combine(), and i.
Referenced by readData().
vector< std::vector< std::vector< unsigned short > > > L1RCTORCAMap::giveBarrel | ( | ) |
Definition at line 20 of file L1RCTORCAMap.cc.
References barrelData.
vector< std::vector< unsigned short > > L1RCTORCAMap::giveHF | ( | ) |
Definition at line 24 of file L1RCTORCAMap.cc.
References hfData.
|
private |
|
private |
Definition at line 120 of file L1RCTORCAMap.cc.
References eta().
Referenced by orcamap().
void L1RCTORCAMap::makeBarrelData | ( | ) |
Definition at line 37 of file L1RCTORCAMap.cc.
References asciidump::at, barrelData, combEM, combHD, eta(), orcamap(), and phi.
Referenced by readData().
void L1RCTORCAMap::makeHFData | ( | ) |
Definition at line 27 of file L1RCTORCAMap.cc.
References hfData, i, j, and rawHFET.
Referenced by readData().
vector< int > L1RCTORCAMap::orcamap | ( | int | eta, |
int | phi | ||
) |
Definition at line 80 of file L1RCTORCAMap.cc.
References highEtaMap(), i, and lowEtaMap().
Referenced by makeBarrelData().
void L1RCTORCAMap::readData | ( | const std::vector< unsigned > & | emet, |
const std::vector< unsigned > & | hdet, | ||
const std::vector< bool > & | emfg, | ||
const std::vector< bool > & | hdfg, | ||
const std::vector< unsigned > & | hfet | ||
) |
Definition at line 48 of file L1RCTORCAMap.cc.
References combEM, combHD, combVec(), i, makeBarrelData(), makeHFData(), rawEMET, rawEMFG, rawHDET, rawHDFG, and rawHFET.
|
private |
Definition at line 30 of file L1RCTORCAMap.h.
Referenced by giveBarrel(), L1RCTORCAMap(), and makeBarrelData().
|
private |
Definition at line 46 of file L1RCTORCAMap.h.
Referenced by L1RCTORCAMap(), makeBarrelData(), and readData().
|
private |
Definition at line 47 of file L1RCTORCAMap.h.
Referenced by L1RCTORCAMap(), makeBarrelData(), and readData().
|
private |
Definition at line 31 of file L1RCTORCAMap.h.
Referenced by giveHF(), L1RCTORCAMap(), and makeHFData().
|
private |
Definition at line 41 of file L1RCTORCAMap.h.
Referenced by L1RCTORCAMap(), and readData().
|
private |
Definition at line 42 of file L1RCTORCAMap.h.
Referenced by L1RCTORCAMap(), and readData().
|
private |
Definition at line 43 of file L1RCTORCAMap.h.
Referenced by L1RCTORCAMap(), and readData().
|
private |
Definition at line 44 of file L1RCTORCAMap.h.
Referenced by L1RCTORCAMap(), and readData().
|
private |
Definition at line 45 of file L1RCTORCAMap.h.
Referenced by L1RCTORCAMap(), makeHFData(), and readData().