#include <BrachyAnalysisManager.hh>
Definition at line 45 of file BrachyAnalysisManager.hh.
BrachyAnalysisManager::~BrachyAnalysisManager |
( |
| ) |
|
Definition at line 49 of file BrachyAnalysisManager.cc.
52 delete theTFile; theTFile = 0;
53 delete histo2; histo2 = 0;
54 delete histo; histo = 0;
void BrachyAnalysisManager::book |
( |
| ) |
|
Definition at line 64 of file BrachyAnalysisManager.cc.
68 theTFile =
new TFile(
"brachytherapy.root",
"RECREATE");
70 histo =
new TH1F(
"h10",
"energy spectrum", 800, 0., 800);
71 histo2 =
new TH2F(
"h20",
"edep2Dxy", 801, -100.125, 100.125,
72 801, -100.125, 100.125);
void BrachyAnalysisManager::save |
( |
| ) |
|
The documentation for this class was generated from the following files: