Newer
Older
TB_Chris / TbUT / options / TbUTRun_Ch.py
@iaro iaro on 9 May 2016 550 bytes first attempt of automated anal
__author__ = 'ja'


import sys
sys.path.append("options/python")
from TbUTClusterizator import TbUTClusterizator

app = TbUTClusterizator()
# set parameters
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/../TbUT/options/UT/Pedestal-M1-FanIn-51.dat"
app.eventNumberDisplay = 10

app.runClusterization()