25 const uint16_t& apv_pair_number,
26 const uint16_t& apv_within_pair ) :
29 apvPairNumber_(apv_pair_number),
30 apvWithinPair_(apv_within_pair)
89 apvPairNumber_(input.apvPairNumber()),
90 apvWithinPair_(input.apvWithinPair())
154 if ( !(&input) ) {
return false; }
159 }
else {
return false; }
166 if ( !(&input) ) {
return false; }
167 if (
isEqual(input) ) {
return false; }
172 }
else {
return false; }
268 std::stringstream
dir;
299 if ( curr != std::string::npos ) {
306 if ( curr != std::string::npos ) {
307 next = std::string::npos;
314 std::stringstream
ss;
345 ss <<
"DET:partition= "
352 ss <<
" [SiStripDetKey::print]" << std::endl
354 <<
" 32-bit Det key : 0x"
356 << std::setw(8) <<
key() << std::endl
359 <<
" Partition : " <<
partition() << std::endl
360 <<
" Directory : " <<
path() << std::endl
363 <<
" Channel : " <<
channel() << std::endl
370 std::stringstream
ss;
static const uint32_t invalid32_
static std::string granularity(const sistrip::Granularity &)
static const uint16_t partitionOffset_
virtual void print(std::stringstream &ss) const
std::ostream & operator<<(std::ostream &out, const ALILine &li)
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
static const char detectorView_[]
static std::string const input
const uint32_t & key() const
const sistrip::Granularity & granularity() const
static const char partition_[]
tuple path
else: Piece not in the list, fine.
const uint16_t & partition() const
const uint16_t & apvWithinPair() const
Base utility class that identifies a position within a logical structure of the strip tracker...
const std::string & path() const
const uint16_t & apvPairNumber() const
Utility class that identifies a position within the strip tracker geometrical structure, down to the level of an APV25 chip.
static const uint16_t partitionMask_
bool isEqual(const SiStripKey &) const
Detector identifier class for the strip tracker.
bool isConsistent(const SiStripKey &) const
const uint16_t & channel() const
static const uint16_t invalid_
static const char root_[]
static const char null_[]
virtual void terse(std::stringstream &ss) const