Go to the documentation of this file.
18 histoType_(histo_type),
24 extraInfo_(extra_info) {
25 if (&dynamic_cast<const SiStripFedKey&>(key_object)) {
27 }
else if (&dynamic_cast<const SiStripFecKey&>(key_object)) {
43 const uint32_t& key_value,
45 const uint16_t& channel,
48 histoType_(histo_type),
54 extraInfo_(extra_info) {
61 : title_(histo_title),
75 std::stringstream
title;
135 std::stringstream
key;
171 std::stringstream
chan;
187 std::stringstream
ss;
188 ss <<
"[SiStripHistoTitle::print]" << std::endl
189 <<
" Title : " <<
title.title() << std::endl
193 <<
" KeyValue (hex) : " << std::hex << std::setfill(
'0') << std::setw(8) <<
title.keyValue() <<
std::dec
196 <<
" Channel : " <<
title.channel() << std::endl
198 if (!
title.extraInfo().empty()) {
199 ss <<
"\"" <<
title.extraInfo() <<
"\"";
static std::string runType(const sistrip::RunType &)
std::ostream & operator<<(std::ostream &os, const SiStripHistoTitle &title)
static const uint32_t invalid32_
static std::string histoType(const sistrip::HistoType &)
const uint32_t & key() const
sistrip::HistoType histoType_
const sistrip::Granularity & granularity() const
sistrip::Granularity granularity_
const uint16_t & channel() const
sistrip::RunType runType_
static std::string granularity(const sistrip::Granularity &)
static int position[264][3]
sistrip::KeyType keyType_
static const uint16_t invalid_
chan
lumi = TPaveText(lowX+0.38, lowY+0.061, lowX+0.45, lowY+0.161, "NDC") lumi.SetBorderSize( 0 ) lumi....
const std::string & title() const
Utility class that holds histogram title.
Base utility class that identifies a position within a logical structure of the strip tracker.
static std::string keyType(const sistrip::KeyType &)