#include <BrachyAnalysisManager.hh>
Definition at line 45 of file BrachyAnalysisManager.hh.
◆ BrachyAnalysisManager()
BrachyAnalysisManager::BrachyAnalysisManager |
( |
| ) |
|
|
private |
◆ ~BrachyAnalysisManager()
BrachyAnalysisManager::~BrachyAnalysisManager |
( |
| ) |
|
◆ book()
void BrachyAnalysisManager::book |
( |
| ) |
|
Definition at line 65 of file BrachyAnalysisManager.cc.
69 theTFile =
new TFile(
"brachytherapy.root",
"RECREATE");
71 histo =
new TH1F(
"h10",
"energy spectrum", 800, 0., 800);
72 ntuple =
new TNtuple(
"ntuple",
"edep3D",
"xx:yy:zz:edep");
◆ GetInstance()
◆ save()
void BrachyAnalysisManager::save |
( |
| ) |
|
◆ instance
The documentation for this class was generated from the following files: