#include <algorithm>#include <vector>#include <ctime>#include <cstdlib>#include "../../MACROS/ReadChunkList.C"Macros | |
| #define | CHUNK_FILE_LIST "Chunk_List.txt" |
| #define | CHUNK_MAX_SIZE 100 |
| #define | EXECUTE |
| #define | SEED 150914 |
Functions | |
| void | Create_O3_LHV_ChunkSlagRndFiles (TString slags_dir, TString calibVer, TString calibType, TString search) |
| void | Create_SlagRndFile (TString slags_dir, int chunkID, int slagMax, char *cwb_config_env, char *calibVer, char *search) |
| void | shuffle (std::vector< int > &vector, int seed=150914) |
| #define CHUNK_FILE_LIST "Chunk_List.txt" |
Definition at line 9 of file Create_O3_LHV_ChunkSlagRndFiles.C.
| #define CHUNK_MAX_SIZE 100 |
Definition at line 10 of file Create_O3_LHV_ChunkSlagRndFiles.C.
| #define EXECUTE |
Definition at line 12 of file Create_O3_LHV_ChunkSlagRndFiles.C.
| #define SEED 150914 |
Definition at line 7 of file Create_O3_LHV_ChunkSlagRndFiles.C.
| void Create_O3_LHV_ChunkSlagRndFiles | ( | TString | slags_dir, |
| TString | calibVer, | ||
| TString | calibType, | ||
| TString | search | ||
| ) |
Definition at line 17 of file Create_O3_LHV_ChunkSlagRndFiles.C.
| void Create_SlagRndFile | ( | TString | slags_dir, |
| int | chunkID, | ||
| int | slagMax, | ||
| char * | cwb_config_env, | ||
| char * | calibVer, | ||
| char * | search | ||
| ) |
Definition at line 202 of file Create_O3_LHV_ChunkSlagRndFiles.C.
| void shuffle | ( | std::vector< int > & | vector, |
| int | seed = 150914 |
||
| ) |
Definition at line 270 of file Create_O3_LHV_ChunkSlagRndFiles.C.