ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Namespaces | |
namespace | ID |
Typedefs | |
using | SetupStyle_f = std::function< G4int(G4coutDestination *)> |
using | String_V = std::vector< G4String > |
Functions | |
String_V | Names () |
G4int | HandleStyle (G4coutDestination *dest, const G4String &style) |
void | SetMasterStyle (const G4String &) |
G4String | GetMasterStyle () |
void | SetupStyleGlobally (const G4String &news) |
void | RegisterNewStyle (const G4String &name, SetupStyle_f &formatter) |
using G4coutFormatters::SetupStyle_f = typedef std::function<G4int(G4coutDestination*)> |
Definition at line 74 of file G4coutFormatters.hh.
View newest version in sPHENIX GitHub at line 74 of file G4coutFormatters.hh
using G4coutFormatters::String_V = typedef std::vector<G4String> |
Definition at line 76 of file G4coutFormatters.hh.
View newest version in sPHENIX GitHub at line 76 of file G4coutFormatters.hh
G4String G4coutFormatters::GetMasterStyle | ( | ) |
Definition at line 123 of file G4coutFormatters.cc.
View newest version in sPHENIX GitHub at line 123 of file G4coutFormatters.cc
G4int G4coutFormatters::HandleStyle | ( | G4coutDestination * | dest, |
const G4String & | style | ||
) |
Definition at line 147 of file G4coutFormatters.cc.
View newest version in sPHENIX GitHub at line 147 of file G4coutFormatters.cc
Referenced by SetupStyleGlobally().
String_V G4coutFormatters::Names | ( | ) |
Definition at line 137 of file G4coutFormatters.cc.
View newest version in sPHENIX GitHub at line 137 of file G4coutFormatters.cc
Definition at line 153 of file G4coutFormatters.cc.
View newest version in sPHENIX GitHub at line 153 of file G4coutFormatters.cc
References G4Exception(), and JustWarning.
Definition at line 118 of file G4coutFormatters.cc.
View newest version in sPHENIX GitHub at line 118 of file G4coutFormatters.cc
Referenced by SetupStyleGlobally().
Definition at line 128 of file G4coutFormatters.cc.
View newest version in sPHENIX GitHub at line 128 of file G4coutFormatters.cc
References G4cerrbuf, G4coutbuf, HandleStyle(), G4strstreambuf::SetDestination(), and SetMasterStyle().