| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

PerRunHeader.h

Go to the documentation of this file.
00001 /*
00002  * \class PerRunHeader
00003  *
00004  * \brief Persistant version of RunHeader
00005  *
00006  * dandwyer@caltech.edu 2009/04/26
00007  *
00008  */
00009 
00010 #ifndef PERRUNHEADER_H
00011 #define PERRUNHEADER_H 1
00012 
00013 #include "PerBaseEvent/PerHeaderObject.h"
00014 #include <vector>
00015 class PerRunData;
00016 
00017 class PerRunHeader: public PerHeaderObject {
00018 public:
00019   PerRunHeader();
00020   virtual ~PerRunHeader();
00021   void clear();
00022 
00023   std::vector<PerRunData*> runDataList;  
00024 };
00025 
00026 #endif // PERRUNHEADER_H
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:22:27 2011 for PerRunData by doxygen 1.4.7