IoCodes.h
Go to the documentation of this file.
1 
9 #ifndef _io_IoCodes_h_
10 #define _io_IoCodes_h_
11 
12 
13 namespace io {
14 
16  enum Mode {
17  eRead = 1,
18  eWrite = 2,
19  eNew = 3,
20  eAppend = 4
21  };
22 
24  enum Status {
25  eSuccess = 0,
26  eFail = 1,
27  eEOF = 2, // end of one file
28  eEndOfFiles = 3, // end of all files
30  };
31 
33  enum Type {
47  //eReAires, /// air shower radio simulations generated with ReAires
48  eEVA,
53  };
54 
55 }
56 
57 
58 #endif
conex file, with random access (NOT sequencial, NO EOF)
Definition: IoCodes.h:42
IoAuger file format.
Definition: IoCodes.h:40
FDas file format.
Definition: IoCodes.h:36
Seneca File Format. Added by Jeff Allen (jda292@nyu.edu) on Dec. 5th, 2006.
Definition: IoCodes.h:43
Open file for write, fail if exists.
Definition: IoCodes.h:19
Mode
Available open modes.
Definition: IoCodes.h:16
Read Only access.
Definition: IoCodes.h:18
Offline native file format.
Definition: IoCodes.h:35
air shower radio simulations generated with EVA
Definition: IoCodes.h:49
Status
Return code for seek operation.
Definition: IoCodes.h:24
air shower radio simulations generated with REAS
Definition: IoCodes.h:46
data-format of SELFAS
Definition: IoCodes.h:52
air shower radio simulations generated with ZHAireS
Definition: IoCodes.h:45
Overwrite if exist and open for write.
Definition: IoCodes.h:20
Type
The type of file that we are acutally opening.
Definition: IoCodes.h:33
data-format of AERA
Definition: IoCodes.h:50
CDas file format.
Definition: IoCodes.h:37
root-format of AERA
Definition: IoCodes.h:51
air shower radio simulations generated with REAS
Definition: IoCodes.h:48

, generated on Tue Sep 26 2023.