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 Types | Private Member Functions | Private Attributes | Static Private Attributes
L1TGMT Class Reference

#include <L1TGMT.h>

Inheritance diagram for L1TGMT:
DQMEDAnalyzer edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > edm::stream::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

 L1TGMT (const edm::ParameterSet &ps)
 
virtual ~L1TGMT ()
 
- Public Member Functions inherited from DQMEDAnalyzer
virtual void beginRun (edm::Run const &, edm::EventSetup const &) final
 
virtual void beginStream (edm::StreamID id) final
 
 DQMEDAnalyzer (void)
 
virtual void endLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, dqmDetails::NoCache *) const final
 
virtual void endRunSummary (edm::Run const &, edm::EventSetup const &, dqmDetails::NoCache *) const final
 
uint32_t streamId () const
 
- Public Member Functions inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > >
 EDAnalyzer ()=default
 
- Public Member Functions inherited from edm::stream::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

void analyze (const edm::Event &e, const edm::EventSetup &c) override
 
virtual void beginLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) override
 
virtual void bookHistograms (DQMStore::IBooker &ibooker, edm::Run const &, edm::EventSetup const &) override
 
virtual void dqmBeginRun (const edm::Run &, const edm::EventSetup &) override
 
- 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 Types

enum  ensubs {
  DTTF =0, RPCb, CSCTF, RPCf,
  GMT
}
 

Private Member Functions

void book_ (const edm::EventSetup &c)
 
double phiconv_ (float phi)
 

Private Attributes

MonitorElementbx_csc_rpc
 
MonitorElementbx_dt_csc
 
MonitorElementbx_dt_rpc
 
MonitorElementbx_number
 
int bxnum_old_
 
MonitorElementdbx_chip
 
MonitorElementdist_eta_csc_rpc
 
MonitorElementdist_eta_dt_csc
 
MonitorElementdist_eta_dt_rpc
 
MonitorElementdist_phi_csc_rpc
 
MonitorElementdist_phi_dt_csc
 
MonitorElementdist_phi_dt_rpc
 
MonitorElementeta_dtcsc_and_rpc
 
MonitorElementeta_dtcsc_only
 
MonitorElementeta_rpc_only
 
MonitorElementetaphi_dtcsc_and_rpc
 
MonitorElementetaphi_dtcsc_only
 
MonitorElementetaphi_rpc_only
 
const edm::EDGetTokenT
< L1MuGMTReadoutCollection
gmtSource_
 
std::ofstream logFile_
 
MonitorElementn_csctf_vs_dttf
 
MonitorElementn_rpcb_vs_dttf
 
MonitorElementn_rpcf_vs_csctf
 
int obnum_old_
 
MonitorElementphi_dtcsc_and_rpc
 
MonitorElementphi_dtcsc_only
 
MonitorElementphi_rpc_only
 
MonitorElementregional_triggers
 
MonitorElementsubs_bits [5]
 
MonitorElementsubs_dbx [4]
 
MonitorElementsubs_eta [5]
 
MonitorElementsubs_etaphi [5]
 
MonitorElementsubs_etaqty [5]
 
MonitorElementsubs_nbx [5]
 
MonitorElementsubs_phi [5]
 
MonitorElementsubs_pt [5]
 
MonitorElementsubs_qty [5]
 
int trsrc_old_
 
const bool verbose_
 

Static Private Attributes

static const double piconv_ = 180. / acos(-1.)
 

Additional Inherited Members

- Public Types inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > >
typedef CacheContexts< T...> CacheTypes
 
typedef CacheTypes::GlobalCache GlobalCache
 
typedef AbilityChecker< T...> HasAbility
 
typedef
CacheTypes::LuminosityBlockCache 
LuminosityBlockCache
 
typedef
LuminosityBlockContextT
< LuminosityBlockCache,
RunCache, GlobalCache
LuminosityBlockContext
 
typedef
CacheTypes::LuminosityBlockSummaryCache 
LuminosityBlockSummaryCache
 
typedef CacheTypes::RunCache RunCache
 
typedef RunContextT< RunCache,
GlobalCache
RunContext
 
typedef CacheTypes::RunSummaryCache RunSummaryCache
 
- Public Types inherited from edm::stream::EDAnalyzerBase
typedef EDAnalyzerAdaptorBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from DQMEDAnalyzer
static std::shared_ptr
< dqmDetails::NoCache
globalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *)
 
static std::shared_ptr
< dqmDetails::NoCache
globalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *)
 
static void globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *)
 
static void globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *)
 
- Static Public Member Functions inherited from edm::stream::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Detailed Description

Definition at line 43 of file L1TGMT.h.

Member Enumeration Documentation

enum L1TGMT::ensubs
private
Enumerator
DTTF 
RPCb 
CSCTF 
RPCf 
GMT 

Definition at line 66 of file L1TGMT.h.

Constructor & Destructor Documentation

L1TGMT::L1TGMT ( const edm::ParameterSet ps)

Definition at line 23 of file L1TGMT.cc.

L1TGMT::~L1TGMT ( )
virtual

Definition at line 33 of file L1TGMT.cc.

Member Function Documentation

void L1TGMT::analyze ( const edm::Event e,
const edm::EventSetup c 
)
overrideprotectedvirtual

Implements edm::stream::EDAnalyzerBase.

Definition at line 48 of file L1TGMT.cc.

void L1TGMT::beginLuminosityBlock ( const edm::LuminosityBlock ,
const edm::EventSetup  
)
overrideprotectedvirtual

