00001 // Dear emacs, this is -*- c++ -*- 00002 // $Id: TruthPileupEvent_v1.h 622193 2014-10-16 16:08:34Z krasznaa $ 00003 #ifndef XAODTRUTH_VERSIONS_TRUTHPILEUPEVENT_V1_H 00004 #define XAODTRUTH_VERSIONS_TRUTHPILEUPEVENT_V1_H 00005 00006 // Local include(s): 00007 #include "xAODTruth/TruthEventBase.h" 00008 00009 namespace xAOD { 00010 00019 class TruthPileupEvent_v1 : public TruthEventBase_v1 { 00020 00021 public: 00023 TruthPileupEvent_v1(); 00024 00026 00028 virtual Type::ObjectType type() const; 00029 00030 }; // class TruthPileupEvent_v1 00031 00032 } // namespace xAOD 00033 00034 // Declare the base class of TruthPileupEvent_v1 to StoreGate: 00035 #include "xAODCore/BaseInfo.h" 00036 SG_BASE( xAOD::TruthPileupEvent_v1, xAOD::TruthEventBase_v1 ); 00037 00038 #endif // XAODTRUTH_VERSIONS_TRUTHPILEUPEVENT_V1_H