CMS 3D CMS Logo

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

#include <L1TGCTClient.h>

Inheritance diagram for L1TGCTClient:
DQMEDHarvester edm::one::EDAnalyzer< edm::one::WatchRuns, edm::one::WatchLuminosityBlocks, edm::one::SharedResources > edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

 L1TGCTClient (const edm::ParameterSet &ps)
 Constructor. More...
 
virtual ~L1TGCTClient ()
 Destructor. More...
 
- Public Member Functions inherited from DQMEDHarvester
virtual void analyze (edm::Event const &, edm::EventSetup const &) final
 
virtual void beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final
 
virtual void beginRun (edm::Run const &, edm::EventSetup const &)
 
 DQMEDHarvester (void)
 
virtual void endJob () final
 
virtual void endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final
 
virtual void endRun (edm::Run const &, edm::EventSetup const &)
 
- Public Member Functions inherited from edm::one::EDAnalyzer< edm::one::WatchRuns, edm::one::WatchLuminosityBlocks, edm::one::SharedResources >
 EDAnalyzer ()=default
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDAnalyzerBase ()
 
- 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 ()
 

Protected Member Functions

virtual void dqmEndJob (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter) override
 
virtual void dqmEndLuminosityBlock (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter, const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c)
 
- 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)
 

Private Member Functions

void book (DQMStore::IBooker &ibooker)
 
void makeXProjection (TH2F *input, MonitorElement *output)
 
void makeYProjection (TH2F *input, MonitorElement *output)
 
void processHistograms (DQMStore::IGetter &igetter)
 

Private Attributes

int counterEvt_
 counter More...
 
int counterLS_
 
std::string InputDir
 
MonitorElementl1GctAllJetsOccEta_
 
MonitorElementl1GctAllJetsOccPhi_
 
MonitorElementl1GctCenJetsOccEta_
 
MonitorElementl1GctCenJetsOccPhi_
 
MonitorElementl1GctForJetsOccEta_
 
MonitorElementl1GctForJetsOccPhi_
 
MonitorElementl1GctIsoEmOccEta_
 
MonitorElementl1GctIsoEmOccPhi_
 
MonitorElementl1GctIsoTauJetsOccEta_
 
MonitorElementl1GctIsoTauJetsOccPhi_
 
MonitorElementl1GctNonIsoEmOccEta_
 
MonitorElementl1GctNonIsoEmOccPhi_
 
MonitorElementl1GctTauJetsOccEta_
 
MonitorElementl1GctTauJetsOccPhi_
 
bool m_runInEndJob
 
bool m_runInEndLumi
 
bool m_runInEndRun
 
bool m_runInEventLoop
 prescale on number of events More...
 
bool m_stage1_layer2_
 
std::string monitorDir_
 
int prescaleEvt_
 units of lumi sections More...
 
int prescaleLS_
 counter More...
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Detailed Description

Definition at line 19 of file L1TGCTClient.h.

Constructor & Destructor Documentation

L1TGCTClient::L1TGCTClient ( const edm::ParameterSet ps)

Constructor.

Definition at line 24 of file L1TGCTClient.cc.

L1TGCTClient::~L1TGCTClient ( )
virtual

Destructor.

Definition at line 39 of file L1TGCTClient.cc.

Member Function Documentation

void L1TGCTClient::book ( DQMStore::IBooker ibooker)
private

Definition at line 41 of file L1TGCTClient.cc.

void L1TGCTClient::dqmEndJob ( DQMStore::IBooker ibooker,
DQMStore::IGetter igetter 
)
overrideprotectedvirtual

Implements DQMEDHarvester.

Definition at line 75 of file L1TGCTClient.cc.

void L1TGCTClient::dqmEndLuminosityBlock ( DQMStore::IBooker ibooker,
DQMStore::IGetter igetter,
const edm::LuminosityBlock lumiSeg,
const edm::EventSetup c 
)
protectedvirtual

Reimplemented from DQMEDHarvester.

Definition at line 65 of file L1TGCTClient.cc.

void L1TGCTClient::makeXProjection ( TH2F *  input,
MonitorElement output 
)
private

Definition at line 140 of file L1TGCTClient.cc.

void L1TGCTClient::makeYProjection ( TH2F *  input,
MonitorElement output 
)
private

Definition at line 154 of file L1TGCTClient.cc.

void L1TGCTClient::processHistograms ( DQMStore::IGetter igetter)
private

Definition at line 84 of file L1TGCTClient.cc.

Member Data Documentation

int L1TGCTClient::counterEvt_
private

counter

Definition at line 43 of file L1TGCTClient.h.

int L1TGCTClient::counterLS_
private

Definition at line 42 of file L1TGCTClient.h.

std::string L1TGCTClient::InputDir
private

Definition at line 53 of file L1TGCTClient.h.

MonitorElement* L1TGCTClient::l1GctAllJetsOccEta_
private

Definition at line 59 of file L1TGCTClient.h.

MonitorElement* L1TGCTClient::l1GctAllJetsOccPhi_
private

Definition at line 60 of file L1TGCTClient.h.

MonitorElement* L1TGCTClient::l1GctCenJetsOccEta_
private

Definition at line 61 of file L1TGCTClient.h.

MonitorElement* L1TGCTClient::l1GctCenJetsOccPhi_
private

Definition at line 62 of file L1TGCTClient.h.

MonitorElement* L1TGCTClient::l1GctForJetsOccEta_
private

Definition at line 63 of file L1TGCTClient.h.

MonitorElement* L1TGCTClient::l1GctForJetsOccPhi_
private

Definition at line 64 of file L1TGCTClient.h.

MonitorElement* L1TGCTClient::l1GctIsoEmOccEta_
private

Definition at line 55 of file L1TGCTClient.h.

MonitorElement* L1TGCTClient::l1GctIsoEmOccPhi_
private

Definition at line 56 of file L1TGCTClient.h.

MonitorElement* L1TGCTClient::l1GctIsoTauJetsOccEta_
private

Definition at line 67 of file L1TGCTClient.h.

MonitorElement* L1TGCTClient::l1GctIsoTauJetsOccPhi_
private

Definition at line 68 of file L1TGCTClient.h.

MonitorElement* L1TGCTClient::l1GctNonIsoEmOccEta_
private

Definition at line 57 of file L1TGCTClient.h.

MonitorElement* L1TGCTClient::l1GctNonIsoEmOccPhi_
private

Definition at line 58 of file L1TGCTClient.h.

MonitorElement* L1TGCTClient::l1GctTauJetsOccEta_
private

Definition at line 65 of file L1TGCTClient.h.

MonitorElement* L1TGCTClient::l1GctTauJetsOccPhi_
private

Definition at line 66 of file L1TGCTClient.h.

bool L1TGCTClient::m_runInEndJob
private

Definition at line 50 of file L1TGCTClient.h.

bool L1TGCTClient::m_runInEndLumi
private

Definition at line 48 of file L1TGCTClient.h.

bool L1TGCTClient::m_runInEndRun
private

Definition at line 49 of file L1TGCTClient.h.

bool L1TGCTClient::m_runInEventLoop
private

prescale on number of events

Definition at line 47 of file L1TGCTClient.h.

bool L1TGCTClient::m_stage1_layer2_
private

Definition at line 51 of file L1TGCTClient.h.

std::string L1TGCTClient::monitorDir_
private

Definition at line 41 of file L1TGCTClient.h.

int L1TGCTClient::prescaleEvt_
private

units of lumi sections

Definition at line 45 of file L1TGCTClient.h.

int L1TGCTClient::prescaleLS_
private

counter

Definition at line 44 of file L1TGCTClient.h.