An interface class to set the parameter in ApvAnalysisFactory. More...
#include <ApvFactoryService.h>
Public Member Functions | |
ApvFactoryService (const edm::ParameterSet &, edm::ActivityRegistry &) | |
ApvAnalysisFactory *const | getApvFactory () const |
int | getEventInitNumber () |
void | postProcessEvent (const edm::Event &ie, const edm::EventSetup &ies) |
~ApvFactoryService () | |
Private Attributes | |
ApvAnalysisFactory * | apvFactory_ |
bool | gotPed |
An interface class to set the parameter in ApvAnalysisFactory.
Definition at line 34 of file ApvFactoryService.h.
ApvFactoryService::ApvFactoryService | ( | const edm::ParameterSet & | pset, |
edm::ActivityRegistry & | activity | ||
) |
Constructor when using the "service" mode, which takes as an argument a ParameterSet (containing the database connection parameters).
Definition at line 18 of file ApvFactoryService.cc.
References apvFactory_, gather_cfg::cout, and edm::ParameterSet::getParameter().
ApvFactoryService::~ApvFactoryService | ( | ) |
ApvAnalysisFactory *const ApvFactoryService::getApvFactory | ( | ) | const |
int ApvFactoryService::getEventInitNumber | ( | ) |
Definition at line 88 of file ApvFactoryService.cc.
void ApvFactoryService::postProcessEvent | ( | const edm::Event & | ie, |
const edm::EventSetup & | ies | ||
) |
|
private |
Class that holds addresses that uniquely identify a hardware component within the control system. Instance of struct that holds all DB connection parameters.
Definition at line 66 of file ApvFactoryService.h.
Referenced by ApvFactoryService(), and getApvFactory().
|
private |
Definition at line 68 of file ApvFactoryService.h.
Referenced by postProcessEvent().