ATLAS Offline Software
Loading...
Searching...
No Matches
TileRawUtils/TileRawUtils/TileLogicalOrdering.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
17template <class _TElement>
19{
20
21 public:
25
28 bool operator () (const _TElement* ch1, const _TElement* ch2)
29 { return ( ch1->identify() < ch2->identify() ); }
30
31};
32
33#endif
34
class for ordering any TileData Objects according to logical (offline) identifier To be used with sor...
bool operator()(const TELEMENT *ch1, const TELEMENT *ch2)
Operator for sorting.