ATLAS Offline Software
Loading...
Searching...
No Matches
ToolsSplit.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7#ifndef SAMPLE_HANDLER_TOOLS_SPLIT_H
8#define SAMPLE_HANDLER_TOOLS_SPLIT_H
9
11
12
13
14//protect
16
17#include <Rtypes.h>
18
19namespace SH
20{
27 void scanNEvents (SampleHandler& sh);
28
29
36 void scanNEvents (Sample& sample);
37
38
47 SampleHandler splitSample (Sample& sample, Long64_t nevt);
48}
49
50#endif
A class that manages a list of Sample objects.
a base class that manages a set of files belonging to a particular data set and the associated meta-d...
Definition Sample.h:49
This module provides a lot of global definitions, forward declarations and includes that are used by ...
Definition PrunDriver.h:15
void scanNEvents(SampleHandler &sh)
effects: scan each sample in the sample handler and store the number of entries per file in the meta-...
SampleHandler splitSample(Sample &sample, const Long64_t nevt)
effects: split the given sample into a set of samples, with each sample containing either exactly one...