ATLAS Offline Software
FixLArIdMap.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 FIXLARIDMAP_H
6 #define FIXLARIDMAP_H
7 
9 #include <string>
10 
11 #include "LArTools/LArOnOffId_P.h"
12 
13 class FixLArIdMap : public AthAlgorithm
14 {
15  public:
16  FixLArIdMap(const std::string& name,ISvcLocator* pSvcLocator);
17  virtual ~FixLArIdMap();
18 
22 
23  StatusCode fix1();
24  StatusCode fix2();
25  StatusCode fix3();
26  StatusCode fix4();
27  StatusCode fix5();
28  StatusCode fix6();
29  StatusCode fix7();
30  StatusCode fix8();
31  StatusCode fix9();
32  StatusCode fix10();
33  StatusCode fix11();
34  StatusCode fix12();
35 
36 
37  void dumpId();
38  private:
39  int m_fixFlag ;
40  bool m_dumpIds ;
41  std::string m_febToRodMap;
42 
43 };
44 
45 bool operator < (const LArOnOffId_P::LArOnOffId_P_t & t1,
46  const LArOnOffId_P::LArOnOffId_P_t & t2) ;
47 
48 #endif // FixLArIDMAP_H
49 
FixLArIdMap::finalize
StatusCode finalize()
Definition: FixLArIdMap.cxx:219
FixLArIdMap::fix8
StatusCode fix8()
Definition: FixLArIdMap.cxx:1485
FixLArIdMap::fix5
StatusCode fix5()
Definition: FixLArIdMap.cxx:1068
ALFA_EventTPCnv_Dict::t1
std::vector< ALFA_RawDataCollection_p1 > t1
Definition: ALFA_EventTPCnvDict.h:43
FixLArIdMap::fix4
StatusCode fix4()
Definition: FixLArIdMap.cxx:935
FixLArIdMap::dumpId
void dumpId()
Definition: FixLArIdMap.cxx:265
FixLArIdMap::fix7
StatusCode fix7()
Definition: FixLArIdMap.cxx:1269
FixLArIdMap::~FixLArIdMap
virtual ~FixLArIdMap()
Definition: FixLArIdMap.cxx:206
AthAlgorithm.h
FixLArIdMap::fix2
StatusCode fix2()
Definition: FixLArIdMap.cxx:564
FixLArIdMap::fix3
StatusCode fix3()
Definition: FixLArIdMap.cxx:783
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
FixLArIdMap::initialize
StatusCode initialize()
Definition: FixLArIdMap.cxx:209
FixLArIdMap::fix9
StatusCode fix9()
Definition: FixLArIdMap.cxx:1531
FixLArIdMap::m_febToRodMap
std::string m_febToRodMap
Definition: FixLArIdMap.h:41
FixLArIdMap
Definition: FixLArIdMap.h:14
AthAlgorithm
Definition: AthAlgorithm.h:47
FixLArIdMap::m_dumpIds
bool m_dumpIds
Definition: FixLArIdMap.h:40
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
ALFA_EventTPCnv_Dict::t2
std::vector< ALFA_RawDataContainer_p1 > t2
Definition: ALFA_EventTPCnvDict.h:44
FixLArIdMap::m_fixFlag
int m_fixFlag
Definition: FixLArIdMap.h:39
FixLArIdMap::fix11
StatusCode fix11()
Definition: FixLArIdMap.cxx:1746
FixLArIdMap::fix6
StatusCode fix6()
Definition: FixLArIdMap.cxx:1129
FixLArIdMap::fix1
StatusCode fix1()
Definition: FixLArIdMap.cxx:351
operator<
bool operator<(const LArOnOffId_P::LArOnOffId_P_t &t1, const LArOnOffId_P::LArOnOffId_P_t &t2)
Definition: FixLArIdMap.cxx:1433
FixLArIdMap::fix10
StatusCode fix10()
Definition: FixLArIdMap.cxx:1643
FixLArIdMap::execute
StatusCode execute()
Definition: FixLArIdMap.cxx:213
FixLArIdMap::fix12
StatusCode fix12()
Definition: FixLArIdMap.cxx:1879
FixLArIdMap::FixLArIdMap
FixLArIdMap(const std::string &name, ISvcLocator *pSvcLocator)
Author Hong Ma hma@bnl.gov
Definition: FixLArIdMap.cxx:195