CONEXRandomFile.h
Go to the documentation of this file.
1 #ifndef _io_CONEXRandomFile_h_
2 #define _io_CONEXRandomFile_h_
3 
4 #include <io/CONEXFile.h>
5 
6 
7 namespace evt {
8  class Event;
9  class ShowerSimData;
10 }
11 
12 
13 namespace io {
14 
25  class CONEXRandomFile : public CONEXFile {
26 
27  public:
29  CONEXRandomFile(const std::string& fileName, const Mode mode = eRead, utl::Branch* const b = nullptr);
30  virtual ~CONEXRandomFile() { }
31 
32  private:
33  virtual int NextEntry();
34 
35  friend class CONEXFile;
36 
37  };
38 
39 }
40 
41 
42 #endif
Read profiles from CONEX.
Definition: CONEXFile.h:36
virtual int NextEntry()
virtual ~CONEXRandomFile()
Mode
Available open modes.
Definition: IoCodes.h:16
Class representing a document branch.
Definition: Branch.h:107
Read profiles from CONEXRandom by random access.

, generated on Tue Sep 26 2023.