Logo Coherent WaveBurst  
Reference Guide
Logo
 All Namespaces Files Functions Variables Macros Pages
Macros | Functions
Create_O2_LH_ChunkSlagRndFiles.C File Reference
#include <algorithm>
#include <vector>
#include <ctime>
#include <cstdlib>
Include dependency graph for Create_O2_LH_ChunkSlagRndFiles.C:

Macros

#define CHUNK_FILE_LIST   "Chunk_List.txt"
 
#define CHUNK_MAX_SIZE   100
 
#define EXECUTE
 
#define MACRO_READ_CHUNK   "ReadChunkList.C"
 
#define SEED   150914
 
#define SLAGS_DIR   "O2/SLAGS/LH"
 

Functions

void Create_O2_LH_ChunkSlagRndFiles (TString calibVer, TString calibType)
 
void Create_SlagRndFile (int chunkID, int slagMax, char *cwb_config_env, char *calibVer, char *calibType)
 
void shuffle (std::vector< int > &vector, int seed=150914)
 

Macro Definition Documentation

#define CHUNK_FILE_LIST   "Chunk_List.txt"

Definition at line 9 of file Create_O2_LH_ChunkSlagRndFiles.C.

#define CHUNK_MAX_SIZE   100

Definition at line 11 of file Create_O2_LH_ChunkSlagRndFiles.C.

#define EXECUTE

Definition at line 13 of file Create_O2_LH_ChunkSlagRndFiles.C.

#define MACRO_READ_CHUNK   "ReadChunkList.C"

Definition at line 10 of file Create_O2_LH_ChunkSlagRndFiles.C.

#define SEED   150914

Definition at line 7 of file Create_O2_LH_ChunkSlagRndFiles.C.

#define SLAGS_DIR   "O2/SLAGS/LH"

Definition at line 6 of file Create_O2_LH_ChunkSlagRndFiles.C.

Function Documentation

void Create_O2_LH_ChunkSlagRndFiles ( TString  calibVer,
TString  calibType 
)

Definition at line 18 of file Create_O2_LH_ChunkSlagRndFiles.C.

void Create_SlagRndFile ( int  chunkID,
int  slagMax,
char *  cwb_config_env,
char *  calibVer,
char *  calibType 
)

Definition at line 135 of file Create_O2_LH_ChunkSlagRndFiles.C.

void shuffle ( std::vector< int > &  vector,
int  seed = 150914 
)

Definition at line 180 of file Create_O2_LH_ChunkSlagRndFiles.C.