ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
AthenaExamples
AthExThinning
AthExThinning
ReadThinnedData.h
Go to the documentation of this file.
1
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// ReadThinnedData.h
8
// Header file for class ReadThinnedData
9
// Author: S.Binet<binet@cern.ch>
11
#ifndef ATHEXTHINNING_READTHINNEDDATA_H
12
#define ATHEXTHINNING_READTHINNEDDATA_H
13
20
21
// STL includes
22
#include <string>
23
#include <vector>
24
25
26
// FrameWork includes
27
#include "
AthenaBaseComps/AthAlgorithm.h
"
28
29
// Forward declaration
30
31
namespace
AthExThinning
{
32
33
class
ReadThinnedData
:
public
::AthAlgorithm
34
{
35
37
// Public methods:
39
public
:
40
41
// Copy constructor:
42
44
ReadThinnedData
(
const
std::string& name, ISvcLocator* pSvcLocator );
45
47
virtual
~ReadThinnedData
();
48
49
// Assignment operator:
50
//ReadThinnedData &operator=(const ReadThinnedData &alg);
51
52
// Athena algorithm's Hooks
53
virtual
StatusCode
initialize
();
54
virtual
StatusCode
execute
(
const
EventContext& ctx);
55
virtual
StatusCode
finalize
();
56
58
// Protected methods:
60
protected
:
61
63
ReadThinnedData
();
64
66
StatusCode
checkTest
(
const
std::string& testName );
67
69
// Protected data:
71
protected
:
72
74
76
StringProperty
m_particlesName
;
77
79
StringProperty
m_decayName
;
80
82
StringProperty
m_elephantinoName
;
83
85
std::vector<std::string>
m_testNames
;
86
};
87
88
}
//> end namespace AthExThinning
89
90
#endif
//> ATHEXTHINNING_READTHINNEDDATA_H
AthAlgorithm.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
AthExThinning::ReadThinnedData::execute
virtual StatusCode execute(const EventContext &ctx)
Execute method.
Definition
ReadThinnedData.cxx:84
AthExThinning::ReadThinnedData::ReadThinnedData
ReadThinnedData(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Definition
ReadThinnedData.cxx:37
AthExThinning::ReadThinnedData::ReadThinnedData
ReadThinnedData()
Default constructor:
AthExThinning::ReadThinnedData::checkTest
StatusCode checkTest(const std::string &testName)
read the output of a given test (test1, test2, test3)
Definition
ReadThinnedData.cxx:103
AthExThinning::ReadThinnedData::m_decayName
StringProperty m_decayName
Decay input location.
Definition
ReadThinnedData.h:79
AthExThinning::ReadThinnedData::m_testNames
std::vector< std::string > m_testNames
list of test names
Definition
ReadThinnedData.h:85
AthExThinning::ReadThinnedData::initialize
virtual StatusCode initialize()
Definition
ReadThinnedData.cxx:72
AthExThinning::ReadThinnedData::m_particlesName
StringProperty m_particlesName
Containers.
Definition
ReadThinnedData.h:76
AthExThinning::ReadThinnedData::m_elephantinoName
StringProperty m_elephantinoName
Elephantino input location.
Definition
ReadThinnedData.h:82
AthExThinning::ReadThinnedData::finalize
virtual StatusCode finalize()
Definition
ReadThinnedData.cxx:78
AthExThinning::ReadThinnedData::~ReadThinnedData
virtual ~ReadThinnedData()
Destructor:
Definition
ReadThinnedData.cxx:66
AthExThinning
Definition
CreateData.h:30
Generated on
for ATLAS Offline Software by
1.17.0