Class Reference for E1039 Core & Analysis Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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
< SlowControlData
SlowControlDataList
 
typedef std::vector< ScalerDataScalerDataList
 
typedef std::map< unsigned int,
SpillData
SpillDataMap
 
typedef std::vector< HitDataHitDataList
 
typedef std::map< unsigned int,
EventData
EventDataMap
 

Typedef Documentation

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

Definition at line 219 of file DecoData.h.

typedef std::vector<FeeData> FeeDataList

Definition at line 70 of file DecoData.h.

typedef std::vector<HitData> HitDataList

Definition at line 180 of file DecoData.h.

typedef std::vector<ScalerData> ScalerDataList

Definition at line 138 of file DecoData.h.

typedef std::vector<SlowControlData> SlowControlDataList

Definition at line 124 of file DecoData.h.

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

Definition at line 161 of file DecoData.h.