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
SimMuon
Neutron
src
AsciiNeutronWriter.h
Go to the documentation of this file.
1
#ifndef AsciiNeutronWriter_h
2
#define AsciiNeutronWriter_h
3
4
#include "
SimMuon/Neutron/src/NeutronWriter.h
"
5
11
class
AsciiNeutronWriter
:
public
NeutronWriter
{
12
public
:
13
AsciiNeutronWriter
(
std::string
fileNameBase);
14
~AsciiNeutronWriter
()
override
;
15
16
protected
:
17
void
writeCluster
(
int
chamberType
,
const
edm::PSimHitContainer
&
hits
)
override
;
18
19
private
:
20
std::string
theFileNameBase
;
21
};
22
23
#endif
hfClusterShapes_cfi.hits
hits
Definition:
hfClusterShapes_cfi.py:5
AsciiNeutronWriter::~AsciiNeutronWriter
~AsciiNeutronWriter() override
Definition:
AsciiNeutronWriter.cc:10
NeutronWriter
Definition:
NeutronWriter.h:15
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
AsciiNeutronWriter::AsciiNeutronWriter
AsciiNeutronWriter(std::string fileNameBase)
Definition:
AsciiNeutronWriter.cc:8
AsciiNeutronWriter::writeCluster
void writeCluster(int chamberType, const edm::PSimHitContainer &hits) override
writes out a list of SimHits.
Definition:
AsciiNeutronWriter.cc:12
AsciiNeutronWriter
Definition:
AsciiNeutronWriter.h:11
nano_mu_digi_cff.chamberType
chamberType
Definition:
nano_mu_digi_cff.py:92
AsciiNeutronWriter::theFileNameBase
std::string theFileNameBase
Definition:
AsciiNeutronWriter.h:20
edm::PSimHitContainer
std::vector< PSimHit > PSimHitContainer
Definition:
PSimHitContainer.h:11
NeutronWriter.h
Generated for CMSSW Reference Manual by
1.8.14