Skip to content
Snippets Groups Projects
Commit 8df5cbaa authored by scott snyder's avatar scott snyder
Browse files

TrkTruthDataTrkPrepRawData: CLIDSvc -> AthenaKernel

Update references to headers moved from obsolete package CLIDSvc to AthenaKernel.
Also remove unneeded dependency on SGTools.
parent 731c7d6d
No related branches found
No related tags found
No related merge requests found
...@@ -7,10 +7,9 @@ atlas_subdir( TrkTruthData ) ...@@ -7,10 +7,9 @@ atlas_subdir( TrkTruthData )
# Declare the package's dependencies: # Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
Control/CLIDSvc Control/AthenaKernel
Control/AthLinks Control/AthLinks
Control/AthContainers Control/AthContainers
Control/SGTools
DetectorDescription/GeoPrimitives DetectorDescription/GeoPrimitives
DetectorDescription/Identifier DetectorDescription/Identifier
Generators/GeneratorObjects Generators/GeneratorObjects
...@@ -24,7 +23,7 @@ find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread ) ...@@ -24,7 +23,7 @@ find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
atlas_add_library( TrkTruthData atlas_add_library( TrkTruthData
PUBLIC_HEADERS TrkTruthData PUBLIC_HEADERS TrkTruthData
INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS} INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS}
LINK_LIBRARIES ${EIGEN_LIBRARIES} AthLinks AthContainers SGTools GeoPrimitives Identifier GeneratorObjects TrkTrack ) LINK_LIBRARIES ${EIGEN_LIBRARIES} AthLinks AthContainers AthenaKernel GeoPrimitives Identifier GeneratorObjects TrkTrack )
atlas_add_dictionary( TrkTruthDataDict atlas_add_dictionary( TrkTruthDataDict
src/TrkTruthDataDict.h src/TrkTruthDataDict.h
......
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/ */
// Dear emacs, this is -*-c++-*- // Dear emacs, this is -*-c++-*-
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include "TrkTruthData/DetailedTrackTruth.h" #include "TrkTruthData/DetailedTrackTruth.h"
#include "GeoPrimitives/GeoPrimitives.h" #include "GeoPrimitives/GeoPrimitives.h"
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
class TrackTruthCollectionAccessor; class TrackTruthCollectionAccessor;
......
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/ */
// Dear emacs, this is -*-c++-*- // Dear emacs, this is -*-c++-*-
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include "TrkTruthData/SubDetHitStatistics.h" #include "TrkTruthData/SubDetHitStatistics.h"
#include "TrkTruthData/TruthTrajectory.h" #include "TrkTruthData/TruthTrajectory.h"
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
class TrackTruthCollectionAccessor; class TrackTruthCollectionAccessor;
......
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/ */
// Dear emacs, this is -*-c++-*- // Dear emacs, this is -*-c++-*-
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include "TrkTruthData/DetailedTrackTruth.h" #include "TrkTruthData/DetailedTrackTruth.h"
#include "TrkTrack/TrackCollection.h" #include "TrkTrack/TrackCollection.h"
#include "AthLinks/DataLink.h" #include "AthLinks/DataLink.h"
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#include <map> #include <map>
......
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/ */
// Dear emacs, this is -*-c++-*- // Dear emacs, this is -*-c++-*-
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include "Identifier/Identifier.h" #include "Identifier/Identifier.h"
#include "GeneratorObjects/HepMcParticleLink.h" #include "GeneratorObjects/HepMcParticleLink.h"
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
/** /**
* A PRD is mapped onto all contributing particles. * A PRD is mapped onto all contributing particles.
......
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/ */
// Dear emacs, this is -*-c++-*- // Dear emacs, this is -*-c++-*-
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#ifndef SUBDETHITSTATISTICS_H #ifndef SUBDETHITSTATISTICS_H
#define SUBDETHITSTATISTICS_H #define SUBDETHITSTATISTICS_H
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
class TrackTruthCollectionAccessor; class TrackTruthCollectionAccessor;
......
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/ */
// Dear emacs, this is -*-c++-*- // Dear emacs, this is -*-c++-*-
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include "TrkTruthData/TrackTruth.h" #include "TrkTruthData/TrackTruth.h"
#include "TrkTrack/TrackCollection.h" #include "TrkTrack/TrackCollection.h"
#include "AthLinks/DataLink.h" #include "AthLinks/DataLink.h"
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#include <map> #include <map>
......
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/ */
// Dear emacs, this is -*-c++-*- // Dear emacs, this is -*-c++-*-
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include <vector> #include <vector>
#include "GeneratorObjects/HepMcParticleLink.h" #include "GeneratorObjects/HepMcParticleLink.h"
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
/** /**
* @class TruthTrajectory * @class TruthTrajectory
......
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