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 edm::EDConsumerBase

Public Member Functions

 RPCQualityTests (const edm::ParameterSet &)
 
 ~RPCQualityTests ()
 
- Public Member Functions inherited from edm::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzer ()
 
ModuleDescription const & moduleDescription () const
 
std::string workerType () const
 
virtual ~EDAnalyzer ()
 
- Public Member Functions inherited from edm::EDConsumerBase
 EDConsumerBase ()
 
ProductHolderIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
std::vector
< ProductHolderIndexAndSkipBit >
const & 
itemsToGetFromEvent () const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

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
 
- 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::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

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.