1 #ifndef SiStripObjects_SiStripGain_h 2 #define SiStripObjects_SiStripGain_h 53 multiply(apvgain, factor, std::make_pair(
"",
""));
57 const std::pair<std::string, std::string> & recordLabelPair) :
60 multiply(apvgain, factor, recordLabelPair);
65 const std::pair<std::string, std::string> & recordLabelPair);
89 void getDetIds(std::vector<uint32_t>& DetIds_)
const;
114 const SiStripApvGain * apvgain2 =
nullptr,
const double & factor2 = 1.);
void multiply(const SiStripApvGain &apvgain, const double &factor, const std::pair< std::string, std::string > &recordLabelPair)
Used to input additional gain values that will be multiplied to the first one.
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
static float getApvGain(const uint16_t &apv, const SiStripApvGain::Range &range)
static float getStripGain(const uint16_t &strip, const SiStripApvGain::Range &range)
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
SiStripGain(const SiStripApvGain &apvgain, const double &factor)
Kept for compatibility.
SiStripApvGain::Range getRangeByPos(unsigned short pos) const
void printSummary(std::stringstream &ss, const TrackerTopology *trackerTopo) const
static float getStripGain(uint16_t strip, const Range &range)
void fillNewGain(const SiStripApvGain *apvgain, const double &factor, const SiStripApvGain *apvgain2=0, const double &factor2=1.)
const Range getRange(const uint32_t detID) const
SiStripGain(const SiStripApvGain &apvgain, const double &factor, const std::pair< std::string, std::string > &recordLabelPair)
const SiStripApvGain::Range getRange(uint32_t detID) const