/search.css" rel="stylesheet" type="text/css"/> /search.js">
Namespaces | |
namespace | FineGainTools |
namespace | HighGainTools |
namespace | MakeFineGain1 |
namespace | MakeHighGain |
namespace | MakeHighGain1 |
namespace | MakePmtTable |
namespace | MakePmtTable1 |
namespace | MuonTiming |
namespace | Reprocess |
namespace | Tools |
Classes | |
class | Configure |
Functions | |
def | configure |
Variables | |
list | __all__ = ['Configure', 'CalibParamConf'] |
nuwa.py -n <event_number> CalibParam <data file>=""> nuwa.py -n 1000 -A none --history off CalibParam /dyb/daqdata/....root |
def CalibParam::configure | ( | argv = [] | ) |
Definition at line 45 of file __init__.py.
00046 : 00047 Configure() 00048 # Process module options 00049 import sys, getopt 00050 opts,args = getopt.getopt(argv, "i:o:") 00051 for opt,arg in opts: 00052 if opt == "-i": 00053 from StatisticsSvc.StatisticsSvcConf import StatisticsSvc 00054 statssvc = StatisticsSvc() 00055 statssvc.Input ={"file0":arg} 00056 if opt == "-o": 00057 from StatisticsSvc.StatisticsSvcConf import StatisticsSvc 00058 statssvc = StatisticsSvc() 00059 statssvc.Output ={"file0":arg}
list CalibParam::__all__ = ['Configure', 'CalibParamConf'] |
nuwa.py -n <event_number> CalibParam <data file>=""> nuwa.py -n 1000 -A none --history off CalibParam /dyb/daqdata/....root
Definition at line 10 of file __init__.py.