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
Notification
interface
TrackInformationExtractor.h
Go to the documentation of this file.
1
#ifndef SimG4Core_TrackInformationExtractor_H
2
#define SimG4Core_TrackInformationExtractor_H
3
4
#include "
SimG4Core/Notification/interface/TrackInformation.h
"
5
6
class
G4Track;
7
19
class
TrackInformationExtractor
{
20
public
:
24
const
TrackInformation
&
operator()
(
const
G4Track& gtk)
const
;
25
const
TrackInformation
&
operator()
(
const
G4Track* gtk)
const
{
return
operator()
(*gtk); }
29
TrackInformation
&
operator()
(G4Track& gtk)
const
;
30
TrackInformation
&
operator()
(G4Track* gtk)
const
{
return
operator()
(*gtk); }
31
32
private
:
33
void
missing
(
const
G4Track& gtk)
const
;
34
void
wrongType
()
const
;
35
};
36
37
#endif
TrackInformationExtractor::operator()
TrackInformation & operator()(G4Track *gtk) const
Definition:
TrackInformationExtractor.h:30
TrackInformation.h
TrackInformationExtractor
Definition:
TrackInformationExtractor.h:19
TrackInformationExtractor::missing
void missing(const G4Track >k) const
Definition:
TrackInformationExtractor.cc:27
TrackInformationExtractor::operator()
const TrackInformation & operator()(const G4Track *gtk) const
Definition:
TrackInformationExtractor.h:25
TrackInformationExtractor::operator()
const TrackInformation & operator()(const G4Track >k) const
Definition:
TrackInformationExtractor.cc:5
TrackInformation
Definition:
TrackInformation.h:10
TrackInformationExtractor::wrongType
void wrongType() const
Definition:
TrackInformationExtractor.cc:32
Generated for CMSSW Reference Manual by
1.8.14