Main Page
Namespaces
Classes
Package Documentation
CondTools
Hcal
interface
parseHcalDetId.h
Go to the documentation of this file.
1
#ifndef CONDTOOLS_HCAL_PARSEHCALDETID_H_
2
#define CONDTOOLS_HCAL_PARSEHCALDETID_H_
3
4
#include <string>
5
#include "
DataFormats/HcalDetId/interface/HcalDetId.h
"
6
7
//
8
// Construct HcalDetId from a line of text.
9
// Return HcalDetId with rawId of 0 of the
10
// text does not corrspond to a correct
11
// detector id specification.
12
//
13
HcalDetId
parseHcalDetId
(
const
std::string
&
s
);
14
15
//
16
// Return a human-readable name for the given subdetector
17
//
18
const
char
*
hcalSubdetectorName
(
HcalSubdetector
subdet);
19
20
#endif // CONDTOOLS_HCAL_PARSEHCALDETID_H_
hcalSubdetectorName
const char * hcalSubdetectorName(HcalSubdetector subdet)
Definition:
parseHcalDetId.cc:43
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
alignCSCRings.s
s
Definition:
alignCSCRings.py:91
HcalDetId
Definition:
HcalDetId.h:12
HcalDetId.h
HcalSubdetector
HcalSubdetector
Definition:
HcalAssistant.h:31
parseHcalDetId
HcalDetId parseHcalDetId(const std::string &s)
Definition:
parseHcalDetId.cc:50
Generated for CMSSW Reference Manual by
1.8.11