Skip to content

Commit

Permalink
increase ntrig for vcal s curves
Browse files Browse the repository at this point in the history
  • Loading branch information
ursl committed Apr 2, 2015
1 parent 5482116 commit f460b23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/PixTestScurves.cc
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,11 @@ void PixTestScurves::fullTest() {
fParDacsPerStep = 40;
scurves();

fParNtrig = 50;
fParDac = "Vcal";
fParDacLo = 0;
fParDacHi = 159;
fParDacsPerStep = 40;
fParDacHi = 149;
fParDacsPerStep = 30;
scurves();

int seconds = t.RealTime();
Expand Down Expand Up @@ -208,6 +209,7 @@ void PixTestScurves::runCommand(string command) {
void PixTestScurves::scurves() {
fDirectory->cd();
cacheDacs();
banner(Form("PixTestScurves::scurves(%s), ntrig = %d", fParDac.c_str(), fParNtrig));

string command(fParDac);
std::transform(command.begin(), command.end(), command.begin(), ::tolower);
Expand Down

0 comments on commit f460b23

Please # to comment.