Skip to content
Snippets Groups Projects
Commit e198b014 authored by Atlas-Software Librarian's avatar Atlas-Software Librarian Committed by Graeme Stewart
Browse files

'CMakeLists.txt' (xAODTrigMissingET-00-00-15)

	* Move from SGTools to xAODCore for CLASS DEF include file.
parent 11f6d23f
No related merge requests found
################################################################################
# Package: xAODTrigMissingET
################################################################################
# Declare the package name:
atlas_subdir( xAODTrigMissingET )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/AthContainers
Event/xAOD/xAODCore
PRIVATE
Control/AthLinks )
# External dependencies:
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
# Component(s) in the package:
atlas_add_library( xAODTrigMissingET
Root/*.cxx
PUBLIC_HEADERS xAODTrigMissingET
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES AthContainers xAODCore
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} AthLinks )
atlas_add_dictionary( xAODTrigMissingETDict
xAODTrigMissingET/xAODTrigMissingETDict.h
xAODTrigMissingET/selection.xml
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AthContainers xAODCore AthLinks xAODTrigMissingET
EXTRA_FILES Root/dict/*.cxx )
......@@ -6,7 +6,6 @@ public
use AtlasPolicy AtlasPolicy-*
use AthContainers AthContainers-* Control
use SGTools SGTools-* Control
use xAODCore xAODCore-* Event/xAOD
library xAODTrigMissingET ../Root/*.cxx
......
......@@ -13,7 +13,7 @@ namespace xAOD {
}
#include "SGTools/CLASS_DEF.h"
#include "xAODCore/CLASS_DEF.h"
CLASS_DEF( xAOD::TrigMissingET, 76717345, 1 )
#endif
......@@ -12,7 +12,7 @@ namespace xAOD {
typedef TrigMissingETAuxContainer_v1 TrigMissingETAuxContainer;
}
#include "SGTools/CLASS_DEF.h"
#include "xAODCore/CLASS_DEF.h"
CLASS_DEF( xAOD::TrigMissingETAuxContainer, 1292357238, 1 )
#endif
......@@ -13,7 +13,7 @@ namespace xAOD {
typedef TrigMissingETContainer_v1 TrigMissingETContainer;
}
#include "SGTools/CLASS_DEF.h"
#include "xAODCore/CLASS_DEF.h"
CLASS_DEF (xAOD::TrigMissingETContainer, 1134334, 1)
#endif
......@@ -4,7 +4,7 @@
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
// $Id: TrigMissingETAuxContainer_v1.h 631405 2014-11-26 21:52:57Z gwatts $
// $Id: TrigMissingETAuxContainer_v1.h 631541 2014-11-27 14:52:35Z gwatts $
#ifndef xAODTrigMissingET_TrigMissingETAUXCONTAINTER_V1_H
#define xAODTrigMissingET_TrigMissingETAUXCONTAINTER_V1_H
......@@ -26,8 +26,8 @@ namespace xAOD {
///
/// @author Gordon Watts <gwatts@uw.edu>
///
/// $Revision: 631405 $
/// $Date: 2014-11-26 22:52:57 +0100 (Wed, 26 Nov 2014) $
/// $Revision: 631541 $
/// $Date: 2014-11-27 15:52:35 +0100 (Thu, 27 Nov 2014) $
///
class TrigMissingETAuxContainer_v1 : public AuxContainerBase {
......@@ -69,7 +69,7 @@ namespace xAOD {
}
#include "SGTools/BaseInfo.h"
#include "xAODCore/BaseInfo.h"
SG_BASE( xAOD::TrigMissingETAuxContainer_v1, xAOD::AuxContainerBase );
#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