Main Page | Class List | File List | Class Members | File Members | Related Pages

XMLFile.h

Go to the documentation of this file.
00001 
00006 #include "CSCHit.h"
00007 
00008 
00021 class XMLFile{ 
00022 
00023   private:
00024   FILE* file;
00025 
00026  public:
00030   XMLFile(char * filename = "test.xml"); 
00031 
00033   ~XMLFile(); 
00034 
00040   void BeginEvent (int L1ID);
00041 
00042 
00044   void EndEvent();  // close the event tag
00045 
00046 
00052   void WriteHit(CSCHit* hit, char* title);
00053 
00054 };

Generated on Wed Oct 29 10:35:18 2008 for CSCRead by  doxygen 1.3.9.1