Main Page
Namespaces
Classes
Package Documentation
TrackingTools
GeomPropagators
interface
PropagationDirectionChooser.h
Go to the documentation of this file.
1
#ifndef _COMMONRECO_PropagationDirectionChooser_H_
2
#define _COMMONRECO_PropagationDirectionChooser_H_
3
4
#include "
DataFormats/TrajectorySeed/interface/PropagationDirection.h
"
5
#include "
TrackingTools/TrajectoryState/interface/FreeTrajectoryState.h
"
6
7
class
FreeTrajectoryState
;
8
class
Surface
;
9
class
Cylinder
;
10
class
Plane
;
11
15
class
PropagationDirectionChooser
{
16
public
:
17
18
PropagationDirectionChooser
() {}
19
20
~PropagationDirectionChooser
() {}
21
22
PropagationDirection
operator()
(
const
FreeTrajectoryState
&,
23
const
Surface
&)
const
;
24
25
PropagationDirection
operator()
(
const
FreeTrajectoryState
&,
26
const
Plane
&)
const
;
27
28
PropagationDirection
operator()
(
const
FreeTrajectoryState
&,
29
const
Cylinder
&)
const
;
30
31
};
32
33
#endif
34
35
Surface
Definition:
Surface.h:42
PropagationDirection
PropagationDirection
Definition:
PropagationDirection.h:4
PropagationDirectionChooser::~PropagationDirectionChooser
~PropagationDirectionChooser()
Definition:
PropagationDirectionChooser.h:20
Plane
Definition:
Plane.h:17
Cylinder
Definition:
Cylinder.h:19
PropagationDirectionChooser::PropagationDirectionChooser
PropagationDirectionChooser()
Definition:
PropagationDirectionChooser.h:18
FreeTrajectoryState
Definition:
FreeTrajectoryState.h:29
PropagationDirection.h
PropagationDirectionChooser::operator()
PropagationDirection operator()(const FreeTrajectoryState &, const Surface &) const
Definition:
PropagationDirectionChooser.cc:14
PropagationDirectionChooser
Definition:
PropagationDirectionChooser.h:15
FreeTrajectoryState.h
Generated for CMSSW Reference Manual by
1.8.11