ATLAS Offline Software
Loading...
Searching...
No Matches
ZdcRecChannelTool.h File Reference
#include <string>
#include <map>
#include <gsl/gsl_errno.h>
#include <gsl/gsl_spline.h>
#include <gsl/gsl_math.h>
#include <gsl/gsl_roots.h>
#include "AthenaBaseComps/AthAlgTool.h"
#include "GaudiKernel/ToolHandle.h"
#include "ZdcEvent/ZdcRawChannelCollection.h"
Include dependency graph for ZdcRecChannelTool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CCallbackHolder
class  ZdcRecChannelTool

Typedefs

typedef std::pair< int, int > T_gain_delay_pair
typedef std::map< std::pair< int, int >, std::vector< int > > T_wfm_map
typedef std::pair< std::pair< int, int >, std::vector< int > > T_wfm_pair

Functions

bool negnum (float x)
bool posnum (float x)

Typedef Documentation

◆ T_gain_delay_pair

typedef std::pair<int, int> T_gain_delay_pair

Definition at line 55 of file ZdcRecChannelTool.h.

◆ T_wfm_map

typedef std::map< std::pair<int, int>, std::vector<int> > T_wfm_map

Definition at line 57 of file ZdcRecChannelTool.h.

◆ T_wfm_pair

typedef std::pair<std::pair<int, int>, std::vector<int> > T_wfm_pair

Definition at line 58 of file ZdcRecChannelTool.h.

Function Documentation

◆ negnum()

bool negnum ( float x)
inline

Definition at line 61 of file ZdcRecChannelTool.h.

61{ return (x<0); }
#define x

◆ posnum()

bool posnum ( float x)
inline

Definition at line 62 of file ZdcRecChannelTool.h.

62{ return (x>0); }