The Gaudi Framework  master (181af51f)
Loading...
Searching...
No Matches
PartPropAlg.py
Go to the documentation of this file.
1#!/usr/bin/env gaudirun.py
2
18"""The configuration file to run QMTest for the package GaudiPartProp"""
19
20# =============================================================================
21__author__ = "Vanya BELYAEV Ivan.Belyaev@nikhef.nl"
22# =============================================================================
23
24from Configurables import ApplicationMgr
25from Configurables import Gaudi__TestSuite__PartPropAlg as PPA
26
27ApplicationMgr(TopAlg=[PPA()], EvtSel="NONE", EvtMax=1)
The Application Manager class.