|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef MUONIDHELPERS_IDENTIFIERBYDETELSORTER_H
5 #define MUONIDHELPERS_IDENTIFIERBYDETELSORTER_H
31 bool operator () (
const T*
a,
const T*
b)
const requires hasIdentifyConcept<T> {
32 return (*
this)(
a->identify(),
b->identify());
36 bool operator () (
const T&
a,
const T&
b)
const requires hasIdentifyConcept<T> {
37 return (*
this)(
a.identify(),
b.identify());
This class provides conversion from CSC RDO data to CSC Digits.
IdentifierByDetElSorter(const Muon::IMuonIdHelperSvc *idHelperSvc)
bool operator()(const Identifier &a, const Identifier &b) const
concept hasIdentifyConcept
Define the concept that the object needs to have an Identifier method
virtual Identifier detElId(const Identifier &id) const =0
create a detector element ID
Interface for Helper service that creates muon Identifiers and can be used to print Identifiers.
const Muon::IMuonIdHelperSvc * m_idHelperSvc