#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_O1_LH_ChunkSlagRndFiles (TString slags_dir, TString calibVer, TString calibType) |
| void | Create_SlagRndFile (TString slags_dir, int chunkID, int slagMax, char *cwb_config_env, char *calibVer, char *calibType) |
| void | shuffle (std::vector< int > &vector, int seed=150914) |
| #define CHUNK_FILE_LIST "Chunk_List.txt" |
Definition at line 27 of file Create_O1_LH_ChunkSlagRndFiles.C.
| #define CHUNK_MAX_SIZE 100 |
Definition at line 28 of file Create_O1_LH_ChunkSlagRndFiles.C.
| #define EXECUTE |
Definition at line 30 of file Create_O1_LH_ChunkSlagRndFiles.C.
| #define SEED 150914 |
Definition at line 25 of file Create_O1_LH_ChunkSlagRndFiles.C.
| void Create_O1_LH_ChunkSlagRndFiles | ( | TString | slags_dir, |
| TString | calibVer, | ||
| TString | calibType | ||
| ) |
Definition at line 35 of file Create_O1_LH_ChunkSlagRndFiles.C.
| void Create_SlagRndFile | ( | TString | slags_dir, |
| int | chunkID, | ||
| int | slagMax, | ||
| char * | cwb_config_env, | ||
| char * | calibVer, | ||
| char * | calibType | ||
| ) |
Definition at line 145 of file Create_O1_LH_ChunkSlagRndFiles.C.
| void shuffle | ( | std::vector< int > & | vector, |
| int | seed = 150914 |
||
| ) |
Definition at line 191 of file Create_O1_LH_ChunkSlagRndFiles.C.