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
RecoTracker
MkFitCore
standalone
Validation.cc
Go to the documentation of this file.
1
#include "
TTreeValidation.h
"
2
3
namespace
mkfit
{
4
5
Validation
*
Validation::make_validation
(
const
std::string
&
fileName
,
const
TrackerInfo
* trk_info) {
6
#ifndef NO_ROOT
7
if
(
Config::sim_val_for_cmssw
||
Config::sim_val
||
Config::fit_val
||
Config::cmssw_val
) {
8
return
new
TTreeValidation
(
fileName
, trk_info);
9
}
10
#endif
11
return
new
Validation
();
12
}
13
14
Validation::Validation
() {}
15
16
}
// end namespace mkfit
mkfit::Config::sim_val_for_cmssw
bool sim_val_for_cmssw
Definition:
ConfigStandalone.cc:35
mkfit::Validation::Validation
Validation()
Definition:
Validation.cc:14
mkfit
Definition:
MkFitEventOfHits.h:6
mkfit::Validation
Definition:
Validation.h:44
mkfit::Config::sim_val
bool sim_val
Definition:
ConfigStandalone.cc:36
mkfit::Config::fit_val
bool fit_val
Definition:
ConfigStandalone.cc:38
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
mkfit::Validation::make_validation
static Validation * make_validation(const std::string &, const TrackerInfo *)
Definition:
Validation.cc:5
mkfit::Config::cmssw_val
bool cmssw_val
Definition:
ConfigStandalone.cc:37
mkfit::TTreeValidation
Definition:
TTreeValidation.h:27
TTreeValidation.h
MillePedeFileConverter_cfg.fileName
fileName
Definition:
MillePedeFileConverter_cfg.py:32
mkfit::TrackerInfo
Definition:
TrackerInfo.h:179
Generated for CMSSW Reference Manual by
1.8.14