151 art::ServiceHandle<evd::RecoDrawingOptions const> recoOpt;
152 art::ServiceHandle<evd::ColorDrawingOptions const> cst;
153 art::ServiceHandle<evd::RawDrawingOptions const> drawopt;
154 art::ServiceHandle<geo::Geometry const> geo;
160 for(
auto& tag : recoOpt->fWireLabels)
165 std::string tagString(tag.encode());
166 int numBins = numTicks;
168 fRecoHistMap[tagString] = std::make_unique<TH1F>(
"fCALTQHisto",
";t [ticks];q [ADC]",numBins,startTick,startTick+numTicks);
172 histPtr->SetMaximum(cst->fRecoQHigh[(
size_t)sigType]);
173 histPtr->SetMinimum(cst->fRecoQLow[(
size_t)sigType]);
175 histPtr->SetLineColor(kBlue);
176 histPtr->SetLineWidth(1);
178 histPtr->GetXaxis()->SetLabelSize (0.10);
179 histPtr->GetXaxis()->SetLabelOffset(0.01);
180 histPtr->GetXaxis()->SetTitleSize (0.10);
181 histPtr->GetXaxis()->SetTitleOffset(0.60);
183 histPtr->GetYaxis()->SetLabelSize (0.10 );
184 histPtr->GetYaxis()->SetLabelOffset(0.002);
185 histPtr->GetYaxis()->SetTitleSize (0.10 );
186 histPtr->GetYaxis()->SetTitleOffset(0.16 );
enum geo::_plane_sigtype SigType_t