EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <fun4all_coresoftware/blob/master/offline/framework/ffaobjects/SyncObject.h>
Public Member Functions | |
~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. | |
virtual 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 | 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 |
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
|
inlineoverride |
dtor
Definition at line 15 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 15 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(), and Fun4AllPrdfInputManager::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(), and Fun4AllPrdfInputManager::SyncIt().
|
inlinevirtual |
set Event Counter
Reimplemented in SyncObjectv1.
Definition at line 33 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 33 of file SyncObject.h
Referenced by operator=(), SyncReco::process_event(), DumpSyncObject::process_Node(), Fun4AllPrdfInputManager::run(), Fun4AllDstInputManager::SyncIt(), and SyncObjectv1::SyncObjectv1().
|
inlineprotectedvirtual |
get Event Counter
Reimplemented in SyncObjectv1.
Definition at line 48 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 48 of file SyncObject.h
Referenced by operator=().
|
inlinevirtual |
set Event Number
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 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 46 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 46 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().
|
virtual |
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 42 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 42 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 50 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 50 of file SyncObject.h
Referenced by Different(), and operator=().
|
inlinevirtual |
set Segment 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 operator=(), SyncReco::process_event(), DumpSyncObject::process_Node(), Fun4AllPrdfInputManager::run(), Fun4AllDstInputManager::SyncIt(), and SyncObjectv1::SyncObjectv1().
|
inlineprotectedvirtual |
get Segment Number
Definition at line 52 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 52 of file SyncObject.h
Referenced by operator=(), and SyncObjectv1::SyncObjectv1().
|
friend |
Definition at line 58 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 58 of file SyncObject.h
|
friend |
Definition at line 56 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 56 of file SyncObject.h
|
friend |
Definition at line 57 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 57 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 55 of file SyncObject.h.
View newest version in sPHENIX GitHub at line 55 of file SyncObject.h