BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Event/McTruth/include/McTruth/McEvent.h
Go to the documentation of this file.
1#ifndef MC_Event_H
2#define MC_Event_H
3
4#include "GaudiKernel/DataObject.h"
5
6extern const CLID& CLID_McEvent;
7
8class McEvent : public DataObject {
9
10public:
12 virtual ~McEvent() {}
13
14 virtual const CLID& clID() const { return McEvent::classID(); }
15 static const CLID& classID() { return CLID_McEvent; }
16
17private:
18};
19
20#endif // MC_Event_H
const CLID & CLID_McEvent
const CLID & CLID_McEvent
virtual const CLID & clID() const
static const CLID & classID()