163 int numBins = numTicks;
165 fRecoHistMap[tagString] = std::make_unique<TH1F>(
"fCALTQHisto",
";t [ticks];q [ADC]",numBins,startTick,startTick+numTicks);
169 histPtr->SetMaximum(cst->
fRecoQHigh[(
size_t)sigType]);
170 histPtr->SetMinimum(cst->
fRecoQLow[(
size_t)sigType]);
172 histPtr->SetLineColor(kBlue);
173 histPtr->SetLineWidth(1);
175 histPtr->GetXaxis()->SetLabelSize (0.10);
176 histPtr->GetXaxis()->SetLabelOffset(0.01);
177 histPtr->GetXaxis()->SetTitleSize (0.10);
178 histPtr->GetXaxis()->SetTitleOffset(0.60);
180 histPtr->GetYaxis()->SetLabelSize (0.10 );
181 histPtr->GetYaxis()->SetLabelOffset(0.002);
182 histPtr->GetYaxis()->SetTitleSize (0.10 );
183 histPtr->GetYaxis()->SetTitleOffset(0.16 );
SigType_t SignalType(geo::PlaneID const &pid) const
Returns the type of signal on the channels of specified TPC plane.
std::vector< double > fRecoQHigh
high edge of ADC values for drawing raw digits
std::vector< double > fRecoQLow
low edge of ADC values for drawing raw digits
std::vector< art::InputTag > fWireLabels
module labels that produced wires
enum geo::_plane_sigtype SigType_t
LArSoft geometry interface.