Skip to content
Snippets Groups Projects
Commit 880220af authored by Nils Erik Krumnack's avatar Nils Erik Krumnack
Browse files

switch to using CLASS_DEF.h from xAODCore

So far there have been two definitions of CLASS_DEF.h in AnalysisBase.
To consolidate that, all users are switched over to xAODCore.
parent d8087b05
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,!37498remove duplicate definition of CLASS_DEF() in AnalysisBase
......@@ -9,7 +9,7 @@
#include <vector>
#include "fastjet/ClusterSequence.hh"
#include "AsgTools/CLASS_DEF.h"
#include "xAODCore/CLASS_DEF.h"
// David Adams
// January 2014
......
......@@ -14,7 +14,7 @@
#include <vector>
#include <string>
#include "AsgTools/CLASS_DEF.h"
#include "xAODCore/CLASS_DEF.h"
#include "xAODJet/JetTypes.h"
namespace jet {
......
......@@ -9,7 +9,7 @@
#include <map>
#include "fastjet/PseudoJet.hh"
#include "AsgTools/CLASS_DEF.h"
#include "xAODCore/CLASS_DEF.h"
#include "xAODJet/Jet.h"
// David Adams
......
......@@ -9,7 +9,7 @@
#include <vector>
#include "fastjet/PseudoJet.hh"
#include "AsgTools/CLASS_DEF.h"
#include "xAODCore/CLASS_DEF.h"
// David Adams
// January 2014
......
......@@ -12,7 +12,7 @@
#include "xAODTracking/Vertex.h"
#include "xAODTracking/TrackParticle.h"
#include "xAODTracking/TrackParticleContainer.h"
#include "AsgTools/CLASS_DEF.h"
#include "xAODCore/CLASS_DEF.h"
namespace jet {
......
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