ATLAS Offline Software
Loading...
Searching...
No Matches
CscCondDataCollectionBase.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
15
16namespace MuonCalib {
27
29
30 int CscCondDataCollectionBase::setBitInfo(int numBits, int offset)
31 {
32 m_numBits = numBits;
33 m_bitOffset = offset;
34 return 1;
35 }
36}
int setBitInfo(int numBits=0, int offset=0)
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.