Skip to content
Snippets Groups Projects
Commit e9ab305c authored by Matthew Thomas Anthony's avatar Matthew Thomas Anthony :speech_balloon:
Browse files

undo fix to xAODPFlowDict since it is not needed now

parent a4ec7ffe
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<class name="std::vector<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="std::vector<std::vector<std::pair<ElementLink<xAOD::CaloClusterContainer_v1>,double> > >" />
<class name="std::vector<xAOD::PFODetails::PFOLeptonType>" /> <class name="std::vector<xAOD::PFODetails::PFOLeptonType>" />
<class name="std::vector<std::vector<ElementLink<xAOD::FlowElementContainer_v1> > > " /> <!-- <class name="std::vector<std::vector<ElementLink<xAOD::FlowElementContainer_v1> > > " /> -->
</lcgdict> </lcgdict>
...@@ -47,7 +47,6 @@ namespace { ...@@ -47,7 +47,6 @@ namespace {
std::vector< std::pair< ElementLink< xAOD::CaloClusterContainer >, double > > FlowElemdummy2; std::vector< std::pair< ElementLink< xAOD::CaloClusterContainer >, double > > FlowElemdummy2;
std::vector< std::vector< std::pair< ElementLink< xAOD::CaloClusterContainer >, double > > > FlowElemdummy3; std::vector< std::vector< std::pair< ElementLink< xAOD::CaloClusterContainer >, double > > > FlowElemdummy3;
std::vector< xAOD::PFODetails::PFOLeptonType > FlowElemdummy4; std::vector< xAOD::PFODetails::PFOLeptonType > FlowElemdummy4;
std::vector< std::vector<ElementLink<xAOD::FlowElementContainer_v1> > > FlowElemdummy5; // fixes issues in eflowRec
}; };
......
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