EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <eic-smear/blob/master/include/eicsmear/erhic/File.h>
Public Member Functions | |
LogReaderPepsi () | |
virtual | ~LogReaderPepsi () |
LogReaderPepsi * | Create () const |
bool | Extract (const std::string &file) |
Int_t | Save () const |
Public Member Functions inherited from erhic::LogReader | |
LogReader () | |
virtual | ~LogReader () |
Protected Attributes | |
TObjString | crossSection_ |
TObjString | nEvents_ |
| |
TObjString | nTrials_ |
| |
Processes PEPSI log files.
Reads a log file and finds the total cross section and the number of generated events when Extract() is called. Writes those values as TObjStrings to the current directory when Save() is called, assuming that directory is writeable.
Definition at line 127 of file File.h.
View newest version in sPHENIX GitHub at line 127 of file File.h
erhic::LogReaderPepsi::LogReaderPepsi | ( | ) |
|
virtual |
|
inlinevirtual |
Return a new LogReaderPepsi instance.
Implements erhic::LogReader.
Definition at line 164 of file File.h.
View newest version in sPHENIX GitHub at line 164 of file File.h
References LogReaderPepsi().
|
virtual |
Extract data from the named log file.
Implements erhic::LogReader.
Definition at line 107 of file File.cxx.
View newest version in sPHENIX GitHub at line 107 of file File.cxx
References crossSection_, Acts::UnitConstants::e, getline, in, LogLineParse(), nEvents, nEvents_, and nTrials_.
|
virtual |
Write the extracted information to the current file, if it is writeable. If you want to write the LogReaderPepsi itself, use LogReaderPepsi::Write().
Implements erhic::LogReader.
Definition at line 131 of file File.cxx.
View newest version in sPHENIX GitHub at line 131 of file File.cxx
References crossSection_, nEvents_, and nTrials_.
|
protected |
|
protected |
|
protected |