Skip to content
Snippets Groups Projects
Commit 696138ff authored by Patrick Koppenburg's avatar Patrick Koppenburg :leaves:
Browse files

Merge branch 'dfazzini_test_passthrough' into 'master'

Adding new test for passthrough

See merge request !699
parents 30b030af 45ec273e
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!699Adding new test for passthrough
Pipeline #4037164 passed
###############################################################################
# (c) Copyright 2022 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. #
###############################################################################
"""
Test for checking the correct processing of Hlt2 .dst file where packed reco objects are persisted by means of a pass through line.
"""
from FunTuple import FunTuple_Particles as Funtuple
from FunTuple.functorcollections import Kinematics
from PyConf.components import force_location
from DaVinci.algorithms import add_filter
bs2jpsiphi_line = "Hlt2BsToJpsiPhi_JPsi2MuMu_PhiToKK_Line"
bs2jpsiphi_data = force_location(f"/Event/HLT2/{bs2jpsiphi_line}/Particles")
fields = {
'Bs': "[B_s0 -> (J/psi(1S) -> mu+ mu-) (phi(1020) -> K+ K-)]CC",
'Jpsi': "[B_s0 -> ^(J/psi(1S) -> mu+ mu-) (phi(1020) -> K+ K-)]CC",
'Phi': "[B_s0 -> (J/psi(1S) -> mu+ mu-) ^(phi(1020) -> K+ K-)]CC"
}
#FunTuple: make functor collection from the imported functor library Kinematic
variables_all = Kinematics()
#FunTuple: associate functor collections to branch name
variables = {
'ALL': variables_all, #adds variables to all branches
}
def main():
filter_bs = add_filter("HDRFilter_Bs2JpsiPhi",
f"HLT_PASS('{bs2jpsiphi_line}Decision')")
tuple_bs = Funtuple(
name="Bs2JpsiPhi_Tuple",
tuple_name="DecayTree",
fields=fields,
variables=variables,
inputs=bs2jpsiphi_data)
algs = {
"Bs2JpsiPhi": [filter_bs, tuple_bs],
}
return algs, []
###############################################################################
# (c) Copyright 2022 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. #
###############################################################################
annsvc_config: 'root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.tck.json'
histo_file: 'passthrough_histos.root'
ntuple_file: 'passthrough_tuple.root'
process: 'Turbo'
\ No newline at end of file
<?xml version="1.0" ?>
<!--
###############################################################################
# (c) Copyright 2022 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. #
###############################################################################
-->
<!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'>
<!--
#######################################################
# SUMMARY OF THIS TEST
# ...................
# Author: dfazzini
# Purpose: Test for checking the correct processing of Hlt2 .dst file where packed reco objects are persisted by means of a pass through line.
# Prerequisites: None
# inputfiledb test_passthrough_thor_lines $DAVINCIROOT/options/DaVinciDB-Example.yaml
# joboptfile ../../python/DaVinciExamples/tupling/option_davinci_tupling_from_passtrough.yaml
# user_algorithms ../../python/DaVinciExamples/tupling/option_davinci_tupling_from_passthrough:main
#######################################################
-->
<extension class="GaudiTest.GaudiExeTest" kind="test">
<argument name="program"><text>davinci</text></argument>
<argument name="timeout"><integer>1000</integer></argument>
<argument name="args"><set>
<text>run-mc</text>
<text>-i</text>
<text>test_passthrough_thor_lines</text>
<text>$DAVINCIROOT/options/DaVinciDB-Example.yaml</text>
<text>-j</text>
<text>../../python/DaVinciExamples/tupling/option_davinci_tupling_from_passthrough.yaml</text>
<text>--user_algorithms</text>
<text>../../python/DaVinciExamples/tupling/option_davinci_tupling_from_passthrough:main</text>
</set></argument>
<argument name="reference"><text>../refs/test_davinci_tupling_from_passthrough.ref</text></argument>
<argument name="error_reference"><text>../refs/empty.ref</text></argument>
<argument name="validator"><text>
from DaVinciTests.QMTest.DaVinciExclusions import preprocessor
validateWithReference(preproc = preprocessor)
countErrorLines({"FATAL":0, "ERROR":0})
</text></argument>
</extension>
INFO No MainOptions specified. DaVinci will import no options file!
INFO User algorithm option_davinci_tupling_from_passthrough.main imported successfully!
ApplicationMgr SUCCESS
====================================================================================================================================
====================================================================================================================================
ApplicationMgr INFO Application Manager Configured successfully
DetectorPersistencySvc INFO Added successfully Conversion service:XmlCnvSvc
DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml
NTupleSvc INFO Added stream file:passthrough_tuple.root as FILE1
RootHistSvc INFO Writing ROOT histograms to: passthrough_histos.root
HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc
FSROutputStreamDstWriter INFO Data source: EventDataSvc output: SVC='Gaudi::RootCnvSvc'
EventClockSvc.FakeEventTime INFO Event times generated from 0 with steps of 0
ApplicationMgr INFO Application Manager Initialized successfully
DeFTDetector INFO Current FT geometry version = 64
ApplicationMgr INFO Application Manager Started successfully
EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc
EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1
RFileCnv INFO opening Root file "passthrough_tuple.root" for writing
RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory passthrough_tuple.root:/Bs2JpsiPhi_Tuple
EventSelector SUCCESS Reading Event record 1001. Record number within stream 1: 1001
ApplicationMgr INFO Application Manager Stopped successfully
FSROutputStreamDstWriter INFO Set up File Summary Record
FSROutputStreamDstWriter INFO Events output: 1
Bs2JpsiPhi_Tuple SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections
Bs2JpsiPhi_Tuple SUCCESS List of booked N-Tuples in directory "FILE1/Bs2JpsiPhi_Tuple"
Bs2JpsiPhi_Tuple SUCCESS ID=DecayTree Title="DecayTree" #items=21 {Bs_M,Bs_P,Bs_PT,Bs_PX,Bs_PY,Bs_PZ,Bs_ENERGY,Jpsi_M,Jpsi_P,Jpsi_PT,Jpsi_PX,Jpsi_PY}
LAZY_AND: DaVinci #=1978 Sum=298 Eff=|( 15.06572 +- 0.804310)%|
NONLAZY_OR: FileSummaryRecords #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
LAZY_AND: GenFSR #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
RecordStream/FSROutputStreamDstWriter #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
NONLAZY_OR: UserAnalysis #=1978 Sum=298 Eff=|( 15.06572 +- 0.804310)%|
LAZY_AND: Bs2JpsiPhi #=1978 Sum=298 Eff=|( 15.06572 +- 0.804310)%|
LHCb__UnpackRawEvent/LHCb__UnpackRawEvent #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
HltPackedBufferDecoder/HltPackedBufferDecoder #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
UnpackMCParticle/UnpackMCParticle #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
UnpackMCVertex/UnpackMCVertex #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
RecVertexUnpacker/RecVertexUnpacker #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
RecVertexUnpacker/RecVertexUnpacker#1 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
RecVertexUnpacker/RecVertexUnpacker#2 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
RecVertexUnpacker/RecVertexUnpacker#3 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
RecVertexUnpacker/RecVertexUnpacker#4 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
RecVertexUnpacker/RecVertexUnpacker#5 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
RecVertexUnpacker/RecVertexUnpacker#6 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
RecVertexUnpacker/RecVertexUnpacker#7 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
RecVertexUnpacker/RecVertexUnpacker#8 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
RecVertexUnpacker/RecVertexUnpacker#9 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
RecVertexUnpacker/RecVertexUnpacker#10 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#1 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#2 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#3 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#4 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#5 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#6 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#7 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#8 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#9 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#10 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#11 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#12 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#13 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#14 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#15 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#16 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#17 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#18 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#19 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#20 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#21 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#22 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#23 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#24 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#25 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#26 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
VertexUnpacker/VertexUnpacker#27 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
TrackUnpacker/TrackUnpacker #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
TrackUnpacker/TrackUnpacker#1 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
TrackUnpacker/TrackUnpacker#2 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
TrackUnpacker/TrackUnpacker#3 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
TrackUnpacker/TrackUnpacker#4 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
TrackUnpacker/TrackUnpacker#5 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
TrackUnpacker/TrackUnpacker#6 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
TrackUnpacker/TrackUnpacker#7 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
TrackUnpacker/TrackUnpacker#8 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
RichPIDUnpacker/RichPIDUnpacker #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
RichPIDUnpacker/RichPIDUnpacker#1 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
RichPIDUnpacker/RichPIDUnpacker#2 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
RichPIDUnpacker/RichPIDUnpacker#3 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
MuonPIDUnpacker/MuonPIDUnpacker #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
MuonPIDUnpacker/MuonPIDUnpacker#1 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
MuonPIDUnpacker/MuonPIDUnpacker#2 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
CaloHypoUnpacker/CaloHypoUnpacker #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
CaloHypoUnpacker/CaloHypoUnpacker#1 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
CaloHypoUnpacker/CaloHypoUnpacker#2 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
CaloHypoUnpacker/CaloHypoUnpacker#3 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ProtoParticleUnpacker/ProtoParticleUnpacker #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ProtoParticleUnpacker/ProtoParticleUnpacker#1 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#1 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#2 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#3 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#4 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#5 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#6 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#7 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#8 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#9 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#10 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#11 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#12 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#13 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#14 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#15 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#16 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#17 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#18 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#19 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#20 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#21 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#22 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#23 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#24 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#25 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#26 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
ParticleUnpacker/ParticleUnpacker#27 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
P2VRelationUnpacker/P2VRelationUnpacker #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
P2VRelationUnpacker/P2VRelationUnpacker#1 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
P2VRelationUnpacker/P2VRelationUnpacker#2 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
P2VRelationUnpacker/P2VRelationUnpacker#3 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
P2VRelationUnpacker/P2VRelationUnpacker#4 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
P2VRelationUnpacker/P2VRelationUnpacker#5 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
P2VRelationUnpacker/P2VRelationUnpacker#6 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
P2VRelationUnpacker/P2VRelationUnpacker#7 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
P2VRelationUnpacker/P2VRelationUnpacker#8 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
P2VRelationUnpacker/P2VRelationUnpacker#9 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
P2VRelationUnpacker/P2VRelationUnpacker#10 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
P2VRelationUnpacker/P2VRelationUnpacker#11 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
P2VRelationUnpacker/P2VRelationUnpacker#12 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
P2VRelationUnpacker/P2VRelationUnpacker#13 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
P2VRelationUnpacker/P2VRelationUnpacker#14 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
P2VRelationUnpacker/P2VRelationUnpacker#15 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
P2VRelationUnpacker/P2VRelationUnpacker#16 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
PP2MCPRelationUnpacker/PP2MCPRelationUnpacker #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
PP2MCPRelationUnpacker/PP2MCPRelationUnpacker#1 #=1978 Sum=1978 Eff=|( 100.0000 +- 0.00000 )%|
LoKi__HDRFilter/HDRFilter_Bs2JpsiPhi #=1978 Sum=298 Eff=|( 15.06572 +- 0.804310)%|
FunTupleBase_Particles/Bs2JpsiPhi_Tuple #=298 Sum=298 Eff=|( 100.0000 +- 0.00000 )%|
ToolSvc INFO Removing all tools created by ToolSvc
RFileCnv INFO dumping contents of /NTUPLES/FILE1
TFile: name=passthrough_tuple.root, title=Gaudi Trees, option=CREATE
NTupleSvc INFO NTuples saved successfully
ApplicationMgr INFO Application Manager Finalized successfully
ApplicationMgr INFO Application Manager Terminated successfully
Bs2JpsiPhi_Tuple INFO Number of counters : 7
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "# events with multiple candidates for field Bs"| 183 |
| "# events with multiple candidates for field Jpsi"| 183 |
| "# events with multiple candidates for field Phi"| 183 |
| "# non-empty events for field Bs" | 298 |
| "# non-empty events for field Jpsi" | 298 |
| "# non-empty events for field Phi" | 298 |
| "# processed events" | 298 |
HDRFilter_Bs2JpsiPhi INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
|*"#passed" | 1978 | 298 |( 15.06572 +- 0.8043098)% |
ToolSvc.HltFactory INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "# loaded from PYTHON" | 1 |
......@@ -113,3 +113,17 @@ test_spruce_MCtools:
Author: 'Nicole Skidmore'
Data: '2022-02'
Comment: "DST file to test MC tools on Sprucing output"
test_passthrough_thor_lines:
filenames:
- 'root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst'
qualifiers:
data_type: Upgrade
input_type: DST
simulation: true
conddb_tag: sim-20180530-vc-md100
dddb_tag: dddb-20180815
metadata:
Author: 'Davide Fazzini'
Data: '2022-05'
Comment: "DST file to test passthrough sample with hlt2 generic thor lines."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment