Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
SimG4Core
SensitiveDetector
interface
FrameRotation.h
Go to the documentation of this file.
1
#ifndef SimG4Core_SensitiveDetector_FrameRotation_H
2
#define SimG4Core_SensitiveDetector_FrameRotation_H
3
4
#include "
DataFormats/GeometryVector/interface/LocalPoint.h
"
5
6
class
G4VPhysicalVolume;
7
8
class
FrameRotation
{
9
public
:
10
// from Geant4 unit of coordinates to CMS
11
static
constexpr
double
invcm
= 0.1;
12
13
virtual
~FrameRotation
() =
default
;
14
15
virtual
Local3DPoint
transformPoint
(
const
Local3DPoint
&,
const
G4VPhysicalVolume *
v
=
nullptr
)
const
= 0;
16
};
17
18
#endif
LocalPoint.h
FrameRotation::invcm
static constexpr double invcm
Definition:
FrameRotation.h:11
findQualityFiles.v
v
Definition:
findQualityFiles.py:179
FrameRotation::transformPoint
virtual Local3DPoint transformPoint(const Local3DPoint &, const G4VPhysicalVolume *v=nullptr) const =0
Point3DBase< float, LocalTag >
FrameRotation::~FrameRotation
virtual ~FrameRotation()=default
FrameRotation
Definition:
FrameRotation.h:8
Generated for CMSSW Reference Manual by
1.8.14