|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef SAMPLE_HANDLER_SAMPLE_LOCAL_HH
6 #define SAMPLE_HANDLER_SAMPLE_LOCAL_HH
121 typedef std::vector<std::string>::const_iterator
FilesIter;
JetConstituentVector::iterator iterator
SampleLocal(const std::string &name)
standard constructor
virtual std::size_t getNumFiles() const
the number of files in the sample
virtual void doUpdateLocation(const std::string &from, const std::string &to)
update all file references starting with from to to
std::vector< std::string >::iterator FilesMIter
the mutable iterator for m_files
std::vector< std::string >::const_iterator FilesIter
the iterator for m_files
virtual SamplePtr doMakeLocal() const
Make this a local sample, i.e.
std::vector< std::string > m_files
the list of files we use
const std::string & name() const
the name of the sample we are using
a base class that manages a set of files belonging to a particular data set and the associated meta-d...
A smart pointer class that holds a single Sample object.
void testInvariant() const
test the invariant of this object
virtual std::vector< std::string > doMakeFileList() const
make a list of all files, prestaging them if necessary
SampleLocal()
standard constructor
A Sample based on a simple file list.
This module provides a lot of global definitions, forward declarations and includes that are used by ...
void add(const std::string &file)
add a file to the list
virtual std::string getFileName(std::size_t index) const
the name of the file with the given index