ATLAS Offline Software
Loading...
Searching...
No Matches
SCT_CalibNumbers.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef SCT_CalibNumbers_h
6#define SCT_CalibNumbers_h
7namespace SCT_CalibAlgs {
8
9// SCT specific numbers
10enum { nbins = 6*128, firstStrip = 0, lastStrip = nbins-1,
19 };
20}
21
22#endif