ldas-tools-frameAPI 2.6.6
Classes | Typedefs | Functions | Variables
anonymous_namespace{createFrameGroupCommon.cc} Namespace Reference

Classes

class  Data
 
struct  dir_cache_info
 
struct  FrameSet
 

Typedefs

typedef std::map< int, std::list< channel_info_type > > channel_level_map
 
typedef std::map< run_type, channel_level_mapchannel_run_map
 
typedef std::map< ifo_type, channel_run_mapchannel_ifo_map
 
typedef std::map< int, std::list< dir_cache_info > > dir_cache_level_map
 
typedef std::map< run_type, dir_cache_level_mapdir_cache_run_map
 
typedef std::map< ifo_type, dir_cache_run_mapdir_cache_ifo_map
 

Functions

bool initialize ()
 
void load_channel_list (std::string AdcDecimateDir, ifo_type IFO, run_type Run, int Level)
 

Variables

static channel_ifo_map channel_info
 
static dir_cache_ifo_map dir_cache
 
static bool initialized = initialize( )
 
class anonymous_namespace{createFrameGroupCommon.cc}::Data DataInfo
 

Typedef Documentation

◆ channel_ifo_map

typedef std::map< ifo_type, channel_run_map > anonymous_namespace{createFrameGroupCommon.cc}::channel_ifo_map

◆ channel_level_map

typedef std::map< int, std::list< channel_info_type > > anonymous_namespace{createFrameGroupCommon.cc}::channel_level_map

◆ channel_run_map

typedef std::map< run_type, channel_level_map > anonymous_namespace{createFrameGroupCommon.cc}::channel_run_map

◆ dir_cache_ifo_map

typedef std::map< ifo_type, dir_cache_run_map > anonymous_namespace{createFrameGroupCommon.cc}::dir_cache_ifo_map

◆ dir_cache_level_map

typedef std::map< int, std::list< dir_cache_info > > anonymous_namespace{createFrameGroupCommon.cc}::dir_cache_level_map

◆ dir_cache_run_map

typedef std::map< run_type, dir_cache_level_map > anonymous_namespace{createFrameGroupCommon.cc}::dir_cache_run_map

Function Documentation

◆ initialize()

bool anonymous_namespace{createFrameGroupCommon.cc}::initialize ( )

◆ load_channel_list()

void anonymous_namespace{createFrameGroupCommon.cc}::load_channel_list ( std::string  AdcDecimateDir,
ifo_type  IFO,
run_type  Run,
int  Level 
)

Variable Documentation

◆ channel_info

channel_ifo_map anonymous_namespace{createFrameGroupCommon.cc}::channel_info
static

◆ DataInfo

class anonymous_namespace{createFrameGroupCommon.cc}::Data anonymous_namespace{createFrameGroupCommon.cc}::DataInfo

◆ dir_cache

dir_cache_ifo_map anonymous_namespace{createFrameGroupCommon.cc}::dir_cache
static

◆ initialized

bool anonymous_namespace{createFrameGroupCommon.cc}::initialized = initialize( )
static