#include <string>
#include <list>
#include <map>
#include <memory>
#include <algorithm>
#include <iostream>
#include <iomanip>
#include <evio.h>
Namespaces | |
namespace | evio |
All evio symbols reside in the evio namespace. | |
Typedefs | |
typedef evioDOMTree * | evio::evioDOMTreeP |
Pointer to evioDOMTree. | |
typedef evioDOMNode * | evio::evioDOMNodeP |
Pointer to evioDOMNode, only way to access nodes. | |
typedef list< evioDOMNodeP > | evio::evioDOMNodeList |
List of pointers to evioDOMNode. | |
typedef auto_ptr< evioDOMNodeList > | evio::evioDOMNodeListP |
auto-ptr of list of evioDOMNode pointers, returned by getNodeList. | |
typedef pair< uint16_t, uint8_t > | evio::tagNum |
STL pair of tag,num. | |
Enumerations | |
enum | evio::ContainerType { evio::BANK = 0xe, evio::SEGMENT = 0xd, evio::TAGSEGMENT = 0xc } |
Defines the container bank types. More... |