10 #ifndef GGSTFILESHANDLER_H_
11 #define GGSTFILESHANDLER_H_
19 #include "TGeoManager.h"
23 #include "montecarlo/dataobjs/GGSTParameters.h"
63 std::vector<std::string> _files;
64 std::vector<TChain *> _chains;
68 TGeoManager *_geoManager;
70 void _AddFile(
const std::string &fileName,
bool force =
false);
~GGSTFilesHandler()
Destructor.
Class to manage ROOT output readers.
GGSTFilesHandler()
Constructor.
Class to handle group of Root files.
Class for storing the geometry parameters on Root output file.
unsigned int GetNFiles()
The number of files handled by this object.
A class to store simulation informations.
const std::string & GetFileName(unsigned int iFile)
Fetch the name of a handled file.
Class for writing parameters into the output Root file.