Berkeley Nuclear Data Software
PlasmaAna.h
Go to the documentation of this file.
1 #ifndef _PLASMA_ANA_H_
2 #define _PLASMA_ANA_H_
3 
4 #include "SimAna.h"
5 #include "TH1.h"
6 namespace NSDG4
7 {
8 
9 class PlasmaAna : public SimAna
10 {
11 
12 public:
13 
14 
15 void createOutputFile(string a_filename,int a_numberDetectors);
16 vector<TH1*> generatePlots(int a_numDetectors);
17 
18 
19 };
20 
21 }
22 
23 #endif
Definition: PlasmaAna.h:10
vector< TH1 * > generatePlots(int a_numDetectors)
Definition: PlasmaAna.cpp:35
void createOutputFile(string a_filename, int a_numberDetectors)
Definition: PlasmaAna.cpp:26
Definition: SimAna.h:17
Definition: AbsLYAna.h:7