#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_HV_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, TString search) |
| void | shuffle (std::vector< int > &vector, int seed=150914) |
Variables | |
| int | BBH_IMBHB_SLAG_SIZE_MAX_LH [20] |
| #define CHUNK_FILE_LIST "Chunk_List.txt" |
Definition at line 9 of file Create_O3_HV_ChunkSlagRndFiles.C.
| #define CHUNK_MAX_SIZE 100 |
Definition at line 10 of file Create_O3_HV_ChunkSlagRndFiles.C.
| #define EXECUTE |
Definition at line 12 of file Create_O3_HV_ChunkSlagRndFiles.C.
| #define SEED 150914 |
Definition at line 7 of file Create_O3_HV_ChunkSlagRndFiles.C.
| void Create_O3_HV_ChunkSlagRndFiles | ( | TString | slags_dir, |
| TString | calibVer, | ||
| TString | calibType, | ||
| TString | search = "" |
||
| ) |
Definition at line 43 of file Create_O3_HV_ChunkSlagRndFiles.C.
| void Create_SlagRndFile | ( | TString | slags_dir, |
| int | chunkID, | ||
| int | slagMax, | ||
| char * | cwb_config_env, | ||
| char * | calibVer, | ||
| TString | search | ||
| ) |
Definition at line 221 of file Create_O3_HV_ChunkSlagRndFiles.C.
| void shuffle | ( | std::vector< int > & | vector, |
| int | seed = 150914 |
||
| ) |
Definition at line 276 of file Create_O3_HV_ChunkSlagRndFiles.C.
| int BBH_IMBHB_SLAG_SIZE_MAX_LH[20] |
Definition at line 17 of file Create_O3_HV_ChunkSlagRndFiles.C.