Removed pedestals from per pixel plots, they were not being included in fit ranges anyway and other methods also don't use pedestals.

This commit is contained in:
redford_s
2017-11-10 17:40:56 +01:00
parent f84013237d
commit 7a7de5c922
-9
View File
@@ -356,15 +356,6 @@ int main(int argc, char* argv[]) {
vector<double> r1_filter;
vector<double> r1_filterer;
r0_filter.push_back(0);
r0_filterer.push_back(0);
r0_adc.push_back(pedestalsG0->GetBinContent((i%NC)+1,(i/NC)+1));
r0_adcer.push_back(pedeRMSG0->GetBinContent((i%NC)+1,(i/NC)+1));
r1_filter.push_back(0);
r1_filterer.push_back(0);
r1_adc.push_back(pedestalsG1->GetBinContent((i%NC)+1,(i/NC)+1));
r1_adcer.push_back(pedeRMSG1->GetBinContent((i%NC)+1,(i/NC)+1));
for (int j = 0; j < nsteps; j++) {
int current = 0;
if (nsteps == 40) {