/search.css" rel="stylesheet" type="text/css"/> /search.js">
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

Functions
RootIOTest::CheckTimeOrder Namespace Reference

Functions

def configure
def run

Function Documentation

def RootIOTest::CheckTimeOrder::configure (   argv = [])
Check if events are in order

Definition at line 10 of file CheckTimeOrder.py.

00011                         :
00012     """ Check if events are in order"""
00013     from Gaudi.Configuration import ApplicationMgr
00014     app = ApplicationMgr()
00015      
00016     from RootIOTest.RootIOTestConf import CheckTimeOrder
00017     myAlg = CheckTimeOrder("CheckTimeOrder")
00018    
00019     app.TopAlg.append(myAlg) 
00020    
00021     return

def RootIOTest::CheckTimeOrder::run (   app)

Definition at line 22 of file CheckTimeOrder.py.

00023             :
    pass
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Fri May 16 2014 10:20:12 for RootIOTest by doxygen 1.7.4