Analysis Software
Documentation for sPHENIX simulation software
|
Version 1 of CMFlashDifference. More...
#include <coresoftware/blob/master/offline/packages/trackbase/CMFlashDifferencev1.h>
Public Member Functions | |
CMFlashDifferencev1 ()=default | |
ctor | |
void | identify (std::ostream &os=std::cout) const override |
void | Reset () override |
Clear Event. | |
int | isValid () const override |
isValid returns non zero if object contains vailid data | |
PHObject * | CloneMe () const override |
Virtual copy constructor. | |
void | CopyFrom (const CMFlashDifference &) override |
copy content from base class | |
void | CopyFrom (CMFlashDifference *source) override |
copy content from base class | |
void | setNclusters (unsigned int n) override |
unsigned int | getNclusters () const override |
float | getTruthPhi () const override |
void | setTruthPhi (float phi) override |
float | getRecoPhi () const override |
void | setRecoPhi (float phi) override |
float | getTruthR () const override |
void | setTruthR (float r) override |
float | getRecoR () const override |
void | setRecoR (float r) override |
float | getTruthZ () const override |
void | setTruthZ (float z) override |
float | getRecoZ () const override |
void | setRecoZ (float z) override |
Public Member Functions inherited from CMFlashDifference | |
~CMFlashDifference () override | |
dtor | |
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 Attributes | |
unsigned int | m_nclusters = UINT_MAX |
float | m_Phi [2] = {NAN, NAN} |
float | m_R [2] = {NAN, NAN} |
float | m_Z [2] = {NAN, NAN} |
Additional Inherited Members | |
Protected Member Functions inherited from CMFlashDifference | |
CMFlashDifference ()=default | |
Version 1 of CMFlashDifference.
Definition at line 20 of file CMFlashDifferencev1.h.
View newest version in sPHENIX GitHub at line 20 of file CMFlashDifferencev1.h
|
default |
|
inlineoverridevirtual |
Virtual copy constructor.
Reimplemented from PHObject.
Definition at line 30 of file CMFlashDifferencev1.h.
View newest version in sPHENIX GitHub at line 30 of file CMFlashDifferencev1.h
References CMFlashDifferencev1().
|
overridevirtual |
copy content from base class
Reimplemented from CMFlashDifference.
Definition at line 49 of file CMFlashDifferencev1.cc.
View newest version in sPHENIX GitHub at line 49 of file CMFlashDifferencev1.cc
References CMFlashDifference::CopyFrom(), CMFlashDifference::getNclusters(), CMFlashDifference::getRecoPhi(), CMFlashDifference::getRecoR(), CMFlashDifference::getRecoZ(), CMFlashDifference::getTruthPhi(), CMFlashDifference::getTruthR(), CMFlashDifference::getTruthZ(), setNclusters(), setRecoPhi(), setRecoR(), setRecoZ(), setTruthPhi(), setTruthR(), and setTruthZ().
|
inlineoverridevirtual |
copy content from base class
Reimplemented from CMFlashDifference.
Definition at line 36 of file CMFlashDifferencev1.h.
View newest version in sPHENIX GitHub at line 36 of file CMFlashDifferencev1.h
References CopyFrom().
Referenced by CopyFrom().
|
inlineoverridevirtual |
Reimplemented from CMFlashDifference.
Definition at line 40 of file CMFlashDifferencev1.h.
View newest version in sPHENIX GitHub at line 40 of file CMFlashDifferencev1.h
References m_nclusters.
|
inlineoverridevirtual |
Reimplemented from CMFlashDifference.
Definition at line 47 of file CMFlashDifferencev1.h.
View newest version in sPHENIX GitHub at line 47 of file CMFlashDifferencev1.h
References m_Phi.
Referenced by isValid().
|
inlineoverridevirtual |
Reimplemented from CMFlashDifference.
Definition at line 53 of file CMFlashDifferencev1.h.
View newest version in sPHENIX GitHub at line 53 of file CMFlashDifferencev1.h
References m_R.
Referenced by isValid().
|
inlineoverridevirtual |
Reimplemented from CMFlashDifference.
Definition at line 59 of file CMFlashDifferencev1.h.
View newest version in sPHENIX GitHub at line 59 of file CMFlashDifferencev1.h
References m_Z.
Referenced by isValid().
|
inlineoverridevirtual |
Reimplemented from CMFlashDifference.
Definition at line 44 of file CMFlashDifferencev1.h.
View newest version in sPHENIX GitHub at line 44 of file CMFlashDifferencev1.h
References m_Phi.
Referenced by isValid().
|
inlineoverridevirtual |
Reimplemented from CMFlashDifference.
Definition at line 50 of file CMFlashDifferencev1.h.
View newest version in sPHENIX GitHub at line 50 of file CMFlashDifferencev1.h
References m_R.
Referenced by isValid().
|
inlineoverridevirtual |
Reimplemented from CMFlashDifference.
Definition at line 56 of file CMFlashDifferencev1.h.
View newest version in sPHENIX GitHub at line 56 of file CMFlashDifferencev1.h
References m_Z.
Referenced by isValid().
|
overridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from CMFlashDifference.
Definition at line 12 of file CMFlashDifferencev1.cc.
View newest version in sPHENIX GitHub at line 12 of file CMFlashDifferencev1.cc
References m_nclusters, m_Phi, m_R, and m_Z.
|
overridevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from CMFlashDifference.
Definition at line 33 of file CMFlashDifferencev1.cc.
View newest version in sPHENIX GitHub at line 33 of file CMFlashDifferencev1.cc
References getRecoPhi(), getRecoR(), getRecoZ(), getTruthPhi(), getTruthR(), getTruthZ(), and m_nclusters.
|
inlineoverridevirtual |
Clear Event.
Reimplemented from CMFlashDifference.
Definition at line 28 of file CMFlashDifferencev1.h.
View newest version in sPHENIX GitHub at line 28 of file CMFlashDifferencev1.h
|
inlineoverridevirtual |
Reimplemented from CMFlashDifference.
Definition at line 39 of file CMFlashDifferencev1.h.
View newest version in sPHENIX GitHub at line 39 of file CMFlashDifferencev1.h
References m_nclusters, and n.
Referenced by CopyFrom().
|
inlineoverridevirtual |
Reimplemented from CMFlashDifference.
Definition at line 48 of file CMFlashDifferencev1.h.
View newest version in sPHENIX GitHub at line 48 of file CMFlashDifferencev1.h
References m_Phi, and ActsTests::PropagationDatasets::phi.
Referenced by CopyFrom().
|
inlineoverridevirtual |
Reimplemented from CMFlashDifference.
Definition at line 54 of file CMFlashDifferencev1.h.
View newest version in sPHENIX GitHub at line 54 of file CMFlashDifferencev1.h
References m_R, and physmon_track_finding_ttbar::r.
Referenced by CopyFrom().
|
inlineoverridevirtual |
Reimplemented from CMFlashDifference.
Definition at line 60 of file CMFlashDifferencev1.h.
View newest version in sPHENIX GitHub at line 60 of file CMFlashDifferencev1.h
References m_Z, and physmon_track_finding_ttbar::z.
Referenced by CopyFrom().
|
inlineoverridevirtual |
Reimplemented from CMFlashDifference.
Definition at line 45 of file CMFlashDifferencev1.h.
View newest version in sPHENIX GitHub at line 45 of file CMFlashDifferencev1.h
References m_Phi, and ActsTests::PropagationDatasets::phi.
Referenced by CopyFrom().
|
inlineoverridevirtual |
Reimplemented from CMFlashDifference.
Definition at line 51 of file CMFlashDifferencev1.h.
View newest version in sPHENIX GitHub at line 51 of file CMFlashDifferencev1.h
References m_R, and physmon_track_finding_ttbar::r.
Referenced by CopyFrom().
|
inlineoverridevirtual |
Reimplemented from CMFlashDifference.
Definition at line 57 of file CMFlashDifferencev1.h.
View newest version in sPHENIX GitHub at line 57 of file CMFlashDifferencev1.h
References m_Z, and physmon_track_finding_ttbar::z.
Referenced by CopyFrom().
|
protected |
Definition at line 75 of file CMFlashDifferencev1.h.
View newest version in sPHENIX GitHub at line 75 of file CMFlashDifferencev1.h
Referenced by getNclusters(), identify(), isValid(), and setNclusters().
|
protected |
Definition at line 77 of file CMFlashDifferencev1.h.
View newest version in sPHENIX GitHub at line 77 of file CMFlashDifferencev1.h
Referenced by getRecoPhi(), getTruthPhi(), identify(), setRecoPhi(), and setTruthPhi().
|
protected |
Definition at line 78 of file CMFlashDifferencev1.h.
View newest version in sPHENIX GitHub at line 78 of file CMFlashDifferencev1.h
Referenced by getRecoR(), getTruthR(), identify(), setRecoR(), and setTruthR().
|
protected |
Definition at line 79 of file CMFlashDifferencev1.h.
View newest version in sPHENIX GitHub at line 79 of file CMFlashDifferencev1.h
Referenced by getRecoZ(), getTruthZ(), identify(), setRecoZ(), and setTruthZ().