Main Page
Namespaces
Classes
Package Documentation
RecoTracker
TkSeedGenerator
interface
FastLine.h
Go to the documentation of this file.
1
#ifndef TR_FastLine_H_
2
#define TR_FastLine_H_
3
4
#include "
DataFormats/GeometryVector/interface/GlobalPoint.h
"
5
15
class
FastLine
{
16
17
public
:
18
19
FastLine
(
const
GlobalPoint
& outerHit,
20
const
GlobalPoint
& innerHit);
21
22
FastLine
(
const
GlobalPoint
& outerHit,
23
const
GlobalPoint
& innerHit,
24
double
rho
);
25
26
~FastLine
() {}
27
28
double
n1
()
const
{
return
theN1
;}
29
30
double
n2
()
const
{
return
theN2
;}
31
32
double
c
()
const
{
return
theC
;}
33
34
bool
isValid
()
const
{
return
theValid
;}
35
36
private
:
37
38
GlobalPoint
theOuterHit
;
39
GlobalPoint
theInnerHit
;
40
double
theRho
;
41
42
double
theN1
;
43
double
theN2
;
44
double
theC
;
45
46
bool
theValid
;
47
48
void
createLineParameters
();
49
50
};
51
52
#endif //TR_FastLine_H_
FastLine::theOuterHit
GlobalPoint theOuterHit
Definition:
FastLine.h:38
DDAxes::rho
FastLine::FastLine
FastLine(const GlobalPoint &outerHit, const GlobalPoint &innerHit)
Definition:
FastLine.cc:3
FastLine::isValid
bool isValid() const
Definition:
FastLine.h:34
FastLine::n1
double n1() const
Definition:
FastLine.h:28
FastLine::theRho
double theRho
Definition:
FastLine.h:40
FastLine::createLineParameters
void createLineParameters()
Definition:
FastLine.cc:32
FastLine::theN2
double theN2
Definition:
FastLine.h:43
FastLine::theValid
bool theValid
Definition:
FastLine.h:46
FastLine::theInnerHit
GlobalPoint theInnerHit
Definition:
FastLine.h:39
FastLine
Definition:
FastLine.h:15
FastLine::theC
double theC
Definition:
FastLine.h:44
FastLine::~FastLine
~FastLine()
Definition:
FastLine.h:26
FastLine::c
double c() const
Definition:
FastLine.h:32
FastLine::theN1
double theN1
Definition:
FastLine.h:42
Point3DBase< float, GlobalTag >
FastLine::n2
double n2() const
Definition:
FastLine.h:30
GlobalPoint.h
Generated for CMSSW Reference Manual by
1.8.11