Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DataFormats
HcalDetId
interface
HcalOtherDetId.h
Go to the documentation of this file.
1
#ifndef HcalOtherDetId_h_included
2
#define HcalOtherDetId_h_included 1
3
4
#include <ostream>
5
#include "
DataFormats/DetId/interface/DetId.h
"
6
#include "
DataFormats/HcalDetId/interface/HcalSubdetector.h
"
7
24
class
HcalOtherDetId
:
public
DetId
{
25
public
:
27
HcalOtherDetId
(
const
DetId
&
id
);
29
HcalOtherDetId
&
operator=
(
const
DetId
&
id
);
30
32
HcalOtherSubdetector
subdet
()
const
{
return
HcalOtherSubdetector
((
id_
>>20)&0x1F); }
33
34
protected
:
36
HcalOtherDetId
();
38
explicit
HcalOtherDetId
(uint32_t rawid);
40
HcalOtherDetId
(
HcalOtherSubdetector
subdet
);
41
};
42
43
#endif // HcalOtherDetId_h_included
HcalOtherDetId::HcalOtherDetId
HcalOtherDetId()
Definition:
HcalOtherDetId.cc:4
HcalSubdetector.h
HcalOtherDetId::operator=
HcalOtherDetId & operator=(const DetId &id)
Definition:
HcalOtherDetId.cc:22
HcalOtherDetId
Definition:
HcalOtherDetId.h:24
HcalOtherSubdetector
HcalOtherSubdetector
Definition:
HcalAssistant.h:33
DetId
Definition:
DetId.h:20
HcalOtherDetId::subdet
HcalOtherSubdetector subdet() const
get the category
Definition:
HcalOtherDetId.h:32
DetId::id_
uint32_t id_
Definition:
DetId.h:57
DetId.h
Generated for CMSSW Reference Manual by
1.8.5