ATLAS Offline Software
LArRawOrdering.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARRAWUTILS_LARRAWORDERING_H
6 #define LARRAWUTILS_LARRAWORDERING_H
7 
8 
10 
11 class LArRoIMap;
12 
13 
15 {
16 
17  public:
21  LArRawOrdering ( const LArRoIMap* map );
22  LArRawOrdering ( );
23  void setMap(const LArRoIMap* map) ;
24  bool operator () (const LArRawChannel* ch1,
25  const LArRawChannel* ch2);
26 
27  private:
29 
30 };
31 
32 
33 #endif
LArRawOrdering::LArRawOrdering
LArRawOrdering()
Definition: LArRawOrdering.cxx:13
LArRawOrdering::m_roiMap
const LArRoIMap * m_roiMap
Definition: LArRawOrdering.h:28
LArRawOrdering::setMap
void setMap(const LArRoIMap *map)
Definition: LArRawOrdering.cxx:15
LArRawChannel
Liquid Argon ROD output object base class.
Definition: LArRawChannel.h:40
LArRawChannel.h
LArRawOrdering::operator()
bool operator()(const LArRawChannel *ch1, const LArRawChannel *ch2)
Definition: LArRawOrdering.cxx:20
LArRoIMap
Mapping between calorimeter trigger id to offline/online Identifier.
Definition: LArRoIMap.h:31
LArRawOrdering
Definition: LArRawOrdering.h:15