ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
Go to the documentation of this file.
15 class TMemberInspector;
32 virtual std::unique_ptr<AtPadBase>
Clone()
const override;
39 std::unique_ptr<TH1D>
GetHist(std::string name)
const;
43 #endif //#ifndef ATPADCHARGE_H
const traceDouble & GetArray() const
Base class for AtPad composition pattern.
void SetArray(traceDouble val)
Double_t GetArray(Int_t idx) const
std::array< Double_t, 512 > traceDouble
std::unique_ptr< TH1D > GetHist(std::string name) const
ClassDefOverride(AtPadArray, 1)
void SetArray(Int_t idx, Double_t val)
Holds an addition array of doubles for an AtPad.
virtual std::unique_ptr< AtPadBase > Clone() const override