ATLAS Offline Software
Loading...
Searching...
No Matches
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
11class 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
Liquid Argon ROD output object base class.
bool operator()(const LArRawChannel *ch1, const LArRawChannel *ch2)
void setMap(const LArRoIMap *map)
const LArRoIMap * m_roiMap
LArRawOrdering(const LArRoIMap *map)
Constructor need LArRoIMap to do the job.
Mapping between calorimeter trigger id to offline/online Identifier.
Definition LArRoIMap.h:31
STL class.