From e27cdec4123d38dbd8d8ff4cf2fdc4e293d70a59 Mon Sep 17 00:00:00 2001 From: Roland Jansky <roland.jansky@cern.ch> Date: Wed, 10 Apr 2019 15:24:19 +0200 Subject: [PATCH] fixing merge errors --- xAOD/xAODTruth/xAODTruth/TruthEvent.h | 19 +----------------- xAOD/xAODTruth/xAODTruth/TruthParticle.h | 20 ------------------- .../xAODTruth/TruthParticleAuxContainer.h | 20 ------------------- xAOD/xAODTruth/xAODTruth/TruthVertex.h | 20 ------------------- .../xAODTruth/TruthVertexAuxContainer.h | 20 ------------------- 5 files changed, 1 insertion(+), 98 deletions(-) diff --git a/xAOD/xAODTruth/xAODTruth/TruthEvent.h b/xAOD/xAODTruth/xAODTruth/TruthEvent.h index b8420dd6..695f2eeb 100644 --- a/xAOD/xAODTruth/xAODTruth/TruthEvent.h +++ b/xAOD/xAODTruth/xAODTruth/TruthEvent.h @@ -11,10 +11,6 @@ #include "xAODBase/ObjectType.h" // Local include(s): -<<<<<<< HEAD -======= -#include "xAODTruth/TruthEventBase.h" ->>>>>>> fbfa9a4181233045f89cb94c800d3ea1cb76088a #include "xAODTruth/TruthParticleContainer.h" #include "xAODTruth/TruthVertexContainer.h" @@ -182,12 +178,9 @@ namespace xAOD { /// Pointer to the incoming primary particle const TruthParticle* primaryParticle() const; -<<<<<<< HEAD /// Get the link to the primary particle const TruthParticleLink_t& primaryParticleLink() const; -======= ->>>>>>> fbfa9a4181233045f89cb94c800d3ea1cb76088a /// Set incoming primary particle void setPrimaryParticleLink( const TruthParticleLink_t& pcl); @@ -195,8 +188,7 @@ namespace xAOD { /// The type of the object as a simple enumeration virtual Type::ObjectType type() const; -<<<<<<< HEAD - + /// @name Simple truth meta data properties /// @{ @@ -207,8 +199,6 @@ namespace xAOD { void setWeightNames( const std::vector< std::string >& value ); /// @} -======= ->>>>>>> fbfa9a4181233045f89cb94c800d3ea1cb76088a /// Function making sure that the object is ready for persistification void toPersistent(); @@ -217,11 +207,4 @@ namespace xAOD { } // namespace xAOD -<<<<<<< HEAD -======= -// Declare the base class of TruthEvent to StoreGate: -#include "xAODCore/BaseInfo.h" -SG_BASE( xAOD::TruthEvent, SG::AuxElement ); - ->>>>>>> fbfa9a4181233045f89cb94c800d3ea1cb76088a #endif // XAODTRUTH_TRUTHEVENT_H diff --git a/xAOD/xAODTruth/xAODTruth/TruthParticle.h b/xAOD/xAODTruth/xAODTruth/TruthParticle.h index ecf3ed4d..3a230b01 100644 --- a/xAOD/xAODTruth/xAODTruth/TruthParticle.h +++ b/xAOD/xAODTruth/xAODTruth/TruthParticle.h @@ -1,4 +1,3 @@ -<<<<<<< HEAD #ifndef XAODTRUTH_TRUTHPARTICLE_H #define XAODTRUTH_TRUTHPARTICLE_H @@ -357,24 +356,5 @@ namespace xAOD { }; // class TruthParticle } // namespace xAOD -======= -// -*- C++ -*- - -/* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration -*/ - -#ifndef XAODTRUTH_TRUTHPARTICLE_H -#define XAODTRUTH_TRUTHPARTICLE_H - -#include "xAODTruth/versions/TruthParticle_v1.h" - -namespace xAOD { - - /// Typedef to implementation - typedef TruthParticle_v1 TruthParticle; - -} ->>>>>>> fbfa9a4181233045f89cb94c800d3ea1cb76088a #endif diff --git a/xAOD/xAODTruth/xAODTruth/TruthParticleAuxContainer.h b/xAOD/xAODTruth/xAODTruth/TruthParticleAuxContainer.h index 20032bf8..ca8ec361 100644 --- a/xAOD/xAODTruth/xAODTruth/TruthParticleAuxContainer.h +++ b/xAOD/xAODTruth/xAODTruth/TruthParticleAuxContainer.h @@ -1,4 +1,3 @@ -<<<<<<< HEAD #ifndef XAODTRUTH_TRUTHPARTICLEAUXCONTAINER_H #define XAODTRUTH_TRUTHPARTICLEAUXCONTAINER_H @@ -40,25 +39,6 @@ namespace xAOD { }; // class TruthParticleAuxContainer } // namespace xAOD -======= -// Dear emacs, this is -*- c++ -*- - -/* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration -*/ - -// $Id: TruthParticleAuxContainer.h 622193 2014-10-16 16:08:34Z krasznaa $ -#ifndef XAODTRUTH_TRUTHPARTICLEAUXCONTAINER_H -#define XAODTRUTH_TRUTHPARTICLEAUXCONTAINER_H - -// Local include(s): -#include "xAODTruth/versions/TruthParticleAuxContainer_v1.h" - -namespace xAOD { - /// Declare the latest version of the truth particle auxiliary container - typedef TruthParticleAuxContainer_v1 TruthParticleAuxContainer; -} ->>>>>>> fbfa9a4181233045f89cb94c800d3ea1cb76088a // Declare a CLID for the class #include "xAODCore/CLASS_DEF.h" diff --git a/xAOD/xAODTruth/xAODTruth/TruthVertex.h b/xAOD/xAODTruth/xAODTruth/TruthVertex.h index 560715f8..6f24fbd9 100644 --- a/xAOD/xAODTruth/xAODTruth/TruthVertex.h +++ b/xAOD/xAODTruth/xAODTruth/TruthVertex.h @@ -1,4 +1,3 @@ -<<<<<<< HEAD #ifndef XAODTRUTH_TRUTHVERTEX_H #define XAODTRUTH_TRUTHVERTEX_H @@ -139,24 +138,5 @@ namespace xAOD { }; // class TruthVertex } // namespace xAOD -======= -// -*- C++ -*- - -/* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration -*/ - -#ifndef XAODTRUTH_TRUTHVERTEX_H -#define XAODTRUTH_TRUTHVERTEX_H - -#include "xAODTruth/versions/TruthVertex_v1.h" - -namespace xAOD { - - /// Typedef to implementation - typedef TruthVertex_v1 TruthVertex; - -} ->>>>>>> fbfa9a4181233045f89cb94c800d3ea1cb76088a #endif diff --git a/xAOD/xAODTruth/xAODTruth/TruthVertexAuxContainer.h b/xAOD/xAODTruth/xAODTruth/TruthVertexAuxContainer.h index 40ccb403..b6098f43 100644 --- a/xAOD/xAODTruth/xAODTruth/TruthVertexAuxContainer.h +++ b/xAOD/xAODTruth/xAODTruth/TruthVertexAuxContainer.h @@ -1,4 +1,3 @@ -<<<<<<< HEAD #ifndef XAODTRUTH_TRUTHVERTEXAUXCONTAINER_H #define XAODTRUTH_TRUTHVERTEXAUXCONTAINER_H @@ -43,25 +42,6 @@ namespace xAOD { }; // class TruthVertexAuxContainer } // namespace xAOD -======= -// Dear emacs, this is -*- c++ -*- - -/* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration -*/ - -// $Id: TruthVertexAuxContainer.h 622081 2014-10-16 00:55:18Z abuckley $ -#ifndef XAODTRUTH_TRUTHVERTEXAUXCONTAINER_H -#define XAODTRUTH_TRUTHVERTEXAUXCONTAINER_H - -// Local include(s): -#include "xAODTruth/versions/TruthVertexAuxContainer_v1.h" - -namespace xAOD { - /// Declare the latest version of the truth vertex auxiliary container - typedef TruthVertexAuxContainer_v1 TruthVertexAuxContainer; -} ->>>>>>> fbfa9a4181233045f89cb94c800d3ea1cb76088a // Declare a CLID for the class #include "xAODCore/CLASS_DEF.h" -- GitLab