CMS 3D CMS Logo

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>
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 //
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_
const char * hcalSubdetectorName(HcalSubdetector subdet)
HcalSubdetector
Definition: HcalAssistant.h:31
HcalDetId parseHcalDetId(const std::string &s)