

Definition at line 10 of file GSnapshot.h.
Public Member Functions | |
| GSnapshot (const char *snapshot_dir=nullptr) | |
| ~GSnapshot ()=default | |
| void | Snapshot (TCanvas *can=nullptr) |
Static Public Member Functions | |
| static GSnapshot & | Get () |
Private Attributes | |
| bool | fCanWriteHere |
| std::string | fSnapshotDir |
#include <GSnapshot.h>
Collaboration diagram for GSnapshot:| GSnapshot::GSnapshot | ( | const char * | snapshot_dir = nullptr | ) |
Definition at line 16 of file GSnapshot.cxx.
References fCanWriteHere, and fSnapshotDir.
|
default |
|
static |
Definition at line 10 of file GSnapshot.cxx.
Referenced by Snapshot().
| void GSnapshot::Snapshot | ( | TCanvas * | can = nullptr | ) |
Definition at line 40 of file GSnapshot.cxx.
References fCanWriteHere, fSnapshotDir, and Get().
|
private |
Definition at line 21 of file GSnapshot.h.
Referenced by GSnapshot(), and Snapshot().
|
private |
Definition at line 20 of file GSnapshot.h.
Referenced by GSnapshot(), and Snapshot().