ATLAS Offline Software
Definitions.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 #include "TMath.h"
7 
8 using namespace LArSamples;
9 
10 
11 const unsigned int Definitions::nChannels = 195072;
12 const unsigned int Definitions::samplingInterval = 25;
13 const double Definitions::none = -DBL_MAX;
LArSamples
Definition: AbsShape.h:24
LArSamples::Definitions::nChannels
static const unsigned int nChannels
Definition: Definitions.h:14
LArSamples::Definitions::none
static const double none
Definition: Definitions.h:17
Definitions.h
LArSamples::Definitions::samplingInterval
static const unsigned int samplingInterval
Definition: Definitions.h:15