#include <DumpMC.h>
◆ DumpMC() [1/2]
DumpMC::DumpMC |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
Definition at line 9 of file DumpMC.cxx.
9 :
10 Algorithm(name, pSvcLocator)
11{}
◆ DumpMC() [2/2]
DumpMC::DumpMC |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ execute() [1/2]
StatusCode DumpMC::execute |
( |
| ) |
|
Definition at line 30 of file DumpMC.cxx.
30 {
31
32 MsgStream log(messageService(), name());
33 log << MSG::INFO << ">>> DumpMC from execute" << endreq;
34 std::cout << "----- DumpMC World From execute" << std::endl;
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72 return StatusCode::SUCCESS;
73}
◆ execute() [2/2]
StatusCode DumpMC::execute |
( |
| ) |
|
◆ finalize() [1/2]
StatusCode DumpMC::finalize |
( |
| ) |
|
Definition at line 74 of file DumpMC.cxx.
74 {
75
76 MsgStream log(messageService(), name());
77 log << MSG::INFO << ">>> DumpMC from finalize" << endreq;
78 std::cout << "----- DumpMC World From finalize" << std::endl;
79
80
81 return StatusCode::SUCCESS;
82}
◆ finalize() [2/2]
StatusCode DumpMC::finalize |
( |
| ) |
|
◆ initialize() [1/2]
StatusCode DumpMC::initialize |
( |
| ) |
|
Definition at line 13 of file DumpMC.cxx.
13 {
14
15 MsgStream log(messageService(), name());
16 log << MSG::INFO << ">>> DumpMC from Initialize" << endreq;
17 std::cout << "----- DumpMC World From initialize" << std::endl;
18
19
20
21
22
23
24
25
26
27
28 return StatusCode::SUCCESS;
29}
◆ initialize() [2/2]
StatusCode DumpMC::initialize |
( |
| ) |
|
The documentation for this class was generated from the following files: