Skip to content
Snippets Groups Projects
Commit 1e7f7c78 authored by Christos Anastopoulos's avatar Christos Anastopoulos
Browse files

FlowElement inherits from IParticle, let the relevant data vector know about it

parent 8d96c7a9
No related branches found
No related tags found
No related merge requests found
......@@ -149,5 +149,9 @@ namespace xAOD {
};
}
// Declare IParticle as a base class of FlowElement_v1:
#include "AthContainers/DataVector.h"
DATAVECTOR_BASE( xAOD::FlowElement_v1, xAOD::IParticle );
#endif
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