7#ifndef SAMPLE_HANDLER_SAMPLE_HIST_HH
8#define SAMPLE_HANDLER_SAMPLE_HIST_HH
74 virtual std::unique_ptr<SampleLocal>
doMakeLocal ()
const override;
virtual TObject * doReadHist(const std::string &name) const override
read an object from a histogram file
virtual void doUpdateLocation(const std::string &from, const std::string &to) override
update all file references starting with from to to
virtual std::vector< std::string > doMakeFileList() const override
make a list of all files, prestaging them if necessary
virtual std::string getFileName(std::size_t index) const override
the name of the file with the given index
SampleHist(const std::string &name, const std::string &file)
standard constructor
std::string m_file
the path to the file we use
virtual std::unique_ptr< SampleLocal > doMakeLocal() const override
Make this a local sample, i.e.
void testInvariant() const
test the invariant of this object
virtual std::size_t getNumFiles() const override
the number of files in the sample
SampleHist()
standard constructor
Sample(const std::string &name)
standard constructor
const std::string & name() const
the name of the sample we are using
This module provides a lot of global definitions, forward declarations and includes that are used by ...