#include <KMTFLUTs.h>
Public Member Functions | |
uint | coarseEta (uint mask) |
KMTFLUTs (const std::string &filename) | |
std::vector< float > | trackGain (uint step, uint bitmask, uint K) |
std::vector< float > | trackGain2 (uint step, uint bitmask, uint K, uint qual1, uint qual2) |
std::pair< float, float > | vertexGain (uint bitmask, uint K) |
~KMTFLUTs () | |
Public Attributes | |
const TH1 * | coarseEta_ |
std::map< uint, const TH1 * > | lut2HH_ |
std::map< uint, const TH1 * > | lut2HL_ |
std::map< uint, const TH1 * > | lut2LH_ |
std::map< uint, const TH1 * > | lut2LL_ |
std::map< uint, const TH1 * > | lut_ |
TFile * | lutFile_ |
Definition at line 11 of file KMTFLUTs.h.
|
inline |
Definition at line 13 of file KMTFLUTs.h.
References coarseEta_, corrVsCorr::filename, lut2HH_, lut2HL_, lut2LH_, lut2LL_, lut_, lutFile_, and castor_dqm_sourceclient_file_cfg::path.
|
inline |
|
inline |
Definition at line 108 of file KMTFLUTs.h.
References coarseEta_, M_PI, ALPAKA_ACCELERATOR_NAMESPACE::pixelClustering::pixelStatus::mask, and parallelization::uint.
|
inline |
Definition at line 73 of file KMTFLUTs.h.
References PedestalClient_cfi::gain, h, and lut_.
|
inline |
Definition at line 81 of file KMTFLUTs.h.
References PedestalClient_cfi::gain, h, lut2HH_, lut2HL_, lut2LH_, and lut2LL_.
|
inline |
Definition at line 102 of file KMTFLUTs.h.
References PedestalClient_cfi::gain, h, and lut_.
const TH1* Phase2L1GMT::KMTFLUTs::coarseEta_ |
Definition at line 118 of file KMTFLUTs.h.
Referenced by coarseEta(), and KMTFLUTs().
std::map<uint, const TH1 *> Phase2L1GMT::KMTFLUTs::lut2HH_ |
Definition at line 114 of file KMTFLUTs.h.
Referenced by KMTFLUTs(), and trackGain2().
std::map<uint, const TH1 *> Phase2L1GMT::KMTFLUTs::lut2HL_ |
Definition at line 116 of file KMTFLUTs.h.
Referenced by KMTFLUTs(), and trackGain2().
std::map<uint, const TH1 *> Phase2L1GMT::KMTFLUTs::lut2LH_ |
Definition at line 115 of file KMTFLUTs.h.
Referenced by KMTFLUTs(), and trackGain2().
std::map<uint, const TH1 *> Phase2L1GMT::KMTFLUTs::lut2LL_ |
Definition at line 117 of file KMTFLUTs.h.
Referenced by KMTFLUTs(), and trackGain2().
std::map<uint, const TH1 *> Phase2L1GMT::KMTFLUTs::lut_ |
Definition at line 113 of file KMTFLUTs.h.
Referenced by KMTFLUTs(), trackGain(), and vertexGain().
TFile* Phase2L1GMT::KMTFLUTs::lutFile_ |
Definition at line 112 of file KMTFLUTs.h.
Referenced by KMTFLUTs(), and ~KMTFLUTs().