Newer
Older
TB_Chris / TbUT / options / TbUTRun.py
@iaro iaro on 9 May 2016 510 bytes first attempt of automated anal
import sys
sys.path.append( '../Tb/TbUT/options/python' )
from TbUTClusterizator import TbUTClusterizator
app=TbUTClusterizator()
app.inputData="/afs/cern.ch/work/i/ibezshyi/public/TESTBEAM/ChrisSoft/KeplerDev_v3r0/Tb/Kepler/eos_sup/user/l/lhcbut/Testbeam/May2016/Board_M1_FanIn/Run_Bias_Scan-M1-FanIn-50-15027.dat"
app.isAType=False
app.sensorType = 'NType'
app.eventMax = 100000
app.pedestalInputData = "$KEPLERROOT/../../output/Pedestal-M1-FanIn-51.dat"
app.eventNumberDisplay = 100
app.runClusterization()