#include <TETableBase.h>
Public Member Functions | |
virtual void | lookup (int, int) |
TETableBase (Settings const &settings) | |
void | writeVMTable (std::string name, bool positive=true) |
virtual | ~TETableBase ()=default |
Protected Attributes | |
int | nbits_ |
Settings const & | settings_ |
std::vector< int > | table_ |
Definition at line 16 of file TETableBase.h.
TETableBase::TETableBase | ( | Settings const & | settings | ) |
Definition at line 6 of file TETableBase.cc.
|
virtualdefault |
|
inlinevirtual |
Definition at line 22 of file TETableBase.h.
void TETableBase::writeVMTable | ( | std::string | name, |
bool | positive = true |
||
) |
Definition at line 8 of file TETableBase.cc.
References cms::cuda::assert(), mps_fire::i, Skims_PA_cff::name, nbits_, MillePedeFileConverter_cfg::out, and table_.
Referenced by trklet::VMRouterPhiCorrTable::init().
|
protected |
Definition at line 29 of file TETableBase.h.
Referenced by trklet::VMRouterPhiCorrTable::VMRouterPhiCorrTable(), and writeVMTable().
|
protected |
Definition at line 27 of file TETableBase.h.
Referenced by trklet::VMRouterPhiCorrTable::getphiCorrValue(), and trklet::VMRouterPhiCorrTable::init().
|
protected |
Definition at line 28 of file TETableBase.h.
Referenced by trklet::VMRouterPhiCorrTable::init(), trklet::VMRouterPhiCorrTable::lookupPhiCorr(), and writeVMTable().