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
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
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
SimG4CMS
Muon
interface
SimHitPrinter.h
Go to the documentation of this file.
1
#ifndef SimG4CMS_Muon_SimHitPrinter_H
2
#define SimG4CMS_Muon_SimHitPrinter_H
3
15
#include <string>
16
17
#include "
DataFormats/GeometryVector/interface/GlobalPoint.h
"
18
#include "
DataFormats/GeometryVector/interface/LocalPoint.h
"
19
20
#include <fstream>
21
#include <atomic>
22
23
class
SimHitPrinter
{
24
public
:
25
SimHitPrinter
(
std::string
);
26
~SimHitPrinter
();
27
28
void
startNewSimHit
(
std::string
);
29
void
startNewEvent
(
int
);
30
31
void
printId
(
int
)
const
;
32
void
printTrack
(
int
)
const
;
33
void
printPabs
(
float
)
const
;
34
void
printEloss
(
float
)
const
;
35
void
printLocal
(
LocalPoint
,
LocalPoint
)
const
;
36
void
printGlobal
(
GlobalPoint
)
const
;
37
38
private
:
39
static
std::atomic<std::ofstream*>
theFile
;
40
};
41
42
#endif
SimHitPrinter::printTrack
void printTrack(int) const
Definition:
SimHitPrinter.cc:60
SimHitPrinter::startNewSimHit
void startNewSimHit(std::string)
Definition:
SimHitPrinter.cc:31
SimHitPrinter::startNewEvent
void startNewEvent(int)
Definition:
SimHitPrinter.cc:46
SimHitPrinter::theFile
static std::atomic< std::ofstream * > theFile
Definition:
SimHitPrinter.h:39
SimHitPrinter::printEloss
void printEloss(float) const
Definition:
SimHitPrinter.cc:75
SimHitPrinter::printId
void printId(int) const
Definition:
SimHitPrinter.cc:51
SimHitPrinter::SimHitPrinter
SimHitPrinter(std::string)
Definition:
SimHitPrinter.cc:14
SimHitPrinter::printGlobal
void printGlobal(GlobalPoint) const
Definition:
SimHitPrinter.cc:93
Point3DBase< float, LocalTag >
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
SimHitPrinter::printLocal
void printLocal(LocalPoint, LocalPoint) const
Definition:
SimHitPrinter.cc:81
LocalPoint.h
SimHitPrinter::printPabs
void printPabs(float) const
Definition:
SimHitPrinter.cc:69
SimHitPrinter
Definition:
SimHitPrinter.h:23
SimHitPrinter::~SimHitPrinter
~SimHitPrinter()
Definition:
SimHitPrinter.cc:27
GlobalPoint.h
Generated for CMSSW Reference Manual by
1.8.16