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

In This Package:

MakeFigs.py

Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 #
00003 # Generate basic AD figures from raw data
00004 #
00005 #  Usage:
00006 #   nuwa.py -A None -n -1 -m"AdBasicFig.MakeFigs" daq...data
00007 #
00008 #
00009 
00010 def configure( argv=[] ):
00011     """ Make AD figures from raw data """
00012 
00013     # Add AD Figure Algorithm
00014     from Gaudi.Configuration import ApplicationMgr
00015     app = ApplicationMgr()
00016     app.TopAlg.append("AdReadoutFigs")
00017 
00018     return
00019 
00020 def run(app):
00021     """ Make AD figures from raw data """
00022     pass
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:25:15 2011 for AdBasicFigs by doxygen 1.4.7