CMS 3D CMS Logo

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;
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;
43 };
44 #endif
MagBRod::MagBRod
MagBRod(std::vector< MagBSlab * > &slabs, Geom::Phi< float > phiMin)
Constructor.
Definition: MagBRod.cc:18
MagBRod::theBinFinder
MagBinFinders::GeneralBinFinderInZ< double > * theBinFinder
Definition: MagBRod.h:42
MagBRod::theSlabs
std::vector< MagBSlab * > theSlabs
Definition: MagBRod.h:40
MagBSlab
Definition: MagBSlab.h:23
MagBRod::~MagBRod
virtual ~MagBRod()
Destructor.
Definition: MagBRod.cc:34
AlignmentTrackSelector_cfi.phiMin
phiMin
Definition: AlignmentTrackSelector_cfi.py:18
Point3DBase< float, GlobalTag >
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
runTauDisplay.gp
gp
Definition: runTauDisplay.py:431
MagBRod::minPhi
Geom::Phi< float > minPhi() const
Phi of rod start.
Definition: MagBRod.h:37
MagVolume
Definition: MagVolume.h:13
tolerance
const double tolerance
Definition: HGCalGeomParameters.cc:26
Geom::Phi< float >
MagBinFinders.h
MagBRod
Definition: MagBRod.h:25
GlobalPoint.h
MagBinFinders::GeneralBinFinderInZ< double >