ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
Go to the documentation of this file.
14 class TMemberInspector;
33 std::unique_ptr<AtTabInfo>
fTabInfo{std::make_unique<AtTabInfo>()};
56 virtual void MakeTab(TEveWindowSlot *slot) = 0;
void SetTabName(TString name)
Contains all the data needed by an AtTab.
virtual void Exec()=0
Called after the run's Exec() to update tab.
virtual void MakeTab(TEveWindowSlot *slot)=0
Create the gui components of the tab in the passed window slot.
void Init()
Called in the init stage of the run.
virtual ~AtTabBase()=default
Class for tracking the information from a branch of the FairRoot source tree.
T * GetFairRootInfo(std::string infoName=T::Class_Name())
AtTabBase(TString tabName)
std::unique_ptr< AtTabInfo > fTabInfo