ATLAS Offline Software
InDetUpdateCaches.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 InDetDetDescrExample_InDetUpdateCaches_h
6 #define InDetDetDescrExample_InDetUpdateCaches_h
7 
9 #include "GaudiKernel/Algorithm.h"
10 
11 #include <vector>
12 #include <string>
13 
14 
15 namespace InDetDD {
16  class InDetDetectorManager;
17 }
18 
20 {
21 
22 public:
23  InDetUpdateCaches (const std::string& name, ISvcLocator* pSvcLocator);
27 
28  void updateAll();
29 
30 private:
31  bool m_first;
32  std::vector<const InDetDD::InDetDetectorManager *> m_detManagers;
33 
34  // Alg properties
35  bool m_inInit;
36  bool m_inExec;
37 
38  float getMem();
39 
40 };
41 
42 #endif // InDetDetDescrExample_InDetUpdateCaches_h
InDetUpdateCaches::finalize
StatusCode finalize()
Definition: InDetUpdateCaches.cxx:82
InDetUpdateCaches::InDetUpdateCaches
InDetUpdateCaches(const std::string &name, ISvcLocator *pSvcLocator)
Definition: InDetUpdateCaches.cxx:22
InDetUpdateCaches::m_inExec
bool m_inExec
Definition: InDetUpdateCaches.h:36
InDetUpdateCaches::updateAll
void updateAll()
Definition: InDetUpdateCaches.cxx:88
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgorithm
Definition: AthAlgorithm.h:47
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
InDetUpdateCaches::m_inInit
bool m_inInit
Definition: InDetUpdateCaches.h:35
InDetUpdateCaches::m_first
bool m_first
Definition: InDetUpdateCaches.h:31
InDetUpdateCaches::execute
StatusCode execute()
Definition: InDetUpdateCaches.cxx:69
InDetDD
Message Stream Member.
Definition: FakeTrackBuilder.h:8
InDetUpdateCaches::m_detManagers
std::vector< const InDetDD::InDetDetectorManager * > m_detManagers
Definition: InDetUpdateCaches.h:32
InDetUpdateCaches
Definition: InDetUpdateCaches.h:20
InDetUpdateCaches::getMem
float getMem()
Definition: InDetUpdateCaches.cxx:112
InDetUpdateCaches::initialize
StatusCode initialize()
Definition: InDetUpdateCaches.cxx:32