Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
MagneticField
Layers
interface
MagBRod.h
Go to the documentation of this file.
1
#ifndef MagBRod_H
2
#define MagBRod_H
3
20
#include <vector>
21
22
class
MagBSlab
;
23
class
MagVolume
;
24
#include "
DataFormats/GeometryVector/interface/GlobalPoint.h
"
25
#include "
MagneticField/Layers/src/MagBinFinders.h
"
26
27
class
MagBRod
{
28
public
:
30
MagBRod
(std::vector<MagBSlab*>& slabs,
Geom::Phi<float>
phiMin
);
31
33
virtual
~MagBRod
();
34
36
MagVolume
*
findVolume
(
const
GlobalPoint
& gp,
double
tolerance)
const
;
37
39
Geom::Phi<float>
minPhi
()
const
{
return
thePhiMin
;}
40
41
private
:
42
std::vector<MagBSlab*>
theSlabs
;
43
Geom::Phi<float>
thePhiMin
;
44
MagBinFinders::GeneralBinFinderInZ<double>
*
theBinFinder
;
45
46
};
47
#endif
48
49
MagBRod::theBinFinder
MagBinFinders::GeneralBinFinderInZ< double > * theBinFinder
Definition:
MagBRod.h:44
MagBRod
Definition:
MagBRod.h:27
MagBRod::~MagBRod
virtual ~MagBRod()
Destructor.
Definition:
MagBRod.cc:42
MagBRod::MagBRod
MagBRod(std::vector< MagBSlab * > &slabs, Geom::Phi< float > phiMin)
Constructor.
Definition:
MagBRod.cc:20
MagVolume
Definition:
MagVolume.h:14
MagBRod::thePhiMin
Geom::Phi< float > thePhiMin
Definition:
MagBRod.h:43
MagBRod::findVolume
MagVolume * findVolume(const GlobalPoint &gp, double tolerance) const
Find the volume containing a point, with a given tolerance.
Definition:
MagBRod.cc:51
MagBRod::minPhi
Geom::Phi< float > minPhi() const
Phi of rod start.
Definition:
MagBRod.h:39
MagBinFinders::GeneralBinFinderInZ< double >
MagBSlab
Definition:
MagBSlab.h:25
MagBinFinders.h
Point3DBase< float, GlobalTag >
jptDQMConfig_cff.phiMin
int phiMin
Definition:
jptDQMConfig_cff.py:50
MagBRod::theSlabs
std::vector< MagBSlab * > theSlabs
Definition:
MagBRod.h:42
Geom::Phi< float >
GlobalPoint.h
Generated for CMSSW Reference Manual by
1.8.5