#include <DataInfoSvc.h>
Definition at line 15 of file DataInfoSvc.h.
◆ DataInfoSvc()
DataInfoSvc::DataInfoSvc |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
svcloc |
|
) |
| |
Definition at line 26 of file DataInfoSvc.cxx.
26 :
27 base_class (name, svcloc){
28
29}
◆ ~DataInfoSvc()
DataInfoSvc::~DataInfoSvc |
( |
| ) |
|
◆ finalize()
StatusCode DataInfoSvc::finalize |
( |
| ) |
|
|
virtual |
Definition at line 74 of file DataInfoSvc.cxx.
74 {
75 MsgStream log(messageService(), name());
76 log << MSG::INFO << "DataInfoSvc::finalize()" << endreq;
77 return StatusCode::SUCCESS;
78}
◆ flag1()
unsigned int DataInfoSvc::flag1 |
( |
| ) |
|
|
inline |
Retrieve flags, pingrg-2010-12-9.
Definition at line 32 of file DataInfoSvc.h.
◆ flag2()
unsigned int DataInfoSvc::flag2 |
( |
| ) |
|
|
inline |
◆ getDecayOptions()
string DataInfoSvc::getDecayOptions |
( |
| ) |
|
|
inline |
◆ getTotEvtNo()
std::vector< int > DataInfoSvc::getTotEvtNo |
( |
| ) |
|
|
inline |
◆ initialize()
StatusCode DataInfoSvc::initialize |
( |
| ) |
|
|
virtual |
Definition at line 43 of file DataInfoSvc.cxx.
43 {
44 MsgStream log(messageService(), name());
45 log << MSG::INFO << "DataInfoSvc::initialize()" << endreq;
46
47 StatusCode sc = Service::initialize();
48 sc = setProperties();
49 return StatusCode::SUCCESS;
50}
◆ setDecayCard()
void DataInfoSvc::setDecayCard |
( |
string |
card | ) |
|
Definition at line 52 of file DataInfoSvc.cxx.
53{
55 string tempString;
56 int i=0;
57 while(getline(fin,tempString))
58 {
59 if(tempString.size()>0)
60 {
61 m_decayOptions += tempString;
62 m_decayOptions += "\n";
63 }
64 i++;
65 }
66 if(i>100) m_decayOptions = "";
67 MsgStream log(messageService(), name());
68 log << MSG::INFO << "set decayOptions: " << endreq;
69 log << MSG::INFO << endreq
70 << m_decayOptions << endreq;
71}
Referenced by EvtDecay::initialize().
◆ setFlag1()
void DataInfoSvc::setFlag1 |
( |
unsigned int |
value | ) |
|
|
inline |
◆ setFlag2()
void DataInfoSvc::setFlag2 |
( |
unsigned int |
value | ) |
|
|
inline |
◆ setTotEvtNo()
void DataInfoSvc::setTotEvtNo |
( |
std::vector< int > |
i | ) |
|
|
inline |
The documentation for this class was generated from the following files: