ATLAS Offline Software
|
#include <LArRawOrdering.h>
Public Member Functions | |
LArRawOrdering (const LArRoIMap *map) | |
Constructor need LArRoIMap to do the job. More... | |
LArRawOrdering () | |
void | setMap (const LArRoIMap *map) |
bool | operator() (const LArRawChannel *ch1, const LArRawChannel *ch2) |
Private Attributes | |
const LArRoIMap * | m_roiMap |
Definition at line 14 of file LArRawOrdering.h.
Constructor need LArRoIMap to do the job.
Definition at line 9 of file LArRawOrdering.cxx.
LArRawOrdering::LArRawOrdering | ( | ) |
Definition at line 13 of file LArRawOrdering.cxx.
bool LArRawOrdering::operator() | ( | const LArRawChannel * | ch1, |
const LArRawChannel * | ch2 | ||
) |
Definition at line 19 of file LArRawOrdering.cxx.
Definition at line 15 of file LArRawOrdering.cxx.
Definition at line 28 of file LArRawOrdering.h.