MaCh3  2.5.1
Reference Guide
Classes | Enumerations
SampleHandlerBase.h File Reference
#include "Samples/SampleInfo.h"
#include "Samples/EventInfo.h"
#include "Splines/BinnedSplineHandler.h"
#include "Parameters/ParameterHandlerGeneric.h"
#include "Samples/SampleHandlerInterface.h"
#include "Samples/OscillationHandler.h"
#include "Samples/BinningHandler.h"
#include "THStack.h"
#include "TLegend.h"
Include dependency graph for SampleHandlerBase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SampleHandlerBase
 Class responsible for handling implementation of samples used in analysis, reweighting and returning LLH. More...
 

Enumerations

enum  SamplePlotType { kModePlot = 0 , kOscChannelPlot = 1 }
 

Enumeration Type Documentation

◆ SamplePlotType

Enumerator
kModePlot 
kOscChannelPlot 

Definition at line 18 of file SampleHandlerBase.h.

18  {
19  kModePlot = 0,
20  kOscChannelPlot = 1
21 };
@ kOscChannelPlot
@ kModePlot