New z axis ranges on results plots, to try to get some definition.
This commit is contained in:
@@ -327,7 +327,7 @@ int main(int argc, char* argv[]) {
|
||||
hg0mapall->Draw("colz");
|
||||
pave->AddText("HG0 [ADU/keV]");
|
||||
pave->Draw();
|
||||
hg0mapall->GetZaxis()->SetRangeUser(80,120);
|
||||
hg0mapall->GetZaxis()->SetRangeUser(90,110);
|
||||
sprintf(savename,"plots/M%s/hgain0_all_M%s.png", module_str.c_str(), module_str.c_str());
|
||||
mapcanvas->SaveAs((const char *)(savename));
|
||||
|
||||
@@ -346,7 +346,7 @@ int main(int argc, char* argv[]) {
|
||||
pave->Clear();
|
||||
pave->AddText("G0 [ADU/keV]");
|
||||
pave->Draw();
|
||||
g0mapall->GetZaxis()->SetRangeUser(30,50);
|
||||
g0mapall->GetZaxis()->SetRangeUser(38,46);
|
||||
sprintf(savename,"plots/M%s/gain0_all_M%s.png", module_str.c_str(), module_str.c_str());
|
||||
mapcanvas->SaveAs((const char *)(savename));
|
||||
|
||||
@@ -365,7 +365,7 @@ int main(int argc, char* argv[]) {
|
||||
pave->Clear();
|
||||
pave->AddText("G1 [ADU/keV]");
|
||||
pave->Draw();
|
||||
g1mapall->GetZaxis()->SetRangeUser(-2,-1);
|
||||
g1mapall->GetZaxis()->SetRangeUser(-1.56,-1.36);
|
||||
sprintf(savename,"plots/M%s/gain1_all_M%s.png", module_str.c_str(), module_str.c_str());
|
||||
mapcanvas->SaveAs((const char *)(savename));
|
||||
|
||||
@@ -384,7 +384,7 @@ int main(int argc, char* argv[]) {
|
||||
pave->Clear();
|
||||
pave->AddText("G2 [ADU/keV]");
|
||||
pave->Draw();
|
||||
g2mapall->GetZaxis()->SetRangeUser(-0.15,-0.05);
|
||||
g2mapall->GetZaxis()->SetRangeUser(-0.122,-0.108);
|
||||
sprintf(savename,"plots/M%s/gain2_all_M%s.png", module_str.c_str(), module_str.c_str());
|
||||
mapcanvas->SaveAs((const char *)(savename));
|
||||
|
||||
@@ -403,7 +403,7 @@ int main(int argc, char* argv[]) {
|
||||
pave->Clear();
|
||||
pave->AddText("HG0 [ADU/keV]");
|
||||
pave->Draw();
|
||||
hg0mapcut->GetZaxis()->SetRangeUser(80,120);
|
||||
hg0mapcut->GetZaxis()->SetRangeUser(90,110);
|
||||
sprintf(savename,"plots/M%s/hgain0_cut_M%s.png", module_str.c_str(), module_str.c_str());
|
||||
mapcanvas->SaveAs((const char *)(savename));
|
||||
|
||||
@@ -414,7 +414,7 @@ int main(int argc, char* argv[]) {
|
||||
pave->Clear();
|
||||
pave->AddText("G0 [ADU/keV]");
|
||||
pave->Draw();
|
||||
g0mapcut->GetZaxis()->SetRangeUser(30,50);
|
||||
g0mapcut->GetZaxis()->SetRangeUser(38,46);
|
||||
sprintf(savename,"plots/M%s/gain0_cut_M%s.png", module_str.c_str(), module_str.c_str());
|
||||
mapcanvas->SaveAs((const char *)(savename));
|
||||
|
||||
@@ -425,7 +425,7 @@ int main(int argc, char* argv[]) {
|
||||
pave->Clear();
|
||||
pave->AddText("G1 [ADU/keV]");
|
||||
pave->Draw();
|
||||
g1mapcut->GetZaxis()->SetRangeUser(-2,-1);
|
||||
g1mapcut->GetZaxis()->SetRangeUser(-1.56,-1.36);
|
||||
sprintf(savename,"plots/M%s/gain1_cut_M%s.png", module_str.c_str(), module_str.c_str());
|
||||
mapcanvas->SaveAs((const char *)(savename));
|
||||
|
||||
@@ -436,7 +436,7 @@ int main(int argc, char* argv[]) {
|
||||
pave->Clear();
|
||||
pave->AddText("G2 [ADU/keV]");
|
||||
pave->Draw();
|
||||
g2mapcut->GetZaxis()->SetRangeUser(-0.15,-0.05);
|
||||
g2mapcut->GetZaxis()->SetRangeUser(-0.122,-0.108);
|
||||
sprintf(savename,"plots/M%s/gain2_cut_M%s.png", module_str.c_str(), module_str.c_str());
|
||||
mapcanvas->SaveAs((const char *)(savename));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user