ATLAS Offline Software
Loading...
Searching...
No Matches
InnerDetector
InDetExample
InDetDetDescrExample
InDetDetDescrExample
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
8
#include "
AthenaBaseComps/AthAlgorithm.h
"
9
#include "GaudiKernel/Algorithm.h"
10
11
#include <vector>
12
#include <string>
13
14
15
namespace
InDetDD
{
16
class
InDetDetectorManager
;
17
}
18
19
class
InDetUpdateCaches
:
public
AthAlgorithm
20
{
21
22
public
:
23
InDetUpdateCaches
(
const
std::string& name, ISvcLocator* pSvcLocator);
24
StatusCode
initialize
();
25
StatusCode
execute
();
26
StatusCode
finalize
();
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
AthAlgorithm.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Definition
AthAlgorithm.cxx:24
InDetDD::InDetDetectorManager
Virtual base class for all ID detector managers.
Definition
InDetDetectorManager.h:60
InDetUpdateCaches::m_inInit
bool m_inInit
Definition
InDetUpdateCaches.h:35
InDetUpdateCaches::initialize
StatusCode initialize()
Definition
InDetUpdateCaches.cxx:32
InDetUpdateCaches::m_first
bool m_first
Definition
InDetUpdateCaches.h:31
InDetUpdateCaches::m_detManagers
std::vector< const InDetDD::InDetDetectorManager * > m_detManagers
Definition
InDetUpdateCaches.h:32
InDetUpdateCaches::InDetUpdateCaches
InDetUpdateCaches(const std::string &name, ISvcLocator *pSvcLocator)
Definition
InDetUpdateCaches.cxx:22
InDetUpdateCaches::getMem
float getMem()
Definition
InDetUpdateCaches.cxx:112
InDetUpdateCaches::m_inExec
bool m_inExec
Definition
InDetUpdateCaches.h:36
InDetUpdateCaches::execute
StatusCode execute()
Definition
InDetUpdateCaches.cxx:69
InDetUpdateCaches::updateAll
void updateAll()
Definition
InDetUpdateCaches.cxx:88
InDetUpdateCaches::finalize
StatusCode finalize()
Definition
InDetUpdateCaches.cxx:82
InDetDD
Message Stream Member.
Definition
FakeTrackBuilder.h:8
Generated on
for ATLAS Offline Software by
1.14.0