NAGASH 0.9.8
Next Generation Analysis System
|
Classes for storing and manipulating the results of your analysis. More...
Classes | |
class | NAGASH::Count |
Use CountBase with the interface of provided by NAGASH::Result. More... | |
class | NAGASH::CountBase |
Base class for Count. This class provide a base class for Count. You can also use it if you don't need other functions from NAGASH::Result. More... | |
class | NAGASH::CutFlowCounter |
Store the cut flow with user defined cuts. More... | |
class | NAGASH::HistBase |
Virtual base class for histograms. More... | |
class | NAGASH::NGHist< HistType > |
NAGASH interface for using ROOT histograms. More... | |
class | NAGASH::PlotGroup |
Provide a base class for manipulating a group of histograms at the same time. More... | |
class | NAGASH::Result |
Provide virtual interface to manipulate all the results inside NAGASH. More... | |
class | NAGASH::ResultGroup |
Used to manipulate a group of Result objects., especially inside NAGASH::Job. More... | |
Classes for storing and manipulating the results of your analysis.
In NAGASH, Result is the result of your job. And you can get it by
inside any class inherite from NAGASH::Job. The first argument is necessary, and the second argument is optional if no other arguments are needed.
If you want to define your own result, you should organize your code as :