Skip to content
Snippets Groups Projects
Commit c9ee63b4 authored by Marcin Nowak's avatar Marcin Nowak :radioactive: Committed by Frank Winklmeier
Browse files

Moved APRDefaults.h from POOLCore to RootUtils

Moved APRDefaults.h from POOLCore to RootUtils

Makes the defaults accessible also in AnalysisBase
parent 00f162c5
No related branches found
No related tags found
38 merge requests!78241Draft: FPGATrackSim: GenScan code refactor,!78236Draft: Switching Streams https://its.cern.ch/jira/browse/ATR-27417,!78056AFP monitoring: new synchronization and cleaning,!78041AFP monitoring: new synchronization and cleaning,!77990Updating TRT chip masks for L1TRT trigger simulation - ATR-28372,!77733Draft: add new HLT NN JVT, augmented with additional tracking information,!77731Draft: Updates to ZDC reconstruction,!77728Draft: updates to ZDC reconstruction,!77522Draft: sTGC Pad Trigger Emulator,!76725ZdcNtuple: Fix cppcheck warning.,!76611L1CaloFEXByteStream: Fix out-of-bounds array accesses.,!76475Punchthrough AF3 implementation in FastG4,!76474Punchthrough AF3 implementation in FastG4,!76343Draft: MooTrackBuilder: Recalibrate NSW hits in refine method,!75729New implementation of ZDC nonlinear FADC correction.,!75703Draft: Update to HI han config for HLT jets,!75184Draft: Update file heavyions_run.config,!74430Draft: Fixing upper bound for Delayed Jet Triggers,!73963Changing the path of the histograms to "Expert" area,!73875updating ID ART reference plots,!73874AtlasCLHEP_RandomGenerators: Fix cppcheck warnings.,!73449Add muon detectors to DarkJetPEBTLA partial event building,!73343Draft: [TrigEgamma] Add photon ringer chains on bootstrap mechanism,!72972Update L1Calo Jet Trigger Efficiency Monitoring algorithm,!72336Fixed TRT calibration crash,!72176Draft: Improving L1TopoOnline chain that now gets no-empty plots. Activating it by default,!72012Draft: Separate JiveXMLConfig.py into Config files,!71876Fix MET trigger name in MissingETMonitoring,!71820Draft: Adding new TLA End-Of-Fill (EOF) chains and removing obsolete DIPZ chains,!71279Draft: ATR-29330: Move L1_4J15 and the HLT chains seeded by it in the MC Menu,!70990Updates to pulse analysis to support new 2016 p+Pb analysis and 2023 Pb+Pb analysis,!70948[TrigEGam] Adding egamma chains to be monitored,!70777Draft: sTGC offline raw monitoring: strip efficiency re-implementation,!70654Update JetMonitoringStandard.py,!70442Draft: Harmonize output folders+collections in ID Alignment monitoring and update DQM han config,!70269Draft: Initial Preparations for mc23e mu-distribution,!70047More test chains for delayed jets,!70029Moved APRDefaults.h from POOLCore to RootUtils
Showing
with 20 additions and 21 deletions
......@@ -14,5 +14,5 @@ atlas_add_component( AthenaIPCTools
src/components/*.cxx
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${YAMPL_INCLUDE_DIRS} ${HDF5_CXX_INCLUDE_DIRS}
LINK_LIBRARIES ${YAMPL_LIBRARIES} ${HDF5_LIBRARIES} ${HDF5_CXX_LIBRARIES}
AthenaBaseComps AthenaKernel GaudiKernel POOLCore StorageSvc )
AthenaBaseComps AthenaKernel GaudiKernel RootUtils StorageSvc )
......@@ -11,7 +11,7 @@
#include "GaudiKernel/FileIncident.h"
#include "StorageSvc/DbReflex.h"
#include "POOLCore/APRDefaults.h"
#include "RootUtils/APRDefaults.h"
#include "CxxUtils/starts_with.h"
#include "H5Cpp.h"
......
// This file's extension implies that it's C, but it's really -*- C++ -*-.
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
*/
// $Id: RootUtilsDict.h,v 1.11 2008-01-15 05:02:52 ssnyder Exp $
/**
* @file RootUtils/RootUtilsDict.h
* @author scott snyder
......@@ -27,3 +25,8 @@ struct TreeTest
#include "RootUtils/InitHist.h"
#include "RootUtils/ILogger.h"
#include "RootUtils/ScatterH2.h"
// Default names of ROOT file storage elements used by APR
#include "RootUtils/APRDefaults.h"
......@@ -14,5 +14,8 @@
<class name="RootUtils::ScatterH2::Pair" />
<class name="std::vector<RootUtils::ScatterH2::Pair>" />
<class name="APRDefaults::TTreeNames" />
<class name="APRDefaults::RNTupleNames" />
<class name="RootUtilsTest::TreeTest" />
</lcgdict>
......@@ -23,7 +23,7 @@ atlas_add_library( RootCollection
PRIVATE_INCLUDE_DIRS ${CORAL_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES}
PRIVATE_LINK_LIBRARIES ${CORAL_LIBRARIES} AthenaKernel CollectionBase
FileCatalog GaudiKernel POOLCore PersistencySvc PersistentDataModel )
FileCatalog GaudiKernel POOLCore PersistencySvc PersistentDataModel RootUtils )
atlas_add_library( RootCollectionComponents
src/components/*.cpp
......
......@@ -9,7 +9,7 @@
#include "PersistentDataModel/Token.h"
#include "POOLCore/Exception.h"
#include "POOLCore/APRDefaults.h"
#include "RootUtils/APRDefaults.h"
#include "CollectionBase/ICollectionColumn.h"
#include "CollectionBase/CollectionBaseNames.h"
......
......@@ -8,7 +8,7 @@
#include "RNTCollectionSchemaEditor.h"
#include "POOLCore/Exception.h"
#include "POOLCore/APRDefaults.h"
#include "RootUtils/APRDefaults.h"
#include "CoralBase/Attribute.h"
#include "CoralBase/AttributeList.h"
......@@ -18,10 +18,8 @@
#include "TROOT.h"
#if ROOT_VERSION_CODE >= ROOT_VERSION( 6, 31, 0 )
#include "ROOT/RNTupleReader.hxx"
#else
#include "ROOT/RNTuple.hxx"
#endif
#include "ROOT/RField.hxx"
#include "ROOT/RNTuple.hxx"
pool::RootCollection::RNTCollectionSchemaEditor::
......
......@@ -8,7 +8,7 @@
#include "PersistentDataModel/Token.h"
#include "POOLCore/Exception.h"
#include "POOLCore/APRDefaults.h"
#include "RootUtils/APRDefaults.h"
#include "CollectionBase/ICollectionColumn.h"
#include "CollectionBase/CollectionBaseNames.h"
......
......@@ -16,7 +16,7 @@
#include "StorageSvc/DbOption.h"
#include "StorageSvc/DbDomain.h"
#include "POOLCore/DbPrint.h"
#include "POOLCore/APRDefaults.h"
#include "RootUtils/APRDefaults.h"
#include "RootAuxDynIO/RootAuxDynIO.h"
#include "GaudiKernel/Bootstrap.h"
......
......@@ -2,9 +2,6 @@
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
*/
// Package pool/POOLCore - some Athena default settings
#include "POOLCore/APRDefaults.h"
// Package pool/StorageSvc - interfaces
#include "StorageSvc/IStorageSvc.h"
#include "StorageSvc/IOODatabase.h"
......
......@@ -4,8 +4,6 @@
<class pattern="pool::DbHandleBase*" rootmap="false"/>
<class pattern="pool::IDb*" rootmap="false"/>
<class pattern="pool::IStorage*" rootmap="false"/>
<class name="APRDefaults::TTreeNames" />
<class name="APRDefaults::RNTupleNames" />
<!-- package: StorageSvc -->
<class name="std::pair<long long,long long>" rootmap="false"/>
......
......@@ -17,7 +17,7 @@
#include "PersistentDataModel/Token.h"
#include "PersistentDataModel/TokenAddress.h"
#include "StorageSvc/DbType.h"
#include "POOLCore/APRDefaults.h"
#include "RootUtils/APRDefaults.h"
//__________________________________________________________________________
AthenaPoolConverter::~AthenaPoolConverter() {
......
/*
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
*/
#ifndef EVENTSELECTORATHENAPOOL_H
......@@ -16,7 +16,7 @@
#include "GaudiKernel/ServiceHandle.h"
#include "GaudiKernel/ToolHandle.h"
#include "PersistentDataModel/Guid.h"
#include "POOLCore/APRDefaults.h"
#include "RootUtils/APRDefaults.h"
#include "AthenaKernel/IAthenaIPCTool.h"
#include "AthenaKernel/IAthenaSelectorTool.h"
......
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