ndmspc 0.20250304.0
|
HnSparseBrowser object. More...
#include <HnSparseBrowser.h>
Public Member Functions | |
HnSparseBrowser () | |
virtual | ~HnSparseBrowser () |
virtual int | DrawBrowser (std::string filename="root://eos.ndmspc.io//eos/ndmspc/scratch/alice/hyperloop/PWGLF-376/222580/AnalysisResults.root", std::string objects="phianalysis-t-hn-sparse_default/unlikepm,phianalysis-t-hn-sparse_default/likepp", std::string dirtoken="/") |
void | HighlightMain (TVirtualPad *pad, TObject *obj, Int_t xBin, Int_t yBin) |
Protected Attributes | |
THnSparse * | fInputHnSparse {nullptr} |
Input HnSparse. | |
TList * | fListOfHnSparses {nullptr} |
List of hn sparce objects. | |
HnSparseBrowser object.
Definition at line 18 of file HnSparseBrowser.h.
Ndmspc::HnSparseBrowser::HnSparseBrowser | ( | ) |
|
virtual |
|
virtual |
Draw
Definition at line 37 of file HnSparseBrowser.cxx.
References fInputHnSparse, fListOfHnSparses, and Ndmspc::Utils::OpenFile().
void Ndmspc::HnSparseBrowser::HighlightMain | ( | TVirtualPad * | pad, |
TObject * | obj, | ||
Int_t | xBin, | ||
Int_t | yBin ) |
Main highlight function
Definition at line 132 of file HnSparseBrowser.cxx.
References fInputHnSparse, and fListOfHnSparses.
|
protected |
Input HnSparse.
Definition at line 31 of file HnSparseBrowser.h.
Referenced by DrawBrowser(), and HighlightMain().
|
protected |
List of hn sparce objects.
Definition at line 33 of file HnSparseBrowser.h.
Referenced by DrawBrowser(), HighlightMain(), HnSparseBrowser(), and ~HnSparseBrowser().