ATLAS Offline Software
Loading...
Searching...
No Matches
LArCalorimeter/LArCafJobs/LArCafJobs/Definitions.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LArSamples_Definitions_H
6#define LArSamples_Definitions_H
7
8#include "TMatrixTSym.h"
9
10namespace LArSamples {
11 typedef TMatrixTSym<double> CovMatrix;
12
13 struct Definitions {
14 static const unsigned int nChannels;
15 static const unsigned int nChannelsSC;
16 static const unsigned int samplingInterval;
17 static double samplingTime(unsigned int i) { return samplingInterval*i; }
18 static const double none;
19 static bool isNone(double x) { return (x < 0.999*none); }
20 };
21
27}
28
29#endif
#define x