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

In This Package:

PerSimHeader.h

Go to the documentation of this file.
00001 
00011 #ifndef PERSIMHEADER_H
00012 #define PERSIMHEADER_H
00013 
00014 #include "PerBaseEvent/PerHeaderObject.h"
00015 
00016 class PerSimHitHeader;
00017 class PerSimParticleHistory;
00018 class PerSimUnobservableStatistics;
00019 
00020 class PerSimHeader : public PerHeaderObject {
00021 public:
00022     PerSimHeader();
00023     virtual ~PerSimHeader();
00024 
00025     PerSimHitHeader* hits;
00026     PerSimParticleHistory* history;
00027     PerSimUnobservableStatistics* stats;
00028 
00029 };
00030 
00031 #endif  // PERSIMHEADER_H
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:35:44 2011 for PerSimEvent by doxygen 1.4.7