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

In This Package:

Classes | Functions | Variables
Tagger::MuonTagger::SpallData Namespace Reference

Classes

class  SpallData

Functions

def configure
def run

Variables

 Detector = gbl.DayaBay.Detector
 DetectorId = gbl.DetectorId
 Site = gbl.Site
 TimeStamp = gbl.TimeStamp
 options = None

Function Documentation

def Tagger::MuonTagger::SpallData::configure (   argv = [])
Configuration with command line arguments

Definition at line 336 of file SpallData.py.

00337                       :
00338     """Configuration with command line arguments"""   
00339     global options 
00340     from optparse import OptionParser
00341     
00342     parser = OptionParser()
00343     
00344     parser.add_option('--simulation',
00345         dest='isSimulation',
00346         action='store_true', default=False,
00347         help='flag for simulation files (save extra gen/truth info)')
00348     (options, args) = parser.parse_args(args=argv)

def Tagger::MuonTagger::SpallData::run (   app)

Definition at line 349 of file SpallData.py.

00350             :
00351     app.ExtSvc += ["CoordSysSvc"]
00352     
00353     myAlg = SpallData("SpallData")
00354     myAlg.isSimulation = options.isSimulation
00355     app.addAlgorithm(myAlg)

Variable Documentation

Definition at line 21 of file SpallData.py.

Definition at line 22 of file SpallData.py.

Definition at line 23 of file SpallData.py.

Definition at line 24 of file SpallData.py.

Definition at line 334 of file SpallData.py.

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

Generated on Fri May 16 2014 09:54:18 for Tagger by doxygen 1.7.4