Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb
DaVinci
Commits
2d8f83f7
Commit
2d8f83f7
authored
Dec 16, 2021
by
Davide Fazzini
Browse files
removing outdated default options definition
parent
9413bebc
Pipeline
#3361404
passed with stages
in 29 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Phys/DaVinci/options/DVconfig-Default.yaml
deleted
100644 → 0
View file @
9413bebc
###############################################################################
# (c) Copyright 2020-2021 CERN for the benefit of the LHCb Collaboration #
# #
# This software is distributed under the terms of the GNU General Public #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
# Application Configuration
EvtMax
:
text
:
'
"""
Number
of
events
to
analyse
"""'
value
:
-1
SkipEvents
:
text
:
'
"""
Number
of
events
to
skip
at
beginning
for
file
"""'
value
:
0
PrintFreq
:
text
:
'
"""
The
frequency
at
which
to
print
event
numbers
"""'
value
:
1000
DataType
:
text
:
'
"""
Data
type,
can
be
["Upgrade"]
Forwarded
to
PhysConf,
AnalysisConf,
DstConf
and
LHCbApp
"""'
value
:
'
Upgrade'
Simulation
:
text
:
'
"""
set
to
True
to
use
SimCond.
Forwarded
to
PhysConf
"""'
value
:
False
DDDBtag
:
text
:
'
"""
Data
type,
can
be
["Upgrade"]
Forwarded
to
PhysConf,
AnalysisConf,
DstConf
and
LHCbApp
"""'
value
:
'
dddb-20171126'
CondDBtag
:
text
:
'
"""
Tag
for
CondDB.
Default
as
set
in
DDDBConf
for
DataType
"""'
value
:
'
sim-20171127-vc-md100'
DQFLAGStag
:
text
:
'
"""
Tag
for
DQFLAGS.
Default
as
set
in
DDDBConf
for
DataType
"""'
value
:
'
'
OutputLevel
:
text
:
'
"""
Set
output
level
used
in
the
job
"""'
value
:
3
# Input
Input
:
text
:
'
"""
Input
data.
Can
also
be
passed
as
a
second
option
file.
"""'
value
:
[]
InputType
:
text
:
'
"""
"DST",
"DIGI",
"RDST",
"MDST",
"XDST"
or
"LDST".
Nothing
means
the
input
type
is
compatible
with
being
a
DST
"""'
value
:
'
DST'
EnableUnpack
:
text
:
'
"""
Explicitly
enable/disable
unpacking
for
input
data
(if
specified)
"""'
value
:
None
OverwriteDataOptions
:
text
:
'
"""
Allow
overwriting
default
data
options
defined
in
DaVinci
Database.
"""'
value
:
False
# Output
HistogramFile
:
text
:
'
"""
Write
name
of
output
Histogram
file
"""'
value
:
'
'
TupleFile
:
text
:
'
"""
Write
name
of
output
Tuple
file
"""'
value
:
'
'
WriteFSR
:
text
:
'
"""
Flags
whether
to
write
out
an
FSR
"""'
value
:
True
MergeGenFSR
:
text
:
'
"""
Flags
whether
to
merge
the
generator-level
FSRs
"""'
value
:
True
RootCompressionLevel
:
text
:
'
"""
ROOT
Compression
level
for
ntuples
"""'
value
:
'
LZMA:6'
# DQ
IgnoreDQFlags
:
text
:
'
"""
If
False,
process
only
events
with
good
DQ.
Default
is
False
"""'
value
:
False
# DaVinci Options
MainOptions
:
text
:
'
"""
Main
option
file
to
execute
"""'
value
:
'
'
UserAlgorithmFile
:
text
:
'
"""
User
algorithms
file
to
be
processed
without
.py
extension.
"""'
value
:
'
'
UserAlgorithm
:
text
:
'
"""
Main
user
algorithms
function
to
run.
"""'
value
:
'
myfunc'
RedoMCLinks
:
text
:
'
"""
On
some
stripped
DST
one
needs
to
redo
the
Track<->MC
link
table.
Set
to
true
if
problems
with
association.
"""'
value
:
False
Lumi
:
text
:
'
"""
Run
event
count
and
Lumi
accounting
(should
normally
be
True)
"""'
value
:
False
EventPreFilters
:
text
:
'
"""
Set
of
event
filtering
algorithms
to
be
run
before
DaVinci
initializaton
sequence.
Only
events
passing
these
filters
will
be
processed.
"""'
value
:
[]
VerboseMessages
:
text
:
'
"""
Enable
additional
verbose
printouts
"""'
value
:
False
RootInTES
:
text
:
'
"""
RootInTES
(for
uDst
input
type)
"""'
value
:
'
'
Detectors
:
text
:
'
"""
List
of
detectors
"""'
value
:
[
'
VP'
,
'
UT'
,
'
FT'
,
'
Rich1Pmt'
,
'
Rich2Pmt'
,
'
Ecal'
,
'
Hcal'
,
'
Muon'
,
'
Magnet'
,
'
Tr'
]
# Log
Log
:
text
:
'
"""
Logger
used
to
print
warning
and
error
messages
"""'
value
:
'
'
\ No newline at end of file
Phys/DaVinci/options/application-option-defaults.yaml
deleted
100644 → 0
View file @
9413bebc
###############################################################################
# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration #
# #
# This software is distributed under the terms of the GNU General Public #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
# Definitions of, and defaults for, the DaVinci application options.
annsvc_config
:
text
:
'
"""Path
to
.json
file
containing
HLT2
and
Spruce
configuration
generated
by
ANNSvc
when
the
.dst
input
file
was
created."""'
value
:
'
'
auditors
:
text
:
'
"""List
of
auditors
to
run.
Possible
common
choices
include
"NameAuditor",
"MemoryAuditor",
"ChronoAuditor".
See
Gaudi
manual
for
a
full
list.
Default
=
[]."""'
value
:
[]
buffer_events
:
text
:
'
"""Number
of
events
to
pre-fetch
if
use_iosvc=True.
Default
=
20000
is
reasonable
for
most
machines;
it
might
need
to
be
increased
for
more
modern/powerful
machines."""'
value
:
20000
callgrind_profile
:
text
:
'
"""Enable
callgrind
profiling.
Default
=
False."""'
value
:
False
conddb_tag
:
text
:
'
"""Tag
for
the
CondDB."""'
value
:
'
'
control_flow_file
:
text
:
'
"""Control
flow
file
name
(.gv
extension
since
default
output
format
for
the
DOT
language).
Default
=
'
'
for
no
file
generation."""'
value
:
'
'
data_flow_file
:
text
:
'
"""Data
flow
file
name
(.gv
extension
since
default
output
format
for
the
DOT
language).
Default
=
'
'
for
no
file
generation."""'
value
:
'
'
data_type
:
text
:
'
"""Data
type,
can
be
["Upgrade"]."""'
value
:
'
'
dddb_tag
:
text
:
'
"""
Data
type,
can
be
["Upgrade"]
Forwarded
to
PhysConf,
AnalysisConf,
DstConf
and
LHCbApp."""'
value
:
'
'
detectors
:
text
:
'
"""List
of
detectors."""'
value
:
[
'
VP'
,
'
UT'
,
'
FT'
,
'
Rich1Pmt'
,
'
Rich2Pmt'
,
'
Ecal'
,
'
Hcal'
,
'
Muon'
,
'
Magnet'
,
'
Tr'
]
dqflags_tag
:
text
:
'
"""Tag
for
DQFLAGS.
Default
as
set
in
DDDBConf
for
DataType."""'
value
:
'
'
enable_unpack
:
text
:
'
"""Explicitly
enable/disable
unpacking
for
input
data
(if
specified)"""'
value
:
True
evt_pre_filters
:
text
:
'
"""Set
of
event
filtering
algorithms
to
be
run
before
DaVinci
initializaton
sequence.
Only
events
passing
these
filters
will
be
processed.
Default
=
[]."""'
value
:
{}
evt_max
:
text
:
'
"""Number
of
events
to
analyse.
Default
=
-1
to
run
over
all
events."""'
value
:
-1
histo_file
:
text
:
'
"""Name
of
output
histogram
file.
Default
=
'
'
."""'
value
:
'
'
ignore_dq_flags
:
text
:
'
"""If
False,
process
only
events
with
good
DQ.
Default
=
False."""'
value
:
False
input_files
:
text
:
'
"""Input
data.
Default
=
[]."""'
value
:
[]
input_type
:
text
:
'
"""Type
of
input
files,
e.g.
"DST",
"DIGI",
"RDST",
"MDST",
"XDST"
or
"LDST".
Default
=
DST."""'
value
:
'
DST'
log_file
:
text
:
'
"""Logger
used
to
print
warning
and
error
messages."""'
value
:
lumi
:
text
:
'
"""Luminosity
accounting.
Default
=
False."""'
value
:
False
main_options
:
text
:
'
"""Main
option
file
to
execute."""'
value
:
'
'
merge_genfsr
:
text
:
'
"""Flags
whether
to
merge
the
generator-level
FSRs."""'
value
:
False
msg_svc_format
:
text
:
'
"""MessageSvc
output
format.Default
=
"%
F%35W%S
%7W%R%T
%0W%M"."""'
value
:
'
%
F%35W%S
%7W%R%T
%0W%M'
msg_svc_time_format
:
text
:
'
"""MessageSvc
time
format.
Default
=
"%Y-%m-%d
%H:%M:%S
UTC"."""'
value
:
'
%Y-%m-%d
%H:%M:%S
UTC'
ntuple_file
:
text
:
'
"""Name
of
output
ntuple
file.
Default
=
'
'
."""'
value
:
'
'
output_level
:
text
:
'
"""Set
the
output
level
used
in
the
job.
Default
=
INFO=3."""'
value
:
3
override_data_options
:
text
:
'
"""Allow
overriding
default
data
options
defined
in
DaVinci
database
YAML
file."""'
value
:
False
print_freq
:
text
:
'
"""Frequency
at
which
to
print
event
numbers.
Default
=
1000."""'
value
:
1000
python_logging_level
:
text
:
'
"""Python
logger
level.
Default
=
logging.WARNING=30."""'
value
:
30
root_compression_level
:
text
:
'
"""ROOT
Compression
level
for
ntuples."""'
value
:
'
LZMA:6'
skip_events
:
text
:
'
"""Number
of
events
to
skip
at
the
beginning.
Default
=
0."""'
value
:
0
simulation
:
text
:
'
"""Boolean
to
specify
simulated
samples.
Default
=
False."""'
value
:
False
unpack_stream
:
text
:
'
"""Event
stream
for
unpacking
locations.
Default
=
'/Event/Spruce'."""'
value
:
'
/Event/Spruce'
user_algorithms
:
text
:
'
"""User
algorithm
to
run.
Default
=
'
'
."""'
value
:
'
'
use_iosvc
:
text
:
'
"""Use
an
alternative,
faster,
IIOSvc
implementation
for
MDFs.
Default
=
False."""'
value
:
False
write_fsr
:
text
:
'
"""Flags
whether
to
write
out
an
FSR."""'
value
:
True
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment