Files | |
file | BaseAlgorithm.h |
Class def header for a class BaseAlgorithm. | |
file | BaseFlashFilter.h |
Class def header for a class BaseFlashFilter. | |
file | FlashHypothesis.h |
Class def header for a class FlashHypothesis. | |
file | BaseFlashMatch.h |
Class def header for a class BaseFlashMatch. | |
file | BaseProhibitAlgo.h |
Class def header for a class BaseProhibitAlgo. | |
file | BaseTPCFilter.h |
Class def header for a class BaseTPCFilter. | |
file | CustomAlgoFactory.h |
Class def header for a class CustomAlgoFactory. | |
file | FlashFilterFactory.h |
Class def header for a class FlashFilterFactory. | |
file | FlashHypothesisFactory.h |
Class def header for a class FlashHypothesisFactory. | |
file | FlashMatchFactory.h |
Class def header for a class FlashMatchFactory. | |
file | FlashMatchManager.h |
Class def header for a class FlashMatchManager. | |
file | FlashProhibitFactory.h |
Class def header for a class FlashProhibitFactory. | |
file | ConfigManager.h |
Class def header for a class flashmatch::ConfigManager. | |
file | PSet.h |
Class def header for a class flashmatch::PSet. | |
file | LoggerFeature.h |
Class definition file of LoggerFeature. | |
file | OpT0FinderLogger.h |
logger utility class definition header file. | |
file | TPCFilterFactory.h |
Class def header for a class TPCFilterFactory. | |
Namespaces | |
flashmatch | |
Macros | |
#define | FLASH_DEBUG() if( logger().debug () ) logger().send(::flashmatch::msg::kDEBUG, __FUNCTION__, __LINE__, __FILE__) |
Compiler macro for DEBUG message. More... | |
#define | FLASH_INFO() if( logger().info () ) logger().send(::flashmatch::msg::kINFO, __FUNCTION__, __LINE__ ) |
Compiler macro for INFO message. More... | |
#define | FLASH_NORMAL() if( logger().normal () ) logger().send(::flashmatch::msg::kNORMAL, __FUNCTION__ ) |
Compiler macro for NORMAL message. More... | |
#define | FLASH_WARNING() if( logger().warning () ) logger().send(::flashmatch::msg::kWARNING, __FUNCTION__ ) |
Compiler macro for WARNING message. More... | |
#define | FLASH_ERROR() if( logger().error () ) logger().send(::flashmatch::msg::kERROR, __FUNCTION__, __LINE__ ) |
Compiler macro for ERROR message. More... | |
#define | FLASH_CRITICAL() logger().send(::flashmatch::msg::kCRITICAL, __FUNCTION__, __LINE__, __FILE__) |
Compiler macro for CRITICAL message. More... | |
#define FLASH_CRITICAL | ( | ) | logger().send(::flashmatch::msg::kCRITICAL, __FUNCTION__, __LINE__, __FILE__) |
Compiler macro for CRITICAL message.
Definition at line 141 of file OpT0FinderLogger.h.
#define FLASH_DEBUG | ( | ) | if( logger().debug () ) logger().send(::flashmatch::msg::kDEBUG, __FUNCTION__, __LINE__, __FILE__) |
Compiler macro for DEBUG message.
Definition at line 131 of file OpT0FinderLogger.h.
#define FLASH_ERROR | ( | ) | if( logger().error () ) logger().send(::flashmatch::msg::kERROR, __FUNCTION__, __LINE__ ) |
Compiler macro for ERROR message.
Definition at line 139 of file OpT0FinderLogger.h.
#define FLASH_INFO | ( | ) | if( logger().info () ) logger().send(::flashmatch::msg::kINFO, __FUNCTION__, __LINE__ ) |
Compiler macro for INFO message.
Definition at line 133 of file OpT0FinderLogger.h.
#define FLASH_NORMAL | ( | ) | if( logger().normal () ) logger().send(::flashmatch::msg::kNORMAL, __FUNCTION__ ) |
Compiler macro for NORMAL message.
Definition at line 135 of file OpT0FinderLogger.h.
#define FLASH_WARNING | ( | ) | if( logger().warning () ) logger().send(::flashmatch::msg::kWARNING, __FUNCTION__ ) |
Compiler macro for WARNING message.
Definition at line 137 of file OpT0FinderLogger.h.