BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Event/EvtRecEvent/include/EvtRecEvent/EvtRecObject.h
Go to the documentation of this file.
1#ifndef Event_EvtRecObject_H
2#define Event_EvtRecObject_H
3
4#include "EventModel/EventModel.h"
5#include "GaudiKernel/DataObject.h"
6
7using namespace EventModel;
8
9extern const CLID& CLID_EvtRecObject;
10
11class EvtRecObject : public DataObject {
12
13public:
14 virtual const CLID& clID() const { return EvtRecObject::classID(); }
15 static const CLID& classID() { return CLID_EvtRecObject; }
16
17 // default constructor and destructor
18 EvtRecObject() : DataObject() {}
19 virtual ~EvtRecObject() {}
20
21private:
22};
23
24#endif
const CLID & CLID_EvtRecObject
! Global link and reconstruction
const CLID & CLID_EvtRecObject
! Global link and reconstruction