CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ConversionRegion.h
Go to the documentation of this file.
1 #ifndef CONVERSIONREGION_H
2 #define CONVERSIONREGION_H
3 
6 
7  public:
9  _convPoint(convPoint),
10  _pvtxPoint(pvtxPoint),
11  _cotTheta(cotTheta),
12  _errTheta(errTheta),
13  _charge(charge)
14  {};
15 
17 
18  GlobalPoint convPoint() const {return _convPoint;}
19  GlobalPoint pvtxPoint()const {return _pvtxPoint;}
20  float cotTheta () const {return _cotTheta; }
21  double errTheta () const {return _errTheta; }
22  int charge () const {return _charge; }
23 
24 
25  private:
26  //Data members
29  float _cotTheta;
30  double _errTheta;
31  int _charge;
32 };
33 
34 #endif
float cotTheta() const
GlobalPoint _convPoint
GlobalPoint pvtxPoint() const
int charge() const
GlobalPoint convPoint() const
ConversionRegion(GlobalPoint &convPoint, GlobalPoint &pvtxPoint, float &cotTheta, double errTheta, int charge)
GlobalPoint _pvtxPoint
double errTheta() const