ATLAS Offline Software
Loading...
Searching...
No Matches
TileEvent/TileEvent/TileLogicalOrdering.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TILEEVENT_TILERAWDATAORDERING_H
6#define TILEEVENT_TILERAWDATAORDERING_H
7
14
15template <class TELEMENT>
17{
18
19 public:
23
26 bool operator () (const TELEMENT* ch1, const TELEMENT* ch2)
27 { return ( ch1->identify() < ch2->identify() ); }
28
29};
30
31#endif
32
bool operator()(const TELEMENT *ch1, const TELEMENT *ch2)
Operator for sorting.