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
SensitiveTkDetector.h
Go to the documentation of this file.
1
#ifndef SimG4Core_SensitiveDetector_SensitiveTkDetector_H
2
#define SimG4Core_SensitiveDetector_SensitiveTkDetector_H
3
4
#include "
SimDataFormats/TrackingHit/interface/PSimHitContainer.h
"
5
#include "
SimG4Core/SensitiveDetector/interface/SensitiveDetector.h
"
6
#include <string>
7
8
class
SensitiveTkDetector
:
public
SensitiveDetector
{
9
public
:
10
explicit
SensitiveTkDetector
(
const
std::string
& iname,
const
SensitiveDetectorCatalog
& clg)
11
:
SensitiveDetector
(iname, clg,
false
,
""
) {}
12
virtual
void
fillHits
(
edm::PSimHitContainer
&,
const
std::string
& hname) = 0;
13
};
14
15
#endif
funct::false
false
Definition:
Factorize.h:29
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
PSimHitContainer.h
SensitiveDetectorCatalog
Definition:
SensitiveDetectorCatalog.h:10
SensitiveTkDetector
Definition:
SensitiveTkDetector.h:8
SensitiveDetector.h
SensitiveDetector
Definition:
SensitiveDetector.h:19
edm::PSimHitContainer
std::vector< PSimHit > PSimHitContainer
Definition:
PSimHitContainer.h:11
SensitiveTkDetector::SensitiveTkDetector
SensitiveTkDetector(const std::string &iname, const SensitiveDetectorCatalog &clg)
Definition:
SensitiveTkDetector.h:10
SensitiveTkDetector::fillHits
virtual void fillHits(edm::PSimHitContainer &, const std::string &hname)=0
Generated for CMSSW Reference Manual by
1.8.14