#include <xercesc/sax/HandlerBase.hpp>
#include <xercesc/framework/XMLFormatter.hpp>
#include <string>
#include <iostream>
#include <stdlib.h>
#include <map>
#include "tools/SteerDesc.hh"
Include dependency graph for XMLTool.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | XMLHandlers |
class | XMLTool |
class | StrX |
Defines | |
#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 | MONDIF "mondif" |
#define | CHIP "chip" |
#define | DATE "date" |
#define | DESCRIPTION "description" |
#define | PATH "path" |
#define | NAME "name" |
#define | SERIAL "serial" |
#define | ID "id" |
#define | TYPE "type" |
#define | RUNID "runId" |
#define | XPOS "xPos" |
#define | YPOS "yPos" |
#define | ZPOS "zPos" |
#define | XROTATION "xRotation" |
#define | YROTATION "yRotation" |
#define | ZROTATION "zRotation" |
#define | STRIPHORIZONTAL "stripHorizontal" |
#define | UNIT "unit" |
#define | SCID "scId" |
#define | BOARDID "boardId" |
#define | DIFID "difId" |
#define | CHAMBERID "chamberId" |
#define | PMID "pmId" |
Functions | |
XERCES_STD_QUALIFIER ostream & | operator<< (XERCES_STD_QUALIFIER ostream &target, const StrX &toDump) |
#define INFOR "info" |
#define INPUT "input" |
#define SLOWCONTROL "slowcontrol" |
#define SCPARAM "scParam" |
#define OUTPUT "output" |
#define DETECTOR "detector" |
#define CHAMBER "chamber" |
#define BOARD "board" |
Definition at line 25 of file XMLTool.hh.
#define DIF "dif" |
#define MONDIF "mondif" |
#define CHIP "chip" |
#define DATE "date" |
#define DESCRIPTION "description" |
#define PATH "path" |
#define NAME "name" |
#define SERIAL "serial" |
#define ID "id" |
#define TYPE "type" |
#define RUNID "runId" |
#define XPOS "xPos" |
#define YPOS "yPos" |
#define ZPOS "zPos" |
#define XROTATION "xRotation" |
#define YROTATION "yRotation" |
#define ZROTATION "zRotation" |
#define STRIPHORIZONTAL "stripHorizontal" |
#define UNIT "unit" |
#define SCID "scId" |
#define BOARDID "boardId" |
#define DIFID "difId" |
#define CHAMBERID "chamberId" |
#define PMID "pmId" |
XERCES_STD_QUALIFIER ostream& operator<< | ( | XERCES_STD_QUALIFIER ostream & | target, | |
const StrX & | toDump | |||
) | [inline] |
Definition at line 224 of file XMLTool.hh.
00225 { 00226 target << toDump.localForm(); 00227 return target; 00228 }