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

In This Package:

MakeReconFigs.py

Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 #
00003 # Generate basic AD figures from reconstructed data
00004 #
00005 #  Usage:
00006 #   nuwa.py -A None -n -1 -m"CalibAlg" -m"Reconstruct" -m"AdBasicFigs.MakeReconFigs" daq...data
00007 #
00008 #
00009 
00010 def configure( argv=[] ):
00011     """ Make AD figures from reconstructed data """
00012 
00013     # Add AD Figure Algorithm
00014     from AdBasicFigs.AdBasicFigsConf import AdReconFigs
00015     adReconFigs = AdReconFigs()
00016     adReconFigs.ReconLocation = "/Event/Rec/AdSimple"
00017     
00018     from Gaudi.Configuration import ApplicationMgr
00019     app = ApplicationMgr()
00020     app.TopAlg.append( adReconFigs )
00021 
00022     return
00023 
00024 def run(app):
00025     """ Make AD figures from reconstructed data """
00026     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