LArOpenCV  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Files | Namespaces | Macros
LArCaffe

Files

file  Image2D.h
 Class def header for an image data holder.
 
file  ImageMeta.h
 Class def header for a class ImageMeta.
 
file  larbys.h
 Class def header for exception classes in LArUtil package.
 
file  larcaffe_logger.h
 logger utility class definition header file.
 

Namespaces

 larcaffe
 C++ namespace for developping LArTPC software interface to deep learning tool caffe.
 
 larcv
 C++ namespace for developping LArTPC software interface to OpenCV based algorithm tools (LArOpenCV)
 

Macros

#define LARCAFFE_DEBUG(obj)   obj.send(::larcaffe::msg::kDEBUG,__FUNCTION__,__LINE__,__FILE__)
 
#define LARCAFFE_INFO(obj)   obj.send(::larcaffe::msg::kINFO,__FUNCTION__,__LINE__)
 
#define LARCAFFE_NORMAL(obj)   obj.send(::larcaffe::msg::kNORMAL,__FUNCTION__)
 
#define LARCAFFE_WARNING(obj)   obj.send(::larcaffe::msg::kWARNING,__FUNCTION__)
 
#define LARCAFFE_ERROR(obj)   obj.send(::larcaffe::msg::kERROR,__FUNCTION__,__LINE__)
 
#define LARCAFFE_CRITICAL(obj)   obj.send(::larcaffe::msg::kCRITICAL,__FUNCTION__,__LINE__,__FILE__)
 

Detailed Description

Macro Definition Documentation

#define LARCAFFE_CRITICAL (   obj)    obj.send(::larcaffe::msg::kCRITICAL,__FUNCTION__,__LINE__,__FILE__)

Definition at line 121 of file larcaffe_logger.h.

#define LARCAFFE_DEBUG (   obj)    obj.send(::larcaffe::msg::kDEBUG,__FUNCTION__,__LINE__,__FILE__)

Definition at line 116 of file larcaffe_logger.h.

#define LARCAFFE_ERROR (   obj)    obj.send(::larcaffe::msg::kERROR,__FUNCTION__,__LINE__)

Definition at line 120 of file larcaffe_logger.h.

#define LARCAFFE_INFO (   obj)    obj.send(::larcaffe::msg::kINFO,__FUNCTION__,__LINE__)

Definition at line 117 of file larcaffe_logger.h.

#define LARCAFFE_NORMAL (   obj)    obj.send(::larcaffe::msg::kNORMAL,__FUNCTION__)

Definition at line 118 of file larcaffe_logger.h.

#define LARCAFFE_WARNING (   obj)    obj.send(::larcaffe::msg::kWARNING,__FUNCTION__)

Definition at line 119 of file larcaffe_logger.h.