#include <xercesc/sax/HandlerBase.hpp>
#include <xercesc/framework/XMLFormatter.hpp>
#include <string>
#include <iostream>
#include <stdlib.h>
#include <map>
#include "SteerDesc.hh"
#include "Run.hh"
Go to the source code of this file.
Classes | |
class | XMLHandlers |
class | XMLTool |
class | StrX |
Defines | |
#define | RUN "run" |
#define | INFOR "info" |
#define | INPUT "input" |
#define | SLOWCONTROL "slowcontrol" |
#define | SCPARAM "scParam" |
#define | OUTPUT "output" |
#define | DETECTOR "detector" |
#define | CHAMBER "chamber" |
#define | BOARD "board" |
#define | DIF "dif" |
#define | CHIP "chip" |
#define | DATE "date" |
#define | DESCRIPTION "description" |
#define | PATH "path" |
#define | NAME "name" |
#define | ID "id" |
#define | TYPE "type" |
#define | XPOS "xPos" |
#define | YPOS "yPos" |
#define | ZPOS "zPos" |
#define | SCID "scId" |
Functions | |
XERCES_STD_QUALIFIER ostream & | operator<< (XERCES_STD_QUALIFIER ostream &target, const StrX &toDump) |
#define RUN "run" |
Definition at line 18 of file XMLTool.hh.
#define INFOR "info" |
Definition at line 19 of file XMLTool.hh.
#define INPUT "input" |
Definition at line 20 of file XMLTool.hh.
#define SLOWCONTROL "slowcontrol" |
Definition at line 21 of file XMLTool.hh.
#define SCPARAM "scParam" |
Definition at line 22 of file XMLTool.hh.
#define OUTPUT "output" |
Definition at line 23 of file XMLTool.hh.
#define DETECTOR "detector" |
Definition at line 24 of file XMLTool.hh.
#define CHAMBER "chamber" |
Definition at line 25 of file XMLTool.hh.
#define BOARD "board" |
Definition at line 26 of file XMLTool.hh.
#define DIF "dif" |
Definition at line 27 of file XMLTool.hh.
#define CHIP "chip" |
Definition at line 28 of file XMLTool.hh.
#define DATE "date" |
Definition at line 31 of file XMLTool.hh.
#define DESCRIPTION "description" |
Definition at line 32 of file XMLTool.hh.
#define PATH "path" |
Definition at line 33 of file XMLTool.hh.
#define NAME "name" |
Definition at line 34 of file XMLTool.hh.
#define ID "id" |
Definition at line 35 of file XMLTool.hh.
#define TYPE "type" |
Definition at line 36 of file XMLTool.hh.
#define XPOS "xPos" |
Definition at line 37 of file XMLTool.hh.
#define YPOS "yPos" |
Definition at line 38 of file XMLTool.hh.
#define ZPOS "zPos" |
Definition at line 39 of file XMLTool.hh.
#define SCID "scId" |
Definition at line 40 of file XMLTool.hh.
XERCES_STD_QUALIFIER ostream& operator<< | ( | XERCES_STD_QUALIFIER ostream & | target, | |
const StrX & | toDump | |||
) | [inline] |
Definition at line 215 of file XMLTool.hh.
00216 { 00217 target << toDump.localForm(); 00218 return target; 00219 }