Reimplemented from edm::stream::EDAnalyzerBase.

Definition at line 42 of file L1TGMT.cc.

void L1TGMT::book_ ( const edm::EventSetup c)
private
void L1TGMT::bookHistograms ( DQMStore::IBooker ibooker,
edm::Run const &  ,
edm::EventSetup const &  c 
)
overrideprotectedvirtual

Implements DQMEDAnalyzer.

Definition at line 243 of file L1TGMT.cc.

void L1TGMT::dqmBeginRun ( const edm::Run r,
const edm::EventSetup c 
)
overrideprotectedvirtual

Reimplemented from DQMEDAnalyzer.

Definition at line 38 of file L1TGMT.cc.

double L1TGMT::phiconv_ ( float  phi)
private

Definition at line 236 of file L1TGMT.cc.

Member Data Documentation

MonitorElement* L1TGMT::bx_csc_rpc
private

Definition at line 97 of file L1TGMT.h.

MonitorElement* L1TGMT::bx_dt_csc
private

Definition at line 98 of file L1TGMT.h.

MonitorElement* L1TGMT::bx_dt_rpc
private

Definition at line 96 of file L1TGMT.h.

MonitorElement* L1TGMT::bx_number
private

Definition at line 79 of file L1TGMT.h.

int L1TGMT::bxnum_old_
private

Definition at line 110 of file L1TGMT.h.

MonitorElement* L1TGMT::dbx_chip
private

Definition at line 80 of file L1TGMT.h.

MonitorElement* L1TGMT::dist_eta_csc_rpc
private

Definition at line 94 of file L1TGMT.h.

MonitorElement* L1TGMT::dist_eta_dt_csc
private

Definition at line 95 of file L1TGMT.h.

MonitorElement* L1TGMT::dist_eta_dt_rpc
private

Definition at line 93 of file L1TGMT.h.

MonitorElement* L1TGMT::dist_phi_csc_rpc
private

Definition at line 91 of file L1TGMT.h.

MonitorElement* L1TGMT::dist_phi_dt_csc
private

Definition at line 92 of file L1TGMT.h.

MonitorElement* L1TGMT::dist_phi_dt_rpc
private

Definition at line 90 of file L1TGMT.h.

MonitorElement* L1TGMT::eta_dtcsc_and_rpc
private

Definition at line 81 of file L1TGMT.h.

MonitorElement* L1TGMT::eta_dtcsc_only
private

Definition at line 82 of file L1TGMT.h.

MonitorElement* L1TGMT::eta_rpc_only
private

Definition at line 83 of file L1TGMT.h.

MonitorElement* L1TGMT::etaphi_dtcsc_and_rpc
private

Definition at line 87 of file L1TGMT.h.

MonitorElement* L1TGMT::etaphi_dtcsc_only
private

Definition at line 88 of file L1TGMT.h.

MonitorElement* L1TGMT::etaphi_rpc_only
private

Definition at line 89 of file L1TGMT.h.

const edm::EDGetTokenT<L1MuGMTReadoutCollection> L1TGMT::gmtSource_
private

Definition at line 108 of file L1TGMT.h.

std::ofstream L1TGMT::logFile_
private

Definition at line 107 of file L1TGMT.h.

MonitorElement* L1TGMT::n_csctf_vs_dttf
private

Definition at line 102 of file L1TGMT.h.

MonitorElement* L1TGMT::n_rpcb_vs_dttf
private

Definition at line 100 of file L1TGMT.h.

MonitorElement* L1TGMT::n_rpcf_vs_csctf
private

Definition at line 101 of file L1TGMT.h.

int L1TGMT::obnum_old_
private

Definition at line 111 of file L1TGMT.h.

MonitorElement* L1TGMT::phi_dtcsc_and_rpc
private

Definition at line 84 of file L1TGMT.h.

MonitorElement* L1TGMT::phi_dtcsc_only
private

Definition at line 85 of file L1TGMT.h.

MonitorElement* L1TGMT::phi_rpc_only
private

Definition at line 86 of file L1TGMT.h.

const double L1TGMT::piconv_ = 180. / acos(-1.)
staticprivate

Definition at line 114 of file L1TGMT.h.

MonitorElement* L1TGMT::regional_triggers
private

Definition at line 77 of file L1TGMT.h.

MonitorElement* L1TGMT::subs_bits[5]
private

Definition at line 75 of file L1TGMT.h.

MonitorElement* L1TGMT::subs_dbx[4]
private

Definition at line 104 of file L1TGMT.h.

MonitorElement* L1TGMT::subs_eta[5]
private

Definition at line 69 of file L1TGMT.h.

MonitorElement* L1TGMT::subs_etaphi[5]
private

Definition at line 73 of file L1TGMT.h.

MonitorElement* L1TGMT::subs_etaqty[5]
private

Definition at line 74 of file L1TGMT.h.

MonitorElement* L1TGMT::subs_nbx[5]
private

Definition at line 68 of file L1TGMT.h.

MonitorElement* L1TGMT::subs_phi[5]
private

Definition at line 70 of file L1TGMT.h.

MonitorElement* L1TGMT::subs_pt[5]
private

Definition at line 71 of file L1TGMT.h.

MonitorElement* L1TGMT::subs_qty[5]
private

Definition at line 72 of file L1TGMT.h.

int L1TGMT::trsrc_old_
private

Definition at line 112 of file L1TGMT.h.

const bool L1TGMT::verbose_
private

Definition at line 106 of file L1TGMT.h.