|
ATLAS Offline Software
|
Go to the documentation of this file.
10 #ifndef LArSamples_AbsLArCells_H
11 #define LArSamples_AbsLArCells_H
31 virtual const History* newCellHistory(
unsigned int i)
const;
32 virtual const History* cellHistory(
unsigned int i)
const;
33 virtual const CellInfo* cellInfo(
unsigned int i)
const;
36 virtual void resetCache()
const;
38 const CellInfo* cellInfoCache(
unsigned int i)
const;
42 virtual const CellInfo* getCellInfo(
unsigned int i)
const;
45 unsigned int cachePos()
const {
return m_pos; }
47 void resetCellInfoCache();
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
std::vector< CellInfo * > m_cellInfoCache
unsigned int cachePos() const
static const unsigned int nChannels
virtual const History * getCellHistory(unsigned int i) const =0
A base class for accessing ntuple data.
const History * cellCache() const
const History * m_cellCache
Define macros for attributes used to control the static checker.
virtual unsigned int nChannels() const