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