Essential information of the event used in examples It can be identified by "/Event".
More...
#include <src/Test/Event.h>
|
| | Event () |
| | Constructors.
|
| |
| virtual | ~Event () |
| | Destructor.
|
| |
| virtual const CLID & | clID () const |
| | Retrieve reference to class definition structure.
|
| |
| long | event () const |
| | Retrieve event number.
|
| |
| void | setEvent (long value) |
| | Update event number.
|
| |
| long | run () const |
| | Retrieve run number.
|
| |
| void | setRun (long value) |
| | Update run number.
|
| |
| const Gaudi::Time & | time () const |
| | Retrieve reference to event time stamp.
|
| |
| void | setTime (const Gaudi::Time &value) |
| | Update reference to event time stamp.
|
| |
| virtual std::ostream & | fillStream (std::ostream &s) const |
| | Fill the output stream (ASCII)
|
| |
| | DataObject () |
| | Standard Constructor.
|
| |
| | DataObject (const DataObject &) |
| | Copy Constructor.
|
| |
| virtual | ~DataObject () |
| | Standard Destructor.
|
| |
| virtual unsigned long | addRef () |
| | Add reference to object.
|
| |
| virtual unsigned long | release () |
| | release reference to object
|
| |
| const std::string & | name () const |
| | Retreive DataObject name. It is the name when registered in the store.
|
| |
| virtual StatusCode | update () |
| | Provide empty placeholder for internal object reconfiguration callback.
|
| |
| | DataObject () |
| | Standard Constructor.
|
| |
| | DataObject (const DataObject &) |
| | Copy Constructor.
|
| |
| virtual | ~DataObject () |
| | Standard Destructor.
|
| |
| virtual unsigned long | addRef () |
| | Add reference to object.
|
| |
| virtual unsigned long | release () |
| | release reference to object
|
| |
| const std::string & | name () const |
| | Retreive DataObject name. It is the name when registered in the store.
|
| |
| virtual StatusCode | update () |
| | Provide empty placeholder for internal object reconfiguration callback.
|
| |
| void | setRegistry (IRegistry *pRegistry) |
| | Set pointer to Registry.
|
| |
| IRegistry * | registry () const |
| | Get pointer to Registry.
|
| |
| LinkManager * | linkMgr () const |
| | Retrieve Link manager.
|
| |
| unsigned char | version () const |
| | Retrieve version number of this object representation.
|
| |
| void | setVersion (unsigned char vsn) |
| | Set version number of this object representation.
|
| |
| unsigned long | refCount () const |
| | Return the refcount.
|
| |
| void | setRegistry (IRegistry *pRegistry) |
| | Set pointer to Registry.
|
| |
| IRegistry * | registry () const |
| | Get pointer to Registry.
|
| |
| LinkManager * | linkMgr () const |
| | Retrieve Link manager.
|
| |
| unsigned char | version () const |
| | Retrieve version number of this object representation.
|
| |
| void | setVersion (unsigned char vsn) |
| | Set version number of this object representation.
|
| |
| unsigned long | refCount () const |
| | Return the refcount.
|
| |
|
| static const CLID & | classID () |
| |
| static const CLID & | classID () |
| | Retrieve reference to class definition structure (static access)
|
| |
| static const CLID & | classID () |
| | Retrieve reference to class definition structure (static access)
|
| |
|
| std::ostream & | operator<< (std::ostream &s, const Event &obj) |
| | Output operator (ASCII)
|
| |
Essential information of the event used in examples It can be identified by "/Event".
- Author
- Pavel Binko
Definition at line 24 of file Event.h.
Constructors.
Definition at line 28 of file Event.h.
| virtual Event::~Event |
( |
| ) |
|
|
inlinevirtual |
Destructor.
Definition at line 30 of file Event.h.
| static const CLID& Event::classID |
( |
| ) |
|
|
inlinestatic |
| virtual const CLID& Event::clID |
( |
| ) |
const |
|
inlinevirtual |
Retrieve reference to class definition structure.
Reimplemented from DataObject.
Definition at line 33 of file Event.h.
| long Event::event |
( |
| ) |
const |
|
inline |
Retrieve event number.
Definition at line 37 of file Event.h.
| std::ostream & Event::fillStream |
( |
std::ostream & |
s | ) |
const |
|
inlinevirtual |
Fill the output stream (ASCII)
Reimplemented from DataObject.
Definition at line 68 of file Event.h.
{
<< "class Event :"
<< "\n Event number = "
<< std::setw(12)
<< "\n Run number = "
<< std::setw(12)
}
| long Event::run |
( |
| ) |
const |
|
inline |
Retrieve run number.
Definition at line 42 of file Event.h.
| void Event::setEvent |
( |
long |
value | ) |
|
|
inline |
Update event number.
Definition at line 39 of file Event.h.
| void Event::setRun |
( |
long |
value | ) |
|
|
inline |
Update run number.
Definition at line 44 of file Event.h.
Update reference to event time stamp.
Definition at line 49 of file Event.h.
Retrieve reference to event time stamp.
Definition at line 47 of file Event.h.
| std::ostream& operator<< |
( |
std::ostream & |
s, |
|
|
const Event & |
obj |
|
) |
| |
|
friend |
Output operator (ASCII)
Definition at line 52 of file Event.h.
Run number.
Definition at line 62 of file Event.h.
Time stamp.
Definition at line 64 of file Event.h.
The documentation for this class was generated from the following file: