BOSS 7.0.4
BESIII Offline Software System
Loading...
Searching...
No Matches
Event/DstEvent/DstEvent-00-02-51/DstEvent/DstEvent.h
Go to the documentation of this file.
1#ifndef DST_Event_H
2#define DST_Event_H
3
4#include "GaudiKernel/DataObject.h"
5
6extern const CLID &CLID_DstEvent;
7
8class DstEvent : public DataObject {
9
10 public:
12 virtual ~DstEvent() {}
13
14 virtual const CLID& clID() const { return DstEvent::classID();}
15 static const CLID& classID() { return CLID_DstEvent; }
16
17};
18
19#endif //DST_Event_H
const CLID & CLID_DstEvent
Definition: EventModel.cxx:250
const CLID & CLID_DstEvent
Definition: EventModel.cxx:250