src
SimG4CMS
Muon
src
MuonGEMFrameRotation.cc
Go to the documentation of this file.
1
#include "
SimG4CMS/Muon/interface/MuonGEMFrameRotation.h
"
2
#include "
Geometry/MuonNumbering/interface/MuonGeometryConstants.h
"
3
4
#include "G4Step.hh"
5
6
MuonGEMFrameRotation::MuonGEMFrameRotation
(
const
MuonGeometryConstants
&) :
MuonFrameRotation
::
MuonFrameRotation
() {}
7
8
MuonGEMFrameRotation::~MuonGEMFrameRotation
() {}
9
10
Local3DPoint
MuonGEMFrameRotation::transformPoint
(
const
Local3DPoint
&
point
,
const
G4Step*)
const
{
11
return
Local3DPoint
(
point
.x(),
point
.z(), -
point
.y());
12
}
MuonGeometryConstants.h
MuonGEMFrameRotation::MuonGEMFrameRotation
MuonGEMFrameRotation(const MuonGeometryConstants &muonConstants)
Definition:
MuonGEMFrameRotation.cc:6
MuonGEMFrameRotation::transformPoint
Local3DPoint transformPoint(const Local3DPoint &, const G4Step *) const override
Definition:
MuonGEMFrameRotation.cc:10
Point3DBase< float, LocalTag >
MuonGEMFrameRotation.h
MuonGEMFrameRotation::~MuonGEMFrameRotation
~MuonGEMFrameRotation() override
Definition:
MuonGEMFrameRotation.cc:8
MuonGeometryConstants
Definition:
MuonGeometryConstants.h:20
MuonFrameRotation
Definition:
MuonFrameRotation.h:17
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
Local3DPoint
Point3DBase< float, LocalTag > Local3DPoint
Definition:
LocalPoint.h:9
Generated for CMSSW Reference Manual by
1.8.14