00001 include("AtlfastAlgs/Atlfast_MakeROOTFile.py") 00002 include.block("AtlfastAlgs/Atlfast_MakeROOTFile.py") 00003 00004 from AthenaCommon.Logging import logging 00005 mlog = logging.getLogger( 'Atlfast_MakeStandardNtuple' ) 00006 00007 try: 00008 00009 from AtlfastAlgs.StandardNtupleGetter import Atlfast__StandardNtupleGetter 00010 00011 except Exception: 00012 00013 mlog.error("could not import Atlfast__StandardNtupleGetter from AtlfastAlgs.StandardNtupleGetter") 00014 00015 try: 00016 00017 from AtlfastAlgs.IAddSequencer import IAddSequencer 00018 00019 except Exception: 00020 00021 mlog.error("could not import IAddSequencer from AtlfastAlgs.IAddSequencer") 00022 00023 Atlfast = IAddSequencer("Atlfast") 00024 if Atlfast.Members == []: 00025 00026 mlog.error("Atlfast isn't configured yet, do that first") 00027 00028 else: 00029 00030 Atlfast += Atlfast__StandardNtupleGetter().AlgHandle()