ATLAS Offline Software
Static Public Member Functions | Static Public Attributes | List of all members
LArSamples::Definitions Struct Reference

#include <Definitions.h>

Collaboration diagram for LArSamples::Definitions:

Static Public Member Functions

static double samplingTime (unsigned int i)
 
static bool isNone (double x)
 

Static Public Attributes

static const unsigned int nChannels = 195072
 
static const unsigned int samplingInterval = 25
 
static const double none = -DBL_MAX
 

Detailed Description

Definition at line 13 of file Definitions.h.

Member Function Documentation

◆ isNone()

static bool LArSamples::Definitions::isNone ( double  x)
inlinestatic

Definition at line 18 of file Definitions.h.

18 { return (x < 0.999*none); }

◆ samplingTime()

static double LArSamples::Definitions::samplingTime ( unsigned int  i)
inlinestatic

Definition at line 16 of file Definitions.h.

16 { return samplingInterval*i; }

Member Data Documentation

◆ nChannels

const unsigned int Definitions::nChannels = 195072
static

Definition at line 14 of file Definitions.h.

◆ none

const double Definitions::none = -DBL_MAX
static

Definition at line 17 of file Definitions.h.

◆ samplingInterval

const unsigned int Definitions::samplingInterval = 25
static

Definition at line 15 of file Definitions.h.


The documentation for this struct was generated from the following files:
x
#define x
lumiFormat.i
int i
Definition: lumiFormat.py:92
LArSamples::Definitions::none
static const double none
Definition: Definitions.h:17
LArSamples::Definitions::samplingInterval
static const unsigned int samplingInterval
Definition: Definitions.h:15