Go to the documentation of this file. 1 #ifndef SiStripObjects_SiStripGain_h
2 #define SiStripObjects_SiStripGain_h
57 const std::pair<std::string, std::string> &recordLabelPair)
66 const std::pair<std::string, std::string> &recordLabelPair);
93 void getDetIds(std::vector<uint32_t> &DetIds_)
const;
107 const double &factor2 = 1.);
const SiStripGain & operator=(const SiStripGain &)=delete
static float getStripGain(uint16_t strip, const Range &range)
std::string getLabelName(const uint32_t index) const
std::vector< std::pair< std::string, std::string > > recordLabelPair_
void multiply(const SiStripApvGain &apvgain, const double &factor, const std::pair< std::string, std::string > &recordLabelPair)
double getTagNorm(const uint32_t index) const
std::vector< double > normVector_
std::unique_ptr< SiStripApvGain > apvgainAutoPtr_
const Range getRange(const uint32_t detID) const
std::vector< const SiStripApvGain * > apvgainVector_
void fillNewGain(const SiStripApvGain *apvgain, const double &factor, const SiStripApvGain *apvgain2=nullptr, const double &factor2=1.)
static float getStripGain(const uint16_t &strip, const SiStripApvGain::Range &range)
size_t getNumberOfTags() const
const SiStripApvGain * apvgain_
SiStripApvGain::Range getRangeByPos(unsigned short pos) const
const SiStripApvGain::Range getRange(uint32_t detID) const
void getDetIds(std::vector< uint32_t > &DetIds_) const
ATTENTION: we assume the detIds are the same as those from the first gain.
static float getApvGain(const uint16_t &apv, const SiStripApvGain::Range &range)
void printDebug(std::stringstream &ss, const TrackerTopology *trackerTopo) const
Range getRangeByPos(unsigned short pos) const
SiStripGain(const SiStripApvGain &apvgain, const double &factor)
Kept for compatibility.
SiStripGain(const SiStripApvGain &apvgain, const double &factor, const std::pair< std::string, std::string > &recordLabelPair)
std::pair< ContainerIterator, ContainerIterator > Range
void printSummary(std::stringstream &ss, const TrackerTopology *trackerTopo) const
static float getApvGain(uint16_t apv, const Range &range)
std::string getRcdName(const uint32_t index) const