#include <algorithm>
#include <vector>
#include <ctime>
#include <cstdlib>
Macros | |
#define | SEED 150914 |
#define | SLAGS_DIR "/home/waveburst/O1/SLAGS" |
Functions | |
void | Create_O1ChunkSlagRndFiles () |
void | Create_SlagRndFile (int chunkID, int slagMax) |
void | shuffle (std::vector< int > &vector, int seed=150914) |
#define SEED 150914 |
Definition at line 7 of file Create_O1ChunkSlagRndFiles.C.
#define SLAGS_DIR "/home/waveburst/O1/SLAGS" |
Definition at line 6 of file Create_O1ChunkSlagRndFiles.C.
void Create_O1ChunkSlagRndFiles | ( | ) |
Definition at line 12 of file Create_O1ChunkSlagRndFiles.C.
void Create_SlagRndFile | ( | int | chunkID, |
int | slagMax | ||
) |
Definition at line 75 of file Create_O1ChunkSlagRndFiles.C.
void shuffle | ( | std::vector< int > & | vector, |
int | seed = 150914 |
||
) |
Definition at line 117 of file Create_O1ChunkSlagRndFiles.C.