CMS 3D CMS Logo

HcalDetIdRelationship.h
Go to the documentation of this file.
1 #ifndef HcalDetIdRelationship_h
2 #define HcalDetIdRelationship_h
3 
8 #include <vector>
9 
10 template <class Item>
11 bool hcalEqualDetId(Item* cell, const DetId& fId) {
12  return hcalEqualDetId(cell->rawId(), fId);
13 }
14 
15 bool hcalEqualDetId(uint32_t id, const DetId& fId);
16 
17 DetId hcalTransformedId(const DetId& aid);
18 
19 #endif
HcalZDCDetId.h
DetId
Definition: DetId.h:17
hcalTransformedId
DetId hcalTransformedId(const DetId &aid)
Definition: HcalDetIdRelationship.cc:11
HcalDetId.h
HcalOtherDetId.h
hcalEqualDetId
bool hcalEqualDetId(Item *cell, const DetId &fId)
Definition: HcalDetIdRelationship.h:11
HcalCastorDetId.h