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

In This Package:

ADLEDTag.py
Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 '''
00003 ADLED Tag
00004 Usage:
00005     nuwa.py --no-history -A "0.1*s" -n -1 -m"Quickstart.EH1Tables" -m"Quickstart.Calibrate" -m"Quickstart.CalculateCalibStats" -m"Quickstart.Reconstruct" -m"CalibrationTagging.ADLEDTag" -o output.root input.root
00006 Help:
00007     nuwa.py -m"CalibrationTagging.ADLEDTag -h"
00008            
00009 Created By: tsang@caltech.edu, 08/26/2011
00010 Based on MuonTagging/MuonTag.py, by Jiajie Ling
00011 '''
00012 
00013 def configure( argv=[] ):
00014     'ADLED Tagger'
00015     from Gaudi.Configuration import ApplicationMgr
00016     app = ApplicationMgr()
00017 
00018     from CalibrationTagging.CalibrationTaggingConf import ADLEDTag
00019     adledTagAlg = ADLEDTag()
00020     
00021     app.TopAlg.append(adledTagAlg)
00022     
00023     pass
00024     
00025     return
00026 
00027 def run(app):
00028     'ADLED Tagger'
00029     pass
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Fri May 16 2014 10:10:08 for CalibrationTagging by doxygen 1.7.4