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
SimG4CMS
Tracker
interface
TrackerHitsObject.h
Go to the documentation of this file.
1
#ifndef TrackerHitsObject_H
2
#define TrackerHitsObject_H
3
4
#include "
SimDataFormats/SimHitMaker/interface/TrackingSlaveSD.h
"
5
6
class
TrackerHitsObject
{
7
public
:
8
TrackerHitsObject
(
std::string
,
TrackingSlaveSD::Collection
&);
9
std::string
name
() {
return
_name
; }
10
TrackingSlaveSD::Collection
&
hits
() {
return
_hits
; }
11
12
private
:
13
TrackingSlaveSD::Collection
&
_hits
;
14
std::string
_name
;
15
};
16
17
#endif
TrackerHitsObject::_name
std::string _name
Definition:
TrackerHitsObject.h:14
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
TrackerHitsObject::hits
TrackingSlaveSD::Collection & hits()
Definition:
TrackerHitsObject.h:10
TrackerHitsObject::TrackerHitsObject
TrackerHitsObject(std::string, TrackingSlaveSD::Collection &)
Definition:
TrackerHitsObject.cc:3
TrackerHitsObject::_hits
TrackingSlaveSD::Collection & _hits
Definition:
TrackerHitsObject.h:13
TrackerHitsObject
Definition:
TrackerHitsObject.h:6
TrackingSlaveSD.h
TrackerHitsObject::name
std::string name()
Definition:
TrackerHitsObject.h:9
TrackingSlaveSD::Collection
std::vector< PSimHit > Collection
Definition:
TrackingSlaveSD.h:13
Generated for CMSSW Reference Manual by
1.8.14