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 Attributes
L1ScalersClient Class Reference

#include <L1ScalersClient.h>

Inheritance diagram for L1ScalersClient:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

void analyze (const edm::Event &e, const edm::EventSetup &c)
 
void beginJob (void)
 BeginJob. More...
 
void beginRun (const edm::Run &run, const edm::EventSetup &c)
 BeginRun. More...
 
void endLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c)
 
void endRun (const edm::Run &run, const edm::EventSetup &c)
 EndRun. More...
 
 L1ScalersClient (const edm::ParameterSet &ps)
 Constructors. More...
 
virtual ~L1ScalersClient ()
 Destructor. More...
 
- 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
std::vector< ConsumesInfoconsumesInfo () const
 
 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
 
void modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Private Attributes

std::vector< int > algoSelected_
 
MonitorElementbxSelected_
 
int currentLumiBlockNumber_
 
int currentRun_
 
DQMStoredbe_
 
bool first_algo
 
bool first_tt
 
std::string folderName_
 
MonitorElementl1AlgoCurrentRate_
 
MonitorElementl1AlgoCurrentRatePerAlgo_ [140]
 
MonitorElementl1AlgoRateHistories_ [140]
 
unsigned long int l1AlgoScalerCounters_ [140]
 
MonitorElementl1TechTrigCurrentRate_
 
MonitorElementl1TechTrigCurrentRatePerAlgo_ [80]
 
MonitorElementl1TechTrigRateHistories_ [80]
 
unsigned long int l1TechTrigScalerCounters_ [80]
 
int nev_
 
int nLumi_
 
int numSelected_
 
MonitorElementselected_
 
std::vector< int > techSelected_
 
MonitorElementtotalAlgoRate_
 
float totAlgoPrevCount
 
MonitorElementtotalTtRate_
 
float totTtPrevCount
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- 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 23 of file L1ScalersClient.h.

Constructor & Destructor Documentation

L1ScalersClient::L1ScalersClient ( const edm::ParameterSet ps)

Constructors.

Definition at line 26 of file L1ScalersClient.cc.

virtual L1ScalersClient::~L1ScalersClient ( )
inlinevirtual

Destructor.

Definition at line 30 of file L1ScalersClient.h.

30  {
31  };

Member Function Documentation

void L1ScalersClient::analyze ( const edm::Event e,
const edm::EventSetup c 
)
virtual

Implements edm::EDAnalyzer.

Definition at line 342 of file L1ScalersClient.cc.

void L1ScalersClient::beginJob ( void  )
virtual

BeginJob.

Reimplemented from edm::EDAnalyzer.

Definition at line 161 of file L1ScalersClient.cc.

void L1ScalersClient::beginRun ( const edm::Run run,
const edm::EventSetup c 
)
virtual

BeginRun.

Reimplemented from edm::EDAnalyzer.

Definition at line 171 of file L1ScalersClient.cc.

void L1ScalersClient::endLuminosityBlock ( const edm::LuminosityBlock lumiSeg,
const edm::EventSetup c 
)
virtual

End LumiBlock DQM Client Diagnostic should be performed here

Reimplemented from edm::EDAnalyzer.

Definition at line 183 of file L1ScalersClient.cc.

void L1ScalersClient::endRun ( const edm::Run run,
const edm::EventSetup c 
)
virtual

EndRun.

Reimplemented from edm::EDAnalyzer.

Definition at line 176 of file L1ScalersClient.cc.

Member Data Documentation

std::vector<int> L1ScalersClient::algoSelected_
private

Definition at line 80 of file L1ScalersClient.h.

MonitorElement* L1ScalersClient::bxSelected_
private

Definition at line 79 of file L1ScalersClient.h.

int L1ScalersClient::currentLumiBlockNumber_
private

Definition at line 85 of file L1ScalersClient.h.

int L1ScalersClient::currentRun_
private

Definition at line 60 of file L1ScalersClient.h.

DQMStore* L1ScalersClient::dbe_
private

Definition at line 56 of file L1ScalersClient.h.

bool L1ScalersClient::first_algo
private

Definition at line 86 of file L1ScalersClient.h.

bool L1ScalersClient::first_tt
private

Definition at line 87 of file L1ScalersClient.h.

std::string L1ScalersClient::folderName_
private

Definition at line 82 of file L1ScalersClient.h.

MonitorElement* L1ScalersClient::l1AlgoCurrentRate_
private

Definition at line 66 of file L1ScalersClient.h.

MonitorElement* L1ScalersClient::l1AlgoCurrentRatePerAlgo_[140]
private

Definition at line 68 of file L1ScalersClient.h.

MonitorElement* L1ScalersClient::l1AlgoRateHistories_[140]
private

Definition at line 67 of file L1ScalersClient.h.

unsigned long int L1ScalersClient::l1AlgoScalerCounters_[140]
private

Definition at line 65 of file L1ScalersClient.h.

MonitorElement* L1ScalersClient::l1TechTrigCurrentRate_
private

Definition at line 72 of file L1ScalersClient.h.

MonitorElement* L1ScalersClient::l1TechTrigCurrentRatePerAlgo_[80]
private

Definition at line 74 of file L1ScalersClient.h.

MonitorElement* L1ScalersClient::l1TechTrigRateHistories_[80]
private

Definition at line 73 of file L1ScalersClient.h.

unsigned long int L1ScalersClient::l1TechTrigScalerCounters_[80]
private

Definition at line 71 of file L1ScalersClient.h.

int L1ScalersClient::nev_
private

Definition at line 58 of file L1ScalersClient.h.

int L1ScalersClient::nLumi_
private

Definition at line 59 of file L1ScalersClient.h.

int L1ScalersClient::numSelected_
private

Definition at line 83 of file L1ScalersClient.h.

MonitorElement* L1ScalersClient::selected_
private

Definition at line 78 of file L1ScalersClient.h.

std::vector<int> L1ScalersClient::techSelected_
private

Definition at line 81 of file L1ScalersClient.h.

MonitorElement* L1ScalersClient::totalAlgoRate_
private

Definition at line 69 of file L1ScalersClient.h.

float L1ScalersClient::totAlgoPrevCount
private

Definition at line 62 of file L1ScalersClient.h.

MonitorElement* L1ScalersClient::totalTtRate_
private

Definition at line 75 of file L1ScalersClient.h.

float L1ScalersClient::totTtPrevCount
private

Definition at line 63 of file L1ScalersClient.h.