Skip to content
Snippets Groups Projects

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

2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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;
Loading