LALMetaIO 4.0.6.1-eeff03c
LIGOLwXMLHeaders.h File Reference

This header provides provides #defines for the common elements of LIGO light weight XML files. More...

Detailed Description

This header provides provides #defines for the common elements of LIGO light weight XML files.

Author
Brown, D. A.

Synopsis

#include <lal/LIGOLwXMLHeaders.h>

It provides the XML header and footer. The quantities which are defined in this file are

  • LIGOLW_XML_HEADER
  • LIGOLW_XML_FOOTER
  • LIGOLW_XML_TABLE_FOOTER

Definition in file LIGOLwXMLHeaders.h.

Go to the source code of this file.

Macros

#define LAL_LIGOLW_XML_HEADER
 
#define LAL_LIGOLW_XML_FOOTER   "</LIGO_LW>"
 

Macro Definition Documentation

◆ LAL_LIGOLW_XML_HEADER

#define LAL_LIGOLW_XML_HEADER
Value:
"<?xml version='1.0' encoding='utf-8'?>\n" \
"<!DOCTYPE LIGO_LW SYSTEM \"http://ldas-sw.ligo.caltech.edu/doc/ligolwAPI/html/ligolw_dtd.txt\">\n" \
"<LIGO_LW>\n"

Definition at line 61 of file LIGOLwXMLHeaders.h.

◆ LAL_LIGOLW_XML_FOOTER

#define LAL_LIGOLW_XML_FOOTER   "</LIGO_LW>"

Definition at line 66 of file LIGOLwXMLHeaders.h.