Class Reference for E1039 Core & Analysis Software
DecoData.h File Reference
#include <stdio.h>
#include <iostream>
#include <string.h>
#include <string>
#include <vector>
#include <map>
#include <algorithm>
#include <TObject.h>
+ Include dependency graph for DecoData.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FeeData
 
struct  RunData
 
struct  SlowControlData
 
struct  ScalerData
 
struct  SpillData
 
class  HitData
 
struct  EventInfo
 
class  EventData
 

Typedefs

typedef std::vector< FeeDataFeeDataList
 
typedef std::vector< SlowControlDataSlowControlDataList
 
typedef std::vector< ScalerDataScalerDataList
 
typedef std::map< unsigned int, SpillDataSpillDataMap
 
typedef std::vector< HitDataHitDataList
 
typedef std::map< unsigned int, EventDataEventDataMap
 

Typedef Documentation

◆ EventDataMap

typedef std::map<unsigned int, EventData> EventDataMap

Definition at line 224 of file DecoData.h.

◆ FeeDataList

typedef std::vector<FeeData> FeeDataList

Definition at line 70 of file DecoData.h.

◆ HitDataList

typedef std::vector<HitData> HitDataList

Definition at line 185 of file DecoData.h.

◆ ScalerDataList

typedef std::vector<ScalerData> ScalerDataList

Definition at line 139 of file DecoData.h.

◆ SlowControlDataList

typedef std::vector<SlowControlData> SlowControlDataList

Definition at line 125 of file DecoData.h.

◆ SpillDataMap

typedef std::map<unsigned int, SpillData> SpillDataMap

Definition at line 166 of file DecoData.h.