CMS 3D CMS Logo

OrderedLaserHitPair.h
Go to the documentation of this file.
1 #ifndef LaserAlignment_OrderedLaserHitPair_H
2 #define LaserAlignment_OrderedLaserHitPair_H
3 
13 
15 public:
16 
19 
20 
21 
22  OrderedLaserHitPair( const InnerHit * ih, const OuterHit * oh)
23  : theInnerHit(ih), theOuterHit(oh) { }
24 
25 
26 
27  const InnerHit * inner() const { return theInnerHit; }
28  const OuterHit * outer() const { return theOuterHit; }
29 private:
30  const InnerHit* theInnerHit;
31  const OuterHit* theOuterHit;
32 };
33 
34 #endif
35 
const InnerHit * theInnerHit
const InnerHit * inner() const
OrderedLaserHitPair(const InnerHit *ih, const OuterHit *oh)
const OuterHit * outer() const
const OuterHit * theOuterHit