ATLAS Offline Software
Loading...
Searching...
No Matches
TileRawUtils/TileRawUtils/TileRawDataOrdering.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TILERAWUTILS_TILERAWDATAORDERING_H
6#define TILERAWUTILS_TILERAWDATAORDERING_H
7
16
18
20{
21
22 public:
26
29 bool operator () (const TileRawData* ch1, const TileRawData* ch2)
30 { return ( ch1->adc_HWID() < ch2->adc_HWID() ); }
31
32};
33
34#endif
35
class for ordering TileRawData Objects according to hardware identifier (channel number) To be used w...
bool operator()(const TileRawData *ch1, const TileRawData *ch2)
Operator for sorting.
HWIdentifier adc_HWID(void) const
Definition TileRawData.h:53