ToolDAQFramework
|
#include <string>
#include <iostream>
#include "TRandom3.h"
#include "Tool.h"
#include "TMath.h"
#include "Stopwatch.h"
Go to the source code of this file.
Classes | |
class | ReconRandomiser |
Typedefs | |
typedef enum EDistribution | Distribution_t |
Enumerations | |
enum | EDistribution { kUniform, kGauss, kFixed } |
Functions | |
static std::string | EnumAsString (Distribution_t dist) |
typedef enum EDistribution Distribution_t |
enum EDistribution |
Enumerator | |
---|---|
kUniform | |
kGauss | |
kFixed |
Definition at line 13 of file ReconRandomiser.h.
|
static |
Definition at line 15 of file ReconRandomiser.h.