![]() |
eic-smear
1.0.3
A collection of ROOT classes for Monte Carlo events and a fast-smearing code simulating detector effects for the Electron-Ion Collider task force
|
#include <File.h>
Public Member Functions | |
LogReaderDjangoh () | |
virtual | ~LogReaderDjangoh () |
LogReaderDjangoh * | Create () const |
bool | Extract (const std::string &file) |
Int_t | Save () const |
![]() | |
LogReader () | |
virtual | ~LogReader () |
Protected Attributes | |
TObjString | crossSection_ |
TObjString | nEvents_ |
| |
Processes DJANGOH 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.
|
virtual |
|
inlinevirtual |
Return a new LogReaderDjangoh instance.
Implements erhic::LogReader.
|
virtual |
Extract data from the named log file.
Implements erhic::LogReader.
|
virtual |
Write the extracted information to the current file, if it is writeable. If you want to write the LogReaderDjangoh itself, use LogReaderDjangoh::Write().
Implements erhic::LogReader.