#include "TFile.h"
#include "TTree.h"
#include <iostream>
#include <vector>
#include <string>
#include <chrono>
#include <set>
#include <algorithm>
#include <unistd.h>
#include "EventTPCnv/EventStreamInfo_p3.h"
#include "EventTPCnv/EventStreamInfo_p2.h"
#include "IOVDbTPCnv/IOVMetaDataContainer_p1.h"
#include "ByteStreamEventTPCnv/ByteStreamMetadata_p1.h"
#include "FileMetaData.h"
#include "CxxUtils/checker_macros.h"
Go to the source code of this file.
◆ ATLAS_NOT_THREAD_SAFE()
int main ATLAS_NOT_THREAD_SAFE |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 330 of file PoolFilePeeker.cxx.
336 while ((
c = getopt (
argc,
argv,
"vk")) != -1) {
345 std::cerr <<
"Unkown command line option" << std::endl;
350 const int nfiles=
argc-optind;
352 std::cerr <<
"Expected at least one file name as parameter" << std::endl;
357 std::vector<FileMetaData>
output;
359 for (
int iFile=optind;iFile<
argc;++iFile) {
365 output.push_back(pfp.get());
371 for (
const auto& o :
output) o.keyValueDump();
374 for (
const auto& o :
output) o.dump();