ToolDAQFramework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Typedefs | Enumerations
ReconInfo.h File Reference
#include <iostream>
#include <vector>
#include <cmath>
#include "TimeDelta.h"

Go to the source code of this file.

Classes

struct  CherenkovCone
 
struct  DirectionEuler
 
struct  Pos3D
 
class  ReconInfo
 
struct  SNWarningParams
 

Typedefs

typedef enum NClustersWarnings NClustersWarning_t
 
typedef enum EReconstructers Reconstructer_t
 
typedef enum SNWarnings SNWarning_t
 

Enumerations

enum  EReconstructers {
  kReconUndefined = -1, kReconBONSAI, kReconTestVerticesNoDirection, kReconTestVertices,
  kReconRandomNoDirection, kReconRandom
}
 
enum  NClustersWarnings {
  kNClustersUndefined = -1, kNClustersStandard, kNClustersSilent, kNClustersNormal,
  kNClustersGolden
}
 
enum  SNWarnings {
  kSNWarningUndefined = -1, kSNWarningStandard, kSNWarningSilent, kSNWarningNormal,
  kSNWarningGolden
}
 

Typedef Documentation

typedef enum SNWarnings SNWarning_t

Enumeration Type Documentation

Enumerator
kReconUndefined 
kReconBONSAI 
kReconTestVerticesNoDirection 
kReconTestVertices 
kReconRandomNoDirection 
kReconRandom 

Definition at line 10 of file ReconInfo.h.

Enumerator
kNClustersUndefined 
kNClustersStandard 
kNClustersSilent 
kNClustersNormal 
kNClustersGolden 

Definition at line 19 of file ReconInfo.h.

enum SNWarnings
Enumerator
kSNWarningUndefined 
kSNWarningStandard 
kSNWarningSilent 
kSNWarningNormal 
kSNWarningGolden 

Definition at line 27 of file ReconInfo.h.