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
12
13#include <string>
14
15namespace SH
16{
23 void readSusyMeta (const SampleHandler& sh, const std::string& inputFile);
24
33 void readSusyMetaDir (const SampleHandler& sh, const std::string& inputDir);
34}
35
36#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