|
ATLAS Offline Software
|
Go to the documentation of this file.
34 data.m_inputTree->SetCacheSize (cacheSize);
36 if (cacheLearnEntries > 0)
37 data.m_inputTree->SetCacheLearnEntries (cacheLearnEntries);
39 return StatusCode::SUCCESS;
50 data.m_inputTree->PrintCacheStats ();
52 return StatusCode::SUCCESS;
virtual StatusCode onCloseInputFile(ModuleData &data) override
actions before closing an input file
char data[hepevt_bytes_allocation_ATLAS]
the data the EventLoop core classes are sharing with the Module implementation
static const std::string optPrintPerFileStats
description: the option to turn on printing of i/o statistics at the end of each file rationale: whil...
virtual StatusCode onNewInputFile(ModuleData &data) override
actions after opening a new input file
static const std::string optCacheSize
description: this option allows to configure the TTreeCache size for this job.
::StatusCode StatusCode
StatusCode definition for legacy code.
This module defines the arguments passed from the BATCH driver to the BATCH worker.
static const std::string optCacheLearnEntries
description: this option allows to configure the number of tree entries used for learning cache behav...