CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RoadSearchDetIdHelper.h
Go to the documentation of this file.
1 #ifndef RoadSearch_RoadSearchDetIdHelper_h
2 #define RoadSearch_RoadSearchDetIdHelper_h
3 
4 //
5 // Package: TrackingTools/RoadSearchDetIdHelper
6 // Class: RoadSearchDetIdHelper
7 //
8 // Description: helper functions concerning DetIds
9 //
10 // Original Author: Oliver Gutsche, gutsche@fnal.gov
11 // Created: Sun Jan 28 19:06:20 UTC 2007
12 //
13 // $Author: gutsche $
14 // $Date: 2007/02/16 00:48:20 $
15 // $Revision: 1.2 $
16 //
17 
18 #include <string>
19 
21 
31 
33 
34  public:
35 
37 
39 
40  static std::string Print(const DetId id);
41 
42  static bool IsMatched(const DetId id);
43 
44  static bool IsGluedRPhi(const DetId id);
45 
46  static bool IsSingleRPhi(const DetId id);
47 
48  static bool IsStereo(const DetId id);
49 
50  static DetId ReturnRPhiId(const DetId id);
51 
52  static bool detIdsOnSameLayer(DetId id1, DetId id2);
53 
54 };
55 
56 #endif
static DetId ReturnRPhiId(const DetId id)
static bool IsGluedRPhi(const DetId id)
static bool IsSingleRPhi(const DetId id)
static bool detIdsOnSameLayer(DetId id1, DetId id2)
Definition: DetId.h:20
static bool IsMatched(const DetId id)
static std::string Print(const DetId id)
static bool IsStereo(const DetId id)