Main Page
Namespaces
Classes
Package Documentation
CondFormats
HcalObjects
interface
HcalDetIdRelationship.h
Go to the documentation of this file.
1
#ifndef HcalDetIdRelationship_h
2
#define HcalDetIdRelationship_h
3
4
#include "
DataFormats/HcalDetId/interface/HcalDetId.h
"
5
#include "
DataFormats/HcalDetId/interface/HcalOtherDetId.h
"
6
#include "
DataFormats/HcalDetId/interface/HcalCastorDetId.h
"
7
#include "
DataFormats/HcalDetId/interface/HcalZDCDetId.h
"
8
#include <vector>
9
10
template
<
class
Item>
bool
hcalEqualDetId
(Item* cell,
const
DetId
& fId) {
11
return
hcalEqualDetId
(cell->rawId(),fId);
12
}
13
14
bool
hcalEqualDetId
(uint32_t
id
,
const
DetId
& fId);
15
16
DetId
hcalTransformedId
(
const
DetId
& aid);
17
18
#endif
hcalEqualDetId
bool hcalEqualDetId(Item *cell, const DetId &fId)
Definition:
HcalDetIdRelationship.h:10
hcalTransformedId
DetId hcalTransformedId(const DetId &aid)
Definition:
HcalDetIdRelationship.cc:9
HcalDetId.h
HcalZDCDetId.h
DetId
Definition:
DetId.h:18
HcalCastorDetId.h
HcalOtherDetId.h
Generated for CMSSW Reference Manual by
1.8.11