HYDRA_development_version
|
#include "TROOT.h"
#include "TSystem.h"
#include "TFile.h"
#include "TChain.h"
#include "TTree.h"
#include "TObjArray.h"
#include "TString.h"
#include "TObjString.h"
#include "TMap.h"
#include <hsuprogress.h>
Go to the source code of this file.
Classes | |
class | HSUBranchElement |
class | HSUExeMacro |
Macros | |
#define | SAFE_DELETE(A) { if(A != NULL) { delete A; A = NULL; } } |
#define | SAFE_DELETE_ROOT(A) { if(A != NULL) { A->Delete(); A = NULL; } } |
#define SAFE_DELETE | ( | A | ) | { if(A != NULL) { delete A; A = NULL; } } |
Definition at line 191 of file hsuexemacro.h.
Referenced by HSUExeMacro::deleteProgress(), HSUBranchElement::~HSUBranchElement(), and HSUExeMacro::~HSUExeMacro().
#define SAFE_DELETE_ROOT | ( | A | ) | { if(A != NULL) { A->Delete(); A = NULL; } } |
Definition at line 195 of file hsuexemacro.h.
Referenced by HSUBranchElement::~HSUBranchElement(), and HSUExeMacro::~HSUExeMacro().