Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/framework/ffaobjects/SyncObject.h>
Public Member Functions | |
SyncObject ()=default | |
ctor - daughter class copy ctor needs this | |
SyncObject (const SyncObject &source)=default | |
copy ctor daughter class copy ctor needs also this | |
~SyncObject () override | |
dtor | |
void | Reset () override |
Clear Sync. | |
void | identify (std::ostream &os=std::cout) const override |
int | isValid () const override |
isValid returns non zero if object contains valid data | |
PHObject * | CloneMe () const override |
Virtual copy constructor. | |
SyncObject & | operator= (const SyncObject &source) |
virtual int | Different (const SyncObject *other) const |
virtual void | EventCounter (const int) |
set Event Counter | |
virtual void | EventNumber (const int) |
set Event Number | |
virtual void | SegmentNumber (const int) |
set Segment Number | |
virtual void | RunNumber (const int) |
set Run Number | |
Public Member Functions inherited from PHObject | |
PHObject () | |
ctor | |
~PHObject () override | |
dtor | |
virtual PHObject * | clone () const final |
PHObject * | Clone (const char *newname="") const final |
void | Copy (TObject &object) const final |
virtual int | Integrate () const |
virtual int | Integrate (PHObject *) |
virtual void | CopyFrom (const PHObject *obj) |
Protected Member Functions | |
virtual int | EventNumber () const |
get Event Number | |
virtual int | EventCounter () const |
get Event Counter | |
virtual int | RunNumber () const |
get Run Number | |
virtual int | SegmentNumber () const |
get Segment Number | |
Friends | |
class | SyncObjectv1 |
class | Fun4AllDstInputManager |
class | Fun4AllDstPileupInputManager |
class | DumpSyncObject |
class | SegmentSelect |
Definition at line 11 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 11 of file SyncObject.h
|
default |
ctor - daughter class copy ctor needs this
|
default |
copy ctor daughter class copy ctor needs also this
|
inlineoverride |
dtor
Definition at line 19 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 19 of file SyncObject.h
|
overridevirtual |
Virtual copy constructor.
Reimplemented from PHObject.
Reimplemented in SyncObjectv1.
Definition at line 28 of file SyncObject.cc.
View newest version in sPHENIX GitHub at line 28 of file SyncObject.cc
Referenced by Fun4AllDstInputManager::GetSyncObject(), Fun4AllPrdfInputManager::GetSyncObject(), Fun4AllPrdfInputPoolManager::GetSyncObject(), and Fun4AllStreamingInputManager::GetSyncObject().
|
virtual |
Definition at line 47 of file SyncObject.cc.
View newest version in sPHENIX GitHub at line 47 of file SyncObject.cc
References EventNumber(), and RunNumber().
Referenced by Fun4AllDstInputManager::SyncIt(), Fun4AllPrdfInputManager::SyncIt(), Fun4AllPrdfInputPoolManager::SyncIt(), and Fun4AllStreamingInputManager::SyncIt().
|
inlinevirtual |
Reimplemented in SyncObjectv1.
Definition at line 36 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 36 of file SyncObject.h
Referenced by operator=(), SyncReco::process_event(), DumpSyncObject::process_Node(), Fun4AllPrdfInputManager::run(), Fun4AllDstInputManager::SyncIt(), and SyncObjectv1::SyncObjectv1().
|
inlineprotectedvirtual |
Reimplemented in SyncObjectv1.
Definition at line 51 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 51 of file SyncObject.h
Referenced by operator=().
|
inlinevirtual |
set Event Number
Reimplemented in SyncObjectv1.
Definition at line 39 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 39 of file SyncObject.h
Referenced by Different(), operator=(), SyncReco::process_event(), DumpSyncObject::process_Node(), Fun4AllPrdfInputManager::run(), Fun4AllDstInputManager::SyncIt(), and SyncObjectv1::SyncObjectv1().
|
inlineprotectedvirtual |
get Event Number
Reimplemented in SyncObjectv1.
Definition at line 49 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 49 of file SyncObject.h
Referenced by Different(), and operator=().
|
overridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Reimplemented in SyncObjectv1.
Definition at line 15 of file SyncObject.cc.
View newest version in sPHENIX GitHub at line 15 of file SyncObject.cc
Referenced by SyncReco::process_event(), and Fun4AllDstInputManager::SyncIt().
|
overridevirtual |
isValid returns non zero if object contains valid data
Reimplemented from PHObject.
Reimplemented in SyncObjectv1.
Definition at line 21 of file SyncObject.cc.
View newest version in sPHENIX GitHub at line 21 of file SyncObject.cc
References PHWHERE.
Referenced by DumpSyncObject::process_Node().
SyncObject & SyncObject::operator= | ( | const SyncObject & | source | ) |
Definition at line 35 of file SyncObject.cc.
View newest version in sPHENIX GitHub at line 35 of file SyncObject.cc
References EventCounter(), EventNumber(), RunNumber(), and SegmentNumber().
|
overridevirtual |
Clear Sync.
Reimplemented from PHObject.
Reimplemented in SyncObjectv1.
Definition at line 9 of file SyncObject.cc.
View newest version in sPHENIX GitHub at line 9 of file SyncObject.cc
References PHWHERE.
Referenced by Fun4AllPrdfInputManager::ResetEvent().
|
inlinevirtual |
set Run Number
Reimplemented in SyncObjectv1.
Definition at line 45 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 45 of file SyncObject.h
Referenced by Different(), SyncReco::InitRun(), operator=(), SyncReco::process_event(), DumpSyncObject::process_Node(), Fun4AllPrdfInputManager::run(), Fun4AllDstInputManager::SyncIt(), and SyncObjectv1::SyncObjectv1().
|
inlineprotectedvirtual |
get Run Number
Reimplemented in SyncObjectv1.
Definition at line 53 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 53 of file SyncObject.h
Referenced by Different(), and operator=().
|
inlinevirtual |
set Segment Number
Reimplemented in SyncObjectv1.
Definition at line 42 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 42 of file SyncObject.h
Referenced by operator=(), SyncReco::process_event(), DumpSyncObject::process_Node(), Fun4AllPrdfInputManager::run(), Fun4AllDstInputManager::SyncIt(), and SyncObjectv1::SyncObjectv1().
|
inlineprotectedvirtual |
get Segment Number
Reimplemented in SyncObjectv1.
Definition at line 55 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 55 of file SyncObject.h
Referenced by operator=().
|
friend |
Definition at line 61 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 61 of file SyncObject.h
|
friend |
Definition at line 59 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 59 of file SyncObject.h
|
friend |
Definition at line 60 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 60 of file SyncObject.h
|
friend |
Definition at line 62 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 62 of file SyncObject.h
|
friend |
Definition at line 58 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 58 of file SyncObject.h