Skip to content
Snippets Groups Projects
Commit 9d3676da authored by cranshaw's avatar cranshaw
Browse files

Bring ReadMeta into accord with the new IMetaDataTool interface.

Former-commit-id: 96a4fb36ca8773a00350381520fc81da84fa6dfe
parent 9f54b36d
8 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!28528Revert 63f845ae,!27054Atr20369 210,!26342Monopole: Handle fractionally charged particles
......@@ -45,6 +45,15 @@ public:
/// Function called when the tool should write out its metadata
virtual StatusCode metaDataStop() {return StatusCode::SUCCESS;}
/// Function collecting the metadata from a new input file
virtual StatusCode beginInputFile(const SG::SourceID&) {return beginInputFile();}
/// Function collecting the metadata from a new input file
virtual StatusCode endInputFile(const SG::SourceID&) {return endInputFile();}
/// Function writing the collected metadata to the output
virtual StatusCode metaDataStop(const SG::SourceID&) {return metaDataStop();}
/// Incident service handle listening for BeginInputFile and EndInputFile.
void handle(const Incident& incident);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment