1 #ifndef SiStripObjects_SiStripGain_h
2 #define SiStripObjects_SiStripGain_h
54 multiply(apvgain, factor, std::make_pair(
"",
""), detInfo);
59 const std::pair<std::string, std::string> &recordLabelPair,
62 multiply(apvgain, factor, recordLabelPair, detInfo);
69 const std::pair<std::string, std::string> &recordLabelPair,
97 void getDetIds(std::vector<uint32_t> &DetIds_)
const;
109 const double &factor,
112 const double &factor2 = 1.);
const SiStripGain & operator=(const SiStripGain &)=delete
std::string getLabelName(const uint32_t index) const
static float getApvGain(uint16_t apv, const Range &range)
std::vector< const SiStripApvGain * > apvgainVector_
size_t getNumberOfTags() const
std::unique_ptr< SiStripApvGain > apvgainAutoPtr_
void printDebug(std::stringstream &ss, const TrackerTopology *trackerTopo) const
std::vector< double > normVector_
std::vector< std::pair< std::string, std::string > > recordLabelPair_
Range getRangeByPos(unsigned short pos) const
const SiStripApvGain * apvgain_
std::string getRcdName(const uint32_t index) const
const uint16_t range(const Frame &aFrame)
static float getApvGain(const uint16_t &apv, const SiStripApvGain::Range &range)
void fillNewGain(const SiStripApvGain *apvgain, const double &factor, SiStripDetInfo const &detInfo, const SiStripApvGain *apvgain2=nullptr, const double &factor2=1.)
static float getStripGain(const uint16_t &strip, const SiStripApvGain::Range &range)
SiStripGain(const SiStripApvGain &apvgain, const double &factor, const std::pair< std::string, std::string > &recordLabelPair, const SiStripDetInfo &detInfo)
std::pair< ContainerIterator, ContainerIterator > Range
void getDetIds(std::vector< uint32_t > &DetIds_) const
ATTENTION: we assume the detIds are the same as those from the first gain.
double getTagNorm(const uint32_t index) const
SiStripApvGain::Range getRangeByPos(unsigned short pos) const
void printSummary(std::stringstream &ss, const TrackerTopology *trackerTopo) const
void multiply(const SiStripApvGain &apvgain, const double &factor, const std::pair< std::string, std::string > &recordLabelPair, const SiStripDetInfo &detInfo)
static float getStripGain(uint16_t strip, const Range &range)
const Range getRange(const uint32_t detID) const
SiStripGain(const SiStripApvGain &apvgain, const double &factor, const SiStripDetInfo &detInfo)
Kept for compatibility.
const SiStripApvGain::Range getRange(uint32_t detID) const