Forked from
atlas / athena
82854 commits behind the upstream repository.
-
RingerSelectorToolsEnumDict is loaded during configuration, and cannot depend on Athena libraries or we may see failures with loading converters. It depends on PATCore, which used to have minimal dependencies, but now depends on AthenaBaseComps. The pieces we need from PATCore were split into a separate library, so depend on that instead. Also clean up the cmake file.
RingerSelectorToolsEnumDict is loaded during configuration, and cannot depend on Athena libraries or we may see failures with loading converters. It depends on PATCore, which used to have minimal dependencies, but now depends on AthenaBaseComps. The pieces we need from PATCore were split into a separate library, so depend on that instead. Also clean up the cmake file.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
/******************************************************************************
Name: AcceptData
Author: Karsten Koeneke (CERN)
Created: April 2011
Description: Object to encode the result of several cuts
******************************************************************************/
// This class' header
#include "PATCore/AcceptData.h"