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

Place DATAVECTOR_BASE at end of Jet_v1.h, similar to rel 21.2

parent 8d96c7a9
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,6 @@
// Local include(s):
#include "xAODJet/versions/Jet_v1.h"
// Declare IParticle as a base class of Jet_v1:
DATAVECTOR_BASE( xAOD::Jet_v1, xAOD::IParticle );
namespace xAOD {
/// The container is a simple typedef for now
typedef DataVector< xAOD::Jet_v1 > JetContainer_v1;
......
......@@ -360,6 +360,9 @@ namespace xAOD {
} // namespace xAOD
// Declare IParticle as a base class of Jet_v1:
DATAVECTOR_BASE( xAOD::Jet_v1, xAOD::IParticle );
#include "xAODJet/versions/Jet_v1.icc"
#endif // XAODJET_VERSIONS_JET_V1_H
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