#include <Analyzer.h>
Inheritance diagram for Analyzer:
Public Member Functions | |
Analyzer () | |
Analyzer (TFile *file) | |
Analyzer (Interface *fInterface) | |
~Analyzer () | |
Default destructor. | |
TFile * | GetOutFile () |
std::string | GetNetName () |
void | SetOutFile (TFile *file) |
void | SetNetName (string name) |
vector< int > | TestVariables (Double_t target1, Double_t target2, string type) |
Protected Attributes | |
Interface * | fInterface |
TFile * | fOutFile |
The output file. | |
std::string | fNetName |
A name of the output file. | |
TTree * | fVarTestTree |
|
|
|
|
|
|
|
Default destructor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A name of the output file.
|
|
The output file.
|
|
|