Skip to content
Snippets Groups Projects
Commit 1d10b39d authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'iregsel' into 'master'

IRegionSelector: Delete LUTCondData classes

See merge request atlas/athena!35216
parents e46f0c33 d09c46a4
No related branches found
No related tags found
No related merge requests found
# $Id: CMakeLists.txt 749910 2016-05-26 15:00:09Z krasznaa $ # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
################################################################################
# Package: IRegionSelector
################################################################################
# Declare the package name: # Declare the package name:
atlas_subdir( IRegionSelector ) atlas_subdir( IRegionSelector )
# Declare the package's dependencies. But only for an Athena build:
if( NOT XAOD_STANDALONE )
atlas_depends_on_subdirs( PUBLIC
Control/AthenaKernel
DetectorDescription/Identifier
GaudiKernel )
endif()
# Component(s) in the package: # Component(s) in the package:
if( XAOD_STANDALONE ) if( XAOD_STANDALONE )
atlas_add_library( IRegionSelector atlas_add_library( IRegionSelector
......
/* emacs: this is -*- c++ -*- */
/**
** @file RegSelCaloLUTCondData.h
**
** @author sutt
** @date Tue 4 Feb 2020 15:25:00 CET
**
** $Id: RegSelCaloLUTCondData.h, v0.0 Sat 21 March 2020 15:25:00 CET sutt $
**
** Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
**/
#ifndef REGSELCALOLUTCONDDATA_H
#define REGSELCALOLUTCONDDATA_H
#include "AthenaKernel/CondCont.h"
#include "AthenaKernel/CLASS_DEF.h"
#include "IRegionSelector/RegSelCondData.h"
#include "RegionSelector/RegSelectorHashMap.h"
typedef RegSelCondData<RegSelectorHashMap> RegSelCaloLUTCondData;
CLASS_DEF ( RegSelCaloLUTCondData, 232357481, 0 )
CONDCONT_DEF ( RegSelCaloLUTCondData, 198043569 );
#endif // REGSELCALOLUTCONDDATA_H
/* emacs: this is -*- c++ -*- */
/**
** @file RegSelLUTCondData.h
**
** @author sutt
** @date Tue 4 Feb 2020 15:25:00 CET
**
** $Id: RegSelLUTCondData.h, v0.0 Tue 4 Feb 2020 15:25:00 CET sutt $
**
** Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
**/
#ifndef REGSELLUTCONDDATA_H
#define REGSELLUTCONDDATA_H
#include "AthenaKernel/CondCont.h"
#include "AthenaKernel/CLASS_DEF.h"
#include "RegSelLUT/RegSelSiLUT.h"
#include "IRegionSelector/RegSelCondData.h"
typedef RegSelCondData<RegSelSiLUT> RegSelLUTCondData;
CLASS_DEF ( RegSelLUTCondData, 244180796, 0 )
CONDCONT_DEF ( RegSelLUTCondData, 30547718 );
#endif // REGSELLUTCONDDATA_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