![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/framework/ffarawobjects/MvtxRawEvtHeader.h>
Inheritance diagram for MvtxRawEvtHeader:
Collaboration diagram for MvtxRawEvtHeader:Public Member Functions | |
| MvtxRawEvtHeader ()=default | |
| virtual | ~MvtxRawEvtHeader ()=default |
| virtual void | AddFeeId (const int &) |
| virtual void | AddL1Trg (const uint64_t &) |
| virtual void | AddFeeId (const std::set< uint16_t > &) |
| virtual void | AddL1Trg (const std::set< uint64_t > &) |
| virtual std::set< uint16_t > & | getMvtxFeeIdSet () |
| virtual std::set< uint64_t > & | getMvtxLvL1BCO () |
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 void | identify (std::ostream &os=std::cout) const |
| virtual void | Reset () |
| Clear Event. | |
| virtual int | isValid () const |
| isValid returns non zero if object contains vailid data | |
| virtual int | Integrate () const |
| virtual int | Integrate (PHObject *) |
| virtual void | CopyFrom (const PHObject *obj) |
Private Attributes | |
| std::set< uint16_t > | dummySet16 |
| std::set< uint64_t > | dummySet64 |
Definition at line 10 of file MvtxRawEvtHeader.h.
View newest version in sPHENIX GitHub at line 10 of file MvtxRawEvtHeader.h
|
default |
|
virtualdefault |
|
inlinevirtual |
Reimplemented in MvtxRawEvtHeaderv1.
Definition at line 17 of file MvtxRawEvtHeader.h.
View newest version in sPHENIX GitHub at line 17 of file MvtxRawEvtHeader.h
Referenced by Fun4AllStreamingInputManager::FillMvtx().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented in MvtxRawEvtHeaderv1.
Definition at line 20 of file MvtxRawEvtHeader.h.
View newest version in sPHENIX GitHub at line 20 of file MvtxRawEvtHeader.h
|
inlinevirtual |
Reimplemented in MvtxRawEvtHeaderv1.
Definition at line 18 of file MvtxRawEvtHeader.h.
View newest version in sPHENIX GitHub at line 18 of file MvtxRawEvtHeader.h
Referenced by Fun4AllStreamingInputManager::FillMvtx().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented in MvtxRawEvtHeaderv1.
Definition at line 21 of file MvtxRawEvtHeader.h.
View newest version in sPHENIX GitHub at line 21 of file MvtxRawEvtHeader.h
|
inlinevirtual |
Reimplemented in MvtxRawEvtHeaderv1.
Definition at line 23 of file MvtxRawEvtHeader.h.
View newest version in sPHENIX GitHub at line 23 of file MvtxRawEvtHeader.h
References dummySet16.
Referenced by DumpMvtxRawEvtHeader::process_Node().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented in MvtxRawEvtHeaderv1.
Definition at line 24 of file MvtxRawEvtHeader.h.
View newest version in sPHENIX GitHub at line 24 of file MvtxRawEvtHeader.h
References dummySet64.
Referenced by MvtxCombinedRawDataDecoder::process_event(), and DumpMvtxRawEvtHeader::process_Node().
Here is the caller graph for this function:
|
private |
Definition at line 24 of file MvtxRawEvtHeader.h.
View newest version in sPHENIX GitHub at line 24 of file MvtxRawEvtHeader.h
Referenced by getMvtxFeeIdSet().
|
private |
Definition at line 28 of file MvtxRawEvtHeader.h.
View newest version in sPHENIX GitHub at line 28 of file MvtxRawEvtHeader.h
Referenced by getMvtxLvL1BCO().