CFEL - ASG Software Suite  2.5.0
CASS
Typedefs
tree_structure.h File Reference

defining structures for the root tree More...

#include <map>
#include <vector>
#include <string>
+ Include dependency graph for tree_structure.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef std::map< std::string, double > treehit_t
 a hit is just a map of hit values identified by a string More...
 
typedef std::vector< treehit_ttreedetector_t
 lots of hits are a delayline detector More...
 
typedef std::map< std::string, treedetector_ttreestructure_t
 a map will enable us to identify the right detector in the container More...
 
typedef std::map< std::string, double > machinestructure_t
 the machine structure just a map of values identified by a string More...
 
typedef std::vector< bool > eventStatus_t
 a vector of bools that show which eventcodes where associated with the event More...
 
typedef std::map< std::string, double > ppstructure_t
 the 0d processor structure a map of values identified by a string More...
 

Detailed Description

defining structures for the root tree

Author
Lutz Foucar

Definition in file tree_structure.h.

Typedef Documentation

typedef std::vector<bool> eventStatus_t

a vector of bools that show which eventcodes where associated with the event

Definition at line 27 of file tree_structure.h.

typedef std::map<std::string, double> machinestructure_t

the machine structure just a map of values identified by a string

Definition at line 24 of file tree_structure.h.

typedef std::map<std::string, double> ppstructure_t

the 0d processor structure a map of values identified by a string

Definition at line 30 of file tree_structure.h.

typedef std::vector<treehit_t> treedetector_t

lots of hits are a delayline detector

Definition at line 18 of file tree_structure.h.

typedef std::map<std::string, double> treehit_t

a hit is just a map of hit values identified by a string

Definition at line 15 of file tree_structure.h.

typedef std::map<std::string, treedetector_t> treestructure_t

a map will enable us to identify the right detector in the container

Definition at line 21 of file tree_structure.h.