Line Code
1 2 3 4 5 6 7 8 9 10 11 12
#!/bin/bash

verbose=false
testing=false

prefix=/nfshome0/dqmpro/BeamMonitorDQM

sourceFile=$prefix/BeamFitResultsForDIP.txt
sourceFile1=$prefix/BeamFitResultsOld_TkStatus.txt

beamSpotDipStandalone $verbose $testing $sourceFile $sourceFile1