![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <fun4all_coresoftware/blob/master/offline/framework/ffaobjects/FlagSave.h>
Inheritance diagram for FlagSave:
Collaboration diagram for FlagSave:Public Member Functions | |
| ~FlagSave () override | |
| dtor | |
| void | Reset () override |
| Clear Flag. | |
| void | identify (std::ostream &os=std::cout) const override |
| int | isValid () const override |
| isValid returns non zero if object contains valid data | |
| virtual int | FillFromPHFlag (const PHFlag *) |
| virtual int | PutFlagsBack (PHFlag *) |
Public Member Functions inherited from PHObject | |
| PHObject () | |
| ctor | |
| ~PHObject () override | |
| dtor | |
| virtual PHObject * | CloneMe () const |
| Virtual copy constructor. | |
| 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) |
Definition at line 12 of file FlagSave.h.
View newest version in sPHENIX GitHub at line 12 of file FlagSave.h
|
inlineoverride |
dtor
Definition at line 16 of file FlagSave.h.
View newest version in sPHENIX GitHub at line 16 of file FlagSave.h
|
inlinevirtual |
Reimplemented in FlagSavev1.
Definition at line 41 of file FlagSave.h.
View newest version in sPHENIX GitHub at line 41 of file FlagSave.h
Referenced by HeadReco::EndRun().
Here is the caller graph for this function:
|
inlineoverridevirtual |
identify Function from PHObject
| os | Output Stream |
Reimplemented from PHObject.
Reimplemented in FlagSavev1.
Definition at line 28 of file FlagSave.h.
View newest version in sPHENIX GitHub at line 28 of file FlagSave.h
Referenced by HeadReco::EndRun().
Here is the caller graph for this function:
|
inlineoverridevirtual |
isValid returns non zero if object contains valid data
Reimplemented from PHObject.
Reimplemented in FlagSavev1.
Definition at line 35 of file FlagSave.h.
View newest version in sPHENIX GitHub at line 35 of file FlagSave.h
References PHWHERE.
|
inlinevirtual |
Reimplemented in FlagSavev1.
Definition at line 42 of file FlagSave.h.
View newest version in sPHENIX GitHub at line 42 of file FlagSave.h
|
inlineoverridevirtual |
Clear Flag.
Reimplemented from PHObject.
Reimplemented in FlagSavev1.
Definition at line 19 of file FlagSave.h.
View newest version in sPHENIX GitHub at line 19 of file FlagSave.h
References PHWHERE.