Definition at line 13 of file BSFilePeeker.cxx.
◆ BSFilePeeker()
BSFilePeeker::BSFilePeeker |
( |
const std::string & |
filename | ) |
|
Definition at line 41 of file BSFilePeeker.cxx.
44 DataReader *pDR = pickDataReader(
fName);
47 std::cerr <<
"Problem opening or reading the bytestream file "
48 <<
fName << std::endl;
53 std::cerr <<
"No events in file "<<
fName << std::endl;
64 const unsigned bt=pDR->beamType();
79 std::cerr <<
"WARNING: Unexpected beam type integer in BS file. Got " << bt << std::endl;
85 const std::vector<std::string> fmds=pDR->freeMetaDataStrings();
86 std::string eventTypeMD;
87 for (
const std::string& fm : fmds) {
93 if (eventTypeMD.find(
"is sim")!=std::string::npos) {
◆ extractValue()
bool BSFilePeeker::extractValue |
( |
const std::string & |
source, |
|
|
const std::string & |
key, |
|
|
std::string & |
value |
|
) |
| |
|
private |
◆ get()
◆ m_fmd
The documentation for this class was generated from the following file: