CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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> 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
bool hcalEqualDetId(Item *cell, const DetId &fId)
DetId hcalTransformedId(const DetId &aid)
Definition: DetId.h:18