Skip to content
Snippets Groups Projects
Commit dfdc5177 authored by scott snyder's avatar scott snyder
Browse files

xAODPFlow: Missing dictionary.

Need to generate a VectorFactory dictionary for
vector<pair<EL<CaloClusterContainer>, double>>.

See ATEAM-662.
parent d893291e
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!37539xAODCaloEvent+xAODPFlow+AthContainersRoot; Dictionary fixes
......@@ -47,6 +47,7 @@
<class name="std::pair<ElementLink<xAOD::CaloClusterContainer_v1>,double>" />
<class name="std::vector<std::pair<ElementLink<xAOD::CaloClusterContainer_v1>,double> >" />
<class name="std::vector<std::vector<std::pair<ElementLink<xAOD::CaloClusterContainer_v1>,double> > >" />
<class name="SG::AuxTypeVectorFactory<std::vector<std::pair<ElementLink<xAOD::CaloClusterContainer_v1>,double> > >" />
<class name="std::vector<xAOD::PFODetails::PFOLeptonType>" />
</lcgdict>
......@@ -47,6 +47,7 @@ namespace {
std::vector< std::pair< ElementLink< xAOD::CaloClusterContainer >, double > > FlowElemdummy2;
std::vector< std::vector< std::pair< ElementLink< xAOD::CaloClusterContainer >, double > > > FlowElemdummy3;
std::vector< xAOD::PFODetails::PFOLeptonType > FlowElemdummy4;
SG::AuxTypeVectorFactory<std::vector< std::pair< ElementLink< xAOD::CaloClusterContainer >, double> > > FlowElemdummy5;
};
......
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