ATLAS Offline Software
Loading...
Searching...
No Matches
ToolsMeta.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8#ifndef SAMPLE_HANDLER__TOOLS_META_H
9#define SAMPLE_HANDLER__TOOLS_META_H
10
11// This module still needs to be documented. The interface provided
12// in this module is intended for experts only. The module is
13// considered to be in the pre-alpha stage.
14
15
16
18
19#include <string>
20
21namespace SH
22{
29 void readSusyMeta (const SampleHandler& sh, const std::string& inputFile);
30
39 void readSusyMetaDir (const SampleHandler& sh, const std::string& inputDir);
40}
41
42#endif
A class that manages a list of Sample objects.
This module provides a lot of global definitions, forward declarations and includes that are used by ...
Definition PrunDriver.h:15
void readSusyMeta(const SampleHandler &sh, const std::string &inputFile)
effects: read the susy-meta-data file and add its information to the samples from the given sample ha...
Definition ToolsMeta.cxx:30
void readSusyMetaDir(const SampleHandler &sh, const std::string &inputDir)
effects: read an entire directory of susy-meta-data files and add their information to the samples fr...
Definition ToolsMeta.cxx:71