|
Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/ffaobjects/SyncObjectv1.h>
Inheritance diagram for SyncObjectv1:
Collaboration diagram for SyncObjectv1:Public Member Functions | |
| SyncObjectv1 () | |
| ctor More... | |
| SyncObjectv1 (const SyncObject &) | |
| SyncObjectv1 * | clone () const |
| Virtual copy constructor. More... | |
| virtual | ~SyncObjectv1 () |
| dtor More... | |
| void | Reset () |
| Clear Event. More... | |
| void | identify (std::ostream &os=std::cout) const |
| int | isValid () const |
| isValid returns non zero if object contains valid data More... | |
| void | EventCounter (const int ival) |
| set Event Counter More... | |
| void | EventNumber (const int ival) |
| set Event Number More... | |
| void | RunNumber (const int ival) |
| set Run Number More... | |
Public Member Functions inherited from SyncObject | |
| virtual | ~SyncObject () |
| dtor More... | |
| virtual SyncObject & | operator= (const SyncObject &source) |
| virtual int | Different (const SyncObject *other) const |
| virtual void | SegmentNumber (const int) |
| set Segment Number More... | |
| virtual | ~SyncObject () |
| dtor More... | |
| virtual SyncObject & | operator= (const SyncObject &source) |
| virtual int | Different (const SyncObject *other) const |
| virtual void | SegmentNumber (const int) |
| set Segment Number More... | |
Public Member Functions inherited from PHObject | |
| PHObject () | |
| ctor More... | |
| virtual | ~PHObject () |
| dtor More... | |
| virtual int | isValid (const float) const |
| virtual int | isValid (const double) const |
| virtual int | isValid (const int) const |
| virtual int | isValid (const unsigned int) const |
| virtual int | isImplemented (const float f) const |
| virtual int | isImplemented (const double f) const |
| virtual int | isImplemented (const int i) const |
| virtual int | isImplemented (const unsigned int i) const |
| void | SplitLevel (const int i) |
| int | SplitLevel () const |
| void | BufferSize (const int i) |
| int | BufferSize () const |
Protected Member Functions | |
| int | EventCounter () const |
| get Event Counter More... | |
| int | EventNumber () const |
| get Event Number More... | |
| int | RunNumber () const |
| get Run Number More... | |
Protected Member Functions inherited from SyncObject | |
| virtual int | SegmentNumber () const |
| get Segment Number More... | |
| virtual int | SegmentNumber () const |
| get Segment Number More... | |
Protected Attributes | |
| int | eventcounter |
| int | eventnumber |
| int | runnumber |
Definition at line 7 of file SyncObjectv1.h.
| SyncObjectv1::SyncObjectv1 | ( | ) |
| SyncObjectv1::SyncObjectv1 | ( | const SyncObject & | source | ) |
Definition at line 14 of file SyncObjectv1.cc.
References EventCounter(), SyncObject::EventCounter(), EventNumber(), SyncObject::EventNumber(), RunNumber(), and SyncObject::RunNumber().
Here is the call graph for this function:
|
inlinevirtual |
dtor
Definition at line 17 of file SyncObjectv1.h.
|
inlinevirtual |
Virtual copy constructor.
Reimplemented from SyncObject.
Reimplemented in SyncObjectv2.
Definition at line 15 of file SyncObjectv1.h.
References SyncObjectv1().
Here is the call graph for this function:
|
inlineprotectedvirtual |
get Event Counter
Reimplemented from SyncObject.
Definition at line 41 of file SyncObjectv1.h.
References eventcounter.
Referenced by SyncObjectv1(), and SyncObjectv2::SyncObjectv2().
Here is the caller graph for this function:
|
inlinevirtual |
set Event Counter
Reimplemented from SyncObject.
Definition at line 31 of file SyncObjectv1.h.
References eventcounter.
|
inlineprotectedvirtual |
get Event Number
Reimplemented from SyncObject.
Definition at line 43 of file SyncObjectv1.h.
References eventnumber.
Referenced by SyncObjectv1(), and SyncObjectv2::SyncObjectv2().
Here is the caller graph for this function:
|
inlinevirtual |
set Event Number
Reimplemented from SyncObject.
Definition at line 34 of file SyncObjectv1.h.
References eventnumber.
|
virtual |
identify Function from PHObject
| os | Output Stream |
Reimplemented from SyncObject.
Reimplemented in SyncObjectv2.
Definition at line 29 of file SyncObjectv1.cc.
References eventcounter, eventnumber, and runnumber.
|
virtual |
isValid returns non zero if object contains valid data
Reimplemented from SyncObject.
Definition at line 40 of file SyncObjectv1.cc.
References eventcounter.
|
virtual |
Clear Event.
Reimplemented from SyncObject.
Reimplemented in SyncObjectv2.
Definition at line 21 of file SyncObjectv1.cc.
References eventcounter, eventnumber, and runnumber.
Referenced by SyncObjectv2::Reset().
Here is the caller graph for this function:
|
inlineprotectedvirtual |
get Run Number
Reimplemented from SyncObject.
Definition at line 45 of file SyncObjectv1.h.
References runnumber.
Referenced by SyncObjectv1(), and SyncObjectv2::SyncObjectv2().
Here is the caller graph for this function:
|
inlinevirtual |
set Run Number
Reimplemented from SyncObject.
Definition at line 37 of file SyncObjectv1.h.
References runnumber.
|
protected |
Definition at line 47 of file SyncObjectv1.h.
Referenced by EventCounter(), identify(), SyncObjectv2::identify(), isValid(), and Reset().
|
protected |
Definition at line 48 of file SyncObjectv1.h.
Referenced by EventNumber(), identify(), SyncObjectv2::identify(), and Reset().
|
protected |
Definition at line 49 of file SyncObjectv1.h.
Referenced by identify(), SyncObjectv2::identify(), Reset(), and RunNumber().