musrfit
1.9.2
|
#include <iostream>
#include <fstream>
#include <vector>
#include <string>
#include "TString.h"
#include "TFile.h"
#include "TFolder.h"
#include "TKey.h"
#include "TObjArray.h"
#include "TObjString.h"
#include "TSystemFile.h"
#include <libxml/xmlreader.h>
#include <libxml/parser.h>
#include <libxml/xmlschemas.h>
#include "PMusr.h"
Go to the source code of this file.
Classes | |
class | PMusrRoot2Xml |
Functions | |
void | mrv_syntax () |
int | is_valid (const xmlDocPtr doc, const char *schema_filename) |
int | main (int argc, char *argv[]) |
int is_valid | ( | const xmlDocPtr | doc, |
const char * | schema_filename | ||
) |
Validates an XML file against a Schema.
doc | XML file object representation |
schema_filename | Schema file name |
Definition at line 531 of file musrRootValidation.cpp.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 572 of file musrRootValidation.cpp.
References PMusrRoot2Xml::GetNoOfDecayHistos(), PMusrRoot2Xml::GetNoOfDetectors(), PMusrRoot2Xml::GetNoOfExpectedHistos(), PMusrRoot2Xml::GetNoOfHistos(), PMusrRoot2Xml::GetNoOfRedGreenOffsets(), PMusrRoot2Xml::GetXmlDumpFileName(), is_valid(), PMusrRoot2Xml::IsValid(), and mrv_syntax().
void mrv_syntax | ( | ) |