BOSS 7.0.6
BESIII Offline Software System
Loading...
Searching...
No Matches
Event::EventH Class Reference

#include <Event.h>

+ Inheritance diagram for Event::EventH:

Public Member Functions

 EventH ()
 
virtual ~EventH ()
 
virtual const CLID & clID () const
 Retrieve reference to class definition structure.
 

Static Public Member Functions

static const CLID & classID ()
 

Detailed Description

Definition at line 23 of file Event.h.

Constructor & Destructor Documentation

◆ EventH()

Event::EventH::EventH ( )
inline

Definition at line 27 of file Event.h.

28 : DataObject() {}

◆ ~EventH()

virtual Event::EventH::~EventH ( )
inlinevirtual

Definition at line 30 of file Event.h.

30{}

Member Function Documentation

◆ classID()

static const CLID & Event::EventH::classID ( )
inlinestatic

Definition at line 34 of file Event.h.

34{ return CLID_Event; }
const CLID & CLID_Event
Definition: EventModel.cxx:193

Referenced by clID().

◆ clID()

virtual const CLID & Event::EventH::clID ( ) const
inlinevirtual

Retrieve reference to class definition structure.

Definition at line 33 of file Event.h.

33{ return EventH::classID(); }
static const CLID & classID()
Definition: Event.h:34

The documentation for this class was generated from the following file: