src
MagneticField
Layers
interface
MagBRod.h
Go to the documentation of this file.
1
#ifndef MagBRod_H
2
#define MagBRod_H
3
18
#include <vector>
19
20
class
MagBSlab
;
21
class
MagVolume
;
22
#include "
DataFormats/GeometryVector/interface/GlobalPoint.h
"
23
#include "
MagneticField/Layers/interface/MagBinFinders.h
"
24
25
class
MagBRod
{
26
public
:
28
MagBRod
(std::vector<MagBSlab*>& slabs,
Geom::Phi<float>
phiMin
);
29
31
virtual
~MagBRod
();
32
34
const
MagVolume
*
findVolume
(
const
GlobalPoint
&
gp
,
double
tolerance
)
const
;
35
37
Geom::Phi<float>
minPhi
()
const
{
return
thePhiMin
; }
38
39
private
:
40
std::vector<MagBSlab*>
theSlabs
;
41
Geom::Phi<float>
thePhiMin
;
42
MagBinFinders::GeneralBinFinderInZ<double>
*
theBinFinder
;
43
};
44
#endif
MagBRod::theBinFinder
MagBinFinders::GeneralBinFinderInZ< double > * theBinFinder
Definition:
MagBRod.h:42
tolerance
const double tolerance
Definition:
HGCalGeomParameters.cc:29
MagBRod::minPhi
Geom::Phi< float > minPhi() const
Phi of rod start.
Definition:
MagBRod.h:37
MagBRod
Definition:
MagBRod.h:25
MagBRod::~MagBRod
virtual ~MagBRod()
Destructor.
Definition:
MagBRod.cc:34
runTauDisplay.gp
gp
Definition:
runTauDisplay.py:431
AlignmentTrackSelector_cfi.phiMin
phiMin
Definition:
AlignmentTrackSelector_cfi.py:18
MagVolume
Definition:
MagVolume.h:13
MagBRod::findVolume
const MagVolume * findVolume(const GlobalPoint &gp, double tolerance) const
Find the volume containing a point, with a given tolerance.
Definition:
MagBRod.cc:42
MagBRod::thePhiMin
Geom::Phi< float > thePhiMin
Definition:
MagBRod.h:41
MagBinFinders::GeneralBinFinderInZ< double >
MagBSlab
Definition:
MagBSlab.h:23
MagBinFinders.h
Point3DBase< float, GlobalTag >
MagBRod::MagBRod
MagBRod(std::vector< MagBSlab *> &slabs, Geom::Phi< float > phiMin)
Constructor.
Definition:
MagBRod.cc:18
MagBRod::theSlabs
std::vector< MagBSlab * > theSlabs
Definition:
MagBRod.h:40
Geom::Phi< float >
GlobalPoint.h
Generated for CMSSW Reference Manual by
1.8.14