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