ATLAS Offline Software
Database/AthenaRoot/AthenaRootComps/python/Configurables.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
2 
3 # @file: Configurables.py
4 # @purpose: customized Configurable classes for AthenaRootComps
5 # @author: Sebastien Binet <binet@cern.ch>
6 
7 
8 from AthenaRootComps.OutputStreamAthenaRoot import createNtupleOutputStream # noqa: F401
9 
10