Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
1aeab7e2
Commit
1aeab7e2
authored
Jun 09, 2016
by
Daniel Hynds
Browse files
updated for hvcmos analysis
Former-commit-id: 79459eba478ff7ca361987fef16b9e91adee1f43
parent
3f0f3323
Changes
1
Hide whitespace changes
Inline
Side-by-side
branches/trunk/macros/analyse.sh
View file @
1aeab7e2
...
...
@@ -6,8 +6,10 @@ RUN=${1}
# Set up the arguments to be passed to the testbeam code
CONDFILE
=
${
TBCODE
}
/cond/Alignment
${
RUN
}
.dat
HISTOFILE
=
${
TBCODE
}
/histos/histogramsRun
${
RUN
}
.root
HISTOFILE
=
${
TBCODE
}
/histos/histogramsRun
${
RUN
}
test
.root
INPUTFILE
=
${
TBCODE
}
/pixels/pixelsRun
${
RUN
}
.root
INPUTFOLDER
=
${
TBCODE
}
/example/Run
${
RUN
}
EVENTTIME
=
0.005
NEVENTS
=
-1
# If the alignment file for this run does not exist, get it from the DB
...
...
@@ -24,5 +26,5 @@ then
fi
# Launch the testbeam analysis and replace the original alignment file with the new one
${
TBCODE
}
/bin/tbAnalysis
-c
${
CONDFILE
}
-n
${
NEVENTS
}
-h
${
HISTOFILE
}
-t
${
INPUTFILE
}
${
TBCODE
}
/bin/tbAnalysis
-c
${
CONDFILE
}
-n
${
NEVENTS
}
-h
${
HISTOFILE
}
-t
${
INPUTFILE
}
-s
${
TBCODE
}
/masks/maskedPixels11044.dat
#${TBCODE}/bin/tbAnalysis -c ${CONDFILE} -h ${HISTOFILE} -d ${INPUTFOLDER} -p ${EVENTTIME}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment