src
SimG4CMS
Muon
src
MuonME0FrameRotation.cc
Go to the documentation of this file.
1
#include "
SimG4CMS/Muon/interface/MuonME0FrameRotation.h
"
2
#include "
Geometry/MuonNumbering/interface/MuonGeometryConstants.h
"
3
4
#include "G4Step.hh"
5
6
MuonME0FrameRotation::MuonME0FrameRotation
(
const
MuonGeometryConstants
&) :
MuonFrameRotation
::
MuonFrameRotation
() {}
7
8
MuonME0FrameRotation::~MuonME0FrameRotation
() {}
9
10
Local3DPoint
MuonME0FrameRotation::transformPoint
(
const
Local3DPoint
&
point
,
const
G4Step*)
const
{
11
return
Local3DPoint
(
point
.x(),
point
.z(), -
point
.y());
12
}
MuonME0FrameRotation.h
MuonGeometryConstants.h
Point3DBase< float, LocalTag >
MuonME0FrameRotation::~MuonME0FrameRotation
~MuonME0FrameRotation() override
Definition:
MuonME0FrameRotation.cc:8
MuonGeometryConstants
Definition:
MuonGeometryConstants.h:20
MuonFrameRotation
Definition:
MuonFrameRotation.h:17
MuonME0FrameRotation::MuonME0FrameRotation
MuonME0FrameRotation(const MuonGeometryConstants &muonConstants)
Definition:
MuonME0FrameRotation.cc:6
point
*vegas h *****************************************************used in the default bin number in original ***version of VEGAS is ***a higher bin number might help to derive a more precise ***grade subtle point
Definition:
invegas.h:5
MuonME0FrameRotation::transformPoint
Local3DPoint transformPoint(const Local3DPoint &, const G4Step *) const override
Definition:
MuonME0FrameRotation.cc:10
Local3DPoint
Point3DBase< float, LocalTag > Local3DPoint
Definition:
LocalPoint.h:9
Generated for CMSSW Reference Manual by
1.8.14