CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes
RPCQualityTests Class Reference

#include <RPCQualityTests.h>

Inheritance diagram for RPCQualityTests:
edm::EDAnalyzer

Public Member Functions

 RPCQualityTests (const edm::ParameterSet &)
 
 ~RPCQualityTests ()
 
- Public Member Functions inherited from edm::EDAnalyzer
 EDAnalyzer ()
 
std::string workerType () const
 
virtual ~EDAnalyzer ()
 

Private Member Functions

virtual void analyze (const edm::Event &, const edm::EventSetup &)
 
virtual void beginJob ()
 
void beginLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &context)
 
virtual void beginRun (const edm::Run &r, const edm::EventSetup &c)
 
virtual void endJob ()
 
void endLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &c)
 
virtual void endRun (const edm::Run &r, const edm::EventSetup &c)
 
std::map< std::string,
RPCClient * > 
makeQTestMap ()
 

Private Attributes

std::string clientName_
 
DQMStoredbe_
 
bool enableInputFile_
 
bool enableMonitorDaemon_
 
bool enableQTests_
 
int eSummary_
 
std::string eventInfoPath_
 
bool getQualityTestsFromFile_
 
std::string hostName_
 
int hostPort_
 
std::string inputFile_
 
int nevents_
 
edm::ParameterSet parameters_
 
int prescaleFactor_
 
std::vector< std::string > qtestList_
 
std::vector< RPCClient * > qtests_
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
typedef WorkerT< EDAnalyzerWorkerType
 
- Static Public Member Functions inherited from edm::EDAnalyzer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
- Protected Member Functions inherited from edm::EDAnalyzer
CurrentProcessingContext const * currentContext () const
 

Detailed Description

Definition at line 22 of file RPCQualityTests.h.

Constructor & Destructor Documentation

RPCQualityTests::RPCQualityTests ( const edm::ParameterSet )
explicit
RPCQualityTests::~RPCQualityTests ( )

Member Function Documentation

virtual void RPCQualityTests::analyze ( const edm::Event ,
const edm::EventSetup  
)
privatevirtual

Implements edm::EDAnalyzer.

virtual void RPCQualityTests::beginJob ( )
privatevirtual

Reimplemented from edm::EDAnalyzer.

void RPCQualityTests::beginLuminosityBlock ( edm::LuminosityBlock const &  lumiSeg,
edm::EventSetup const &  context 
)
privatevirtual

Reimplemented from edm::EDAnalyzer.

virtual void RPCQualityTests::beginRun ( const edm::Run r,
const edm::EventSetup c 
)
privatevirtual

Reimplemented from edm::EDAnalyzer.

virtual void RPCQualityTests::endJob ( )
privatevirtual

Reimplemented from edm::EDAnalyzer.

void RPCQualityTests::endLuminosityBlock ( edm::LuminosityBlock const &  lumiSeg,
edm::EventSetup const &  c 
)
privatevirtual

Reimplemented from edm::EDAnalyzer.

virtual void RPCQualityTests::endRun ( const edm::Run r,
const edm::EventSetup c 
)
privatevirtual

Reimplemented from edm::EDAnalyzer.

std::map<std::string , RPCClient*> RPCQualityTests::makeQTestMap ( )
private

Member Data Documentation

std::string RPCQualityTests::clientName_
private

Definition at line 47 of file RPCQualityTests.h.

DQMStore* RPCQualityTests::dbe_
private

Definition at line 43 of file RPCQualityTests.h.

bool RPCQualityTests::enableInputFile_
private

Definition at line 56 of file RPCQualityTests.h.

bool RPCQualityTests::enableMonitorDaemon_
private

Definition at line 54 of file RPCQualityTests.h.

bool RPCQualityTests::enableQTests_
private

Definition at line 55 of file RPCQualityTests.h.

int RPCQualityTests::eSummary_
private

Definition at line 62 of file RPCQualityTests.h.

std::string RPCQualityTests::eventInfoPath_
private

Definition at line 61 of file RPCQualityTests.h.

bool RPCQualityTests::getQualityTestsFromFile_
private

Definition at line 50 of file RPCQualityTests.h.

std::string RPCQualityTests::hostName_
private

Definition at line 45 of file RPCQualityTests.h.

int RPCQualityTests::hostPort_
private

Definition at line 46 of file RPCQualityTests.h.

std::string RPCQualityTests::inputFile_
private

Definition at line 60 of file RPCQualityTests.h.

int RPCQualityTests::nevents_
private

Definition at line 41 of file RPCQualityTests.h.

edm::ParameterSet RPCQualityTests::parameters_
private
int RPCQualityTests::prescaleFactor_
private

Definition at line 63 of file RPCQualityTests.h.

std::vector<std::string> RPCQualityTests::qtestList_
private

Definition at line 59 of file RPCQualityTests.h.

std::vector<RPCClient*> RPCQualityTests::qtests_
private

Definition at line 58 of file RPCQualityTests.h.