EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Thin or thick scatterer. More...
#include <fun4all_GenFit/blob/master/core/include/ThinScatterer.h>
Public Member Functions | |
ThinScatterer () | |
ThinScatterer (const SharedPlanePtr &sharedPlane, const Material &material) | |
SharedPlanePtr | getPlane () const |
const Material & | getMaterial () const |
void | Print (const Option_t *="") const |
Private Attributes | |
SharedPlanePtr | sharedPlane_ |
Material | material_ |
Material boundary. '!' shuts up ROOT. | |
Thin or thick scatterer.
Definition at line 38 of file ThinScatterer.h.
View newest version in sPHENIX GitHub at line 38 of file ThinScatterer.h
|
inline |
Definition at line 42 of file ThinScatterer.h.
View newest version in sPHENIX GitHub at line 42 of file ThinScatterer.h
|
inline |
Definition at line 44 of file ThinScatterer.h.
View newest version in sPHENIX GitHub at line 44 of file ThinScatterer.h
|
inline |
Definition at line 48 of file ThinScatterer.h.
View newest version in sPHENIX GitHub at line 48 of file ThinScatterer.h
References material_.
Referenced by genfit::GblFitterInfo::constructGblPoint().
|
inline |
Definition at line 47 of file ThinScatterer.h.
View newest version in sPHENIX GitHub at line 47 of file ThinScatterer.h
References sharedPlane_.
void genfit::ThinScatterer::Print | ( | const Option_t * | = "" | ) | const |
Definition at line 28 of file ThinScatterer.cc.
View newest version in sPHENIX GitHub at line 28 of file ThinScatterer.cc
References material_, genfit::Material::Print(), genfit::printOut, and sharedPlane_.
|
private |
Material boundary. '!' shuts up ROOT.
Definition at line 55 of file ThinScatterer.h.
View newest version in sPHENIX GitHub at line 55 of file ThinScatterer.h
Referenced by getMaterial(), and Print().
|
private |
Definition at line 54 of file ThinScatterer.h.
View newest version in sPHENIX GitHub at line 54 of file ThinScatterer.h
Referenced by getPlane(), and Print().