ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/visualization/gMocren/include/G4GMocrenIO.hh>
Classes | |
struct | Step |
Public Member Functions | |
GMocrenTrack () | |
~GMocrenTrack () | |
int | getNumberOfSteps () |
void | addStep (float _startx, float _starty, float _startz, float _endx, float _endy, float _endz) |
void | getStep (float &_startx, float &_starty, float &_startz, float &_endx, float &_endy, float &_endz, int _num) |
void | setTrack (std::vector< struct Step > &_aTrack) |
void | setColor (unsigned char _color[3]) |
void | getColor (unsigned char _color[3]) |
void | translate (std::vector< float > &_tranlate) |
Protected Attributes | |
std::vector< struct Step > | kTrack |
unsigned char | kColor [3] |
Definition at line 91 of file G4GMocrenIO.hh.
View newest version in sPHENIX GitHub at line 91 of file G4GMocrenIO.hh
GMocrenTrack::GMocrenTrack | ( | ) |
Definition at line 249 of file G4GMocrenIO.cc.
View newest version in sPHENIX GitHub at line 249 of file G4GMocrenIO.cc
|
inline |
Definition at line 103 of file G4GMocrenIO.hh.
View newest version in sPHENIX GitHub at line 103 of file G4GMocrenIO.hh
void GMocrenTrack::addStep | ( | float | _startx, |
float | _starty, | ||
float | _startz, | ||
float | _endx, | ||
float | _endy, | ||
float | _endz | ||
) |
Definition at line 254 of file G4GMocrenIO.cc.
View newest version in sPHENIX GitHub at line 254 of file G4GMocrenIO.cc
References GMocrenTrack::Step::endPoint, kTrack, and GMocrenTrack::Step::startPoint.
|
inline |
Definition at line 116 of file G4GMocrenIO.hh.
View newest version in sPHENIX GitHub at line 116 of file G4GMocrenIO.hh
References kColor.
|
inline |
Definition at line 106 of file G4GMocrenIO.hh.
View newest version in sPHENIX GitHub at line 106 of file G4GMocrenIO.hh
References kTrack.
void GMocrenTrack::getStep | ( | float & | _startx, |
float & | _starty, | ||
float & | _startz, | ||
float & | _endx, | ||
float & | _endy, | ||
float & | _endz, | ||
int | _num | ||
) |
Definition at line 265 of file G4GMocrenIO.cc.
View newest version in sPHENIX GitHub at line 265 of file G4GMocrenIO.cc
References G4VisManager::errors, G4cout, G4endl, G4VisManager::GetVerbosity(), and kTrack.
|
inline |
Definition at line 113 of file G4GMocrenIO.hh.
View newest version in sPHENIX GitHub at line 113 of file G4GMocrenIO.hh
References kColor.
Referenced by G4GMocrenIO::addTrack().
Definition at line 112 of file G4GMocrenIO.hh.
View newest version in sPHENIX GitHub at line 112 of file G4GMocrenIO.hh
References kTrack.
Referenced by G4GMocrenIO::addTrack().
void GMocrenTrack::translate | ( | std::vector< float > & | _tranlate | ) |
Definition at line 282 of file G4GMocrenIO.cc.
View newest version in sPHENIX GitHub at line 282 of file G4GMocrenIO.cc
References kTrack.
|
protected |
Definition at line 99 of file G4GMocrenIO.hh.
View newest version in sPHENIX GitHub at line 99 of file G4GMocrenIO.hh
Referenced by getColor(), GMocrenTrack(), and setColor().
|
protected |
Definition at line 98 of file G4GMocrenIO.hh.
View newest version in sPHENIX GitHub at line 98 of file G4GMocrenIO.hh
Referenced by addStep(), getNumberOfSteps(), getStep(), GMocrenTrack(), setTrack(), and translate().