Classes | |
class | EnergyStatsAlg |
Functions | |
def | configure |
def | run |
Variables | |
int | TH1F = 1 |
int | TH2F = 2 |
Detector = gbl.DayaBay.Detector | |
AdPmtSensor = gbl.DayaBay.AdPmtSensor | |
ServiceMode = gbl.ServiceMode | |
ReconStatus = gbl.ReconStatus |
def Ge68EnergyStats::configure | ( | ) |
Definition at line 97 of file Ge68EnergyStats.py.
00097 : 00098 from StatisticsSvc.StatisticsSvcConf import StatisticsSvc 00099 statsSvc = StatisticsSvc() 00100 statsSvc.Output ={"file0":"energyStats.root"} 00101 import DataSvc 00102 DataSvc.Configure() 00103 return 00104 def run(app):
def Ge68EnergyStats::run | ( | app | ) |
Configure and add an algorithm to job
Definition at line 105 of file Ge68EnergyStats.py.
00105 : 00106 ''' 00107 Configure and add an algorithm to job 00108 ''' 00109 app.ExtSvc += ["StaticCableSvc", "StatisticsSvc"] 00110 energyStatsAlg = EnergyStatsAlg("MyEnergyStats") 00111 app.addAlgorithm(energyStatsAlg) 00112 pass 00113
int Ge68EnergyStats::TH1F = 1 [static] |
Definition at line 15 of file Ge68EnergyStats.py.
int Ge68EnergyStats::TH2F = 2 [static] |
Definition at line 16 of file Ge68EnergyStats.py.
Ge68EnergyStats::Detector = gbl.DayaBay.Detector [static] |
Definition at line 22 of file Ge68EnergyStats.py.
Definition at line 23 of file Ge68EnergyStats.py.
Ge68EnergyStats::ServiceMode = gbl.ServiceMode [static] |
Definition at line 24 of file Ge68EnergyStats.py.
Ge68EnergyStats::ReconStatus = gbl.ReconStatus [static] |
Definition at line 25 of file Ge68EnergyStats.py.