32 return StatusCode::SUCCESS;
41 return StatusCode::SUCCESS;
50 std::ofstream summaryfile(
"../AthSummary.txt");
51 if (summaryfile.is_open()) {
52 unsigned int nFiles =
m_files.size();
53 summaryfile <<
"Files read: " << nFiles << std::endl;
55 summaryfile <<
" " <<
file << std::endl;
62 return StatusCode::SUCCESS;
67 void GridReportingModule ::
char data[hepevt_bytes_allocation_ATLAS]
std::vector< std::string > m_files
the list of files we processed
static constexpr int EC_BADINPUT
the panda error code for bad input files
unsigned m_eventsProcessed
the number of events we processed
This module defines the arguments passed from the BATCH driver to the BATCH worker.
::StatusCode StatusCode
StatusCode definition for legacy code.
the data the EventLoop core classes are sharing with the Module implementation