#include <RecoLocalMuon/RPCNoise/src/RPCNoise.cc>
Public Member Functions | |
RPCNoise (const edm::ParameterSet &) | |
~RPCNoise () override | |
Public Member Functions inherited from edm::EDFilter | |
EDFilter () | |
ModuleDescription const & | moduleDescription () const |
~EDFilter () override | |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
std::vector< edm::ProductResolverIndex > const & | indiciesForPutProducts (BranchType iBranchType) const |
ProducerBase () | |
std::vector< edm::ProductResolverIndex > const & | putTokenIndexToProductResolverIndex () const |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
void | resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel) |
virtual | ~ProducerBase () noexcept(false) |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
void | convertCurrentProcessAlias (std::string const &processName) |
Convert "@currentProcess" in InputTag process names to the actual current process name. More... | |
EDConsumerBase () | |
EDConsumerBase (EDConsumerBase const &)=delete | |
EDConsumerBase (EDConsumerBase &&)=default | |
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
virtual | ~EDConsumerBase () noexcept(false) |
Private Member Functions | |
void | beginJob () override |
void | endJob () override |
bool | filter (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
TH1F * | dOrbit |
TH1F * | fDTDigisOut |
TH1F * | fDTDigisOutH |
bool | fillHistograms |
int | firstOrbit |
std::string | histogramFileName |
TProfile * | hitsVsOrbit |
TProfile * | hitsVsSerial |
int | iEvent |
int | iRun |
int | lastOrbit |
int | nCSCStripsCut |
int | nCSCWiresCut |
TH1F * | nDTDigis |
int | nDTDigisCut |
TH1F * | nDTDigisH |
TH1F * | nDTDigisIn |
TH1F * | nDTDigisInH |
TH1F * | nDTDigisOut |
TH1F * | nDTDigisOutH |
int | nEventsAnalyzed |
int | nEventsSelected |
int | nRPCHitsCut |
TH1F * | nRPCRecHits |
TH1F * | nRPCRecHitsLong |
TH1F * | nStrips |
TH1F * | nStripsH |
TH1F * | nWires |
TH1F * | nWiresH |
TProfile * | orbitVsSerial |
TH1F * | RPCBX |
TH1F * | RPCBXH |
TH1F * | RPCClSize |
TH1F * | RPCClSizeH |
TH1F * | rpcCorner |
TH1F * | rpcCornerH |
TProfile * | rpcCornerVsOrbit |
TH1F * | rpcLayer |
TH1F * | rpcLayerH |
TH1F * | rpcRing |
TH1F * | rpcRingH |
TProfile * | rpcRingVsOrbit |
TH1F * | rpcSector |
TH1F * | rpcSectorH |
TProfile * | rpcSectorVsOrbit |
TH1F * | rpcStation |
TH1F * | rpcStationH |
TProfile * | rpcStationVsOrbit |
TH1F * | t0All |
TH1F * | t0AllH |
TFile * | theHistogramFile |
int | thisOrbit |
Additional Inherited Members | |
Public Types inherited from edm::EDFilter | |
typedef EDFilter | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDFilter | |
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) |
Description: <simple analyis of RPC noise, and event filter>
Implementation: <simple application="" of="" edfilter>="">
Definition at line 88 of file RPCNoise.cc.
|
explicit |
Definition at line 158 of file RPCNoise.cc.
References edm::ParameterSet::getUntrackedParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 167 of file RPCNoise.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDFilter.
Definition at line 173 of file RPCNoise.cc.
References iEvent.
|
overrideprivatevirtual |
Reimplemented from edm::EDFilter.
Definition at line 234 of file RPCNoise.cc.
References gather_cfg::cout.
|
overrideprivate |
Definition at line 292 of file RPCNoise.cc.
References gather_cfg::cout, DEFINE_FWK_MODULE, objects.autophobj::float, iEvent, kLayer(), min(), RPCDetId::region(), JetIDParams_cfi::rpcRecHits, RecoTauPiZeroBuilderPlugins_cfi::strips, cscNeutronWriter_cfi::t0, and muonCSCDigis_cfi::wires.
Referenced by Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::filter(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::find(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::setDataAccessor(), and Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::switchCenterView().
|
private |
Definition at line 136 of file RPCNoise.cc.
|
private |
Definition at line 129 of file RPCNoise.cc.
|
private |
Definition at line 130 of file RPCNoise.cc.
|
private |
Definition at line 107 of file RPCNoise.cc.
|
private |
Definition at line 103 of file RPCNoise.cc.
|
private |
Definition at line 113 of file RPCNoise.cc.
|
private |
Definition at line 135 of file RPCNoise.cc.
|
private |
Definition at line 133 of file RPCNoise.cc.
|
private |
Definition at line 102 of file RPCNoise.cc.
|
private |
Definition at line 101 of file RPCNoise.cc.
|
private |
Definition at line 104 of file RPCNoise.cc.
|
private |
Definition at line 109 of file RPCNoise.cc.
|
private |
Definition at line 110 of file RPCNoise.cc.
|
private |
Definition at line 121 of file RPCNoise.cc.
|
private |
Definition at line 111 of file RPCNoise.cc.
|
private |
Definition at line 122 of file RPCNoise.cc.
|
private |
Definition at line 125 of file RPCNoise.cc.
|
private |
Definition at line 126 of file RPCNoise.cc.
|
private |
Definition at line 127 of file RPCNoise.cc.
|
private |
Definition at line 128 of file RPCNoise.cc.
|
private |
Definition at line 99 of file RPCNoise.cc.
|
private |
Definition at line 100 of file RPCNoise.cc.
|
private |
Definition at line 108 of file RPCNoise.cc.
|
private |
Definition at line 131 of file RPCNoise.cc.
|
private |
Definition at line 132 of file RPCNoise.cc.
|
private |
Definition at line 118 of file RPCNoise.cc.
|
private |
Definition at line 120 of file RPCNoise.cc.
|
private |
Definition at line 117 of file RPCNoise.cc.
|
private |
Definition at line 119 of file RPCNoise.cc.
|
private |
Definition at line 134 of file RPCNoise.cc.
|
private |
Definition at line 137 of file RPCNoise.cc.
|
private |
Definition at line 139 of file RPCNoise.cc.
|
private |
Definition at line 138 of file RPCNoise.cc.
|
private |
Definition at line 140 of file RPCNoise.cc.
|
private |
Definition at line 152 of file RPCNoise.cc.
|
private |
Definition at line 153 of file RPCNoise.cc.
|
private |
Definition at line 154 of file RPCNoise.cc.
|
private |
Definition at line 147 of file RPCNoise.cc.
|
private |
Definition at line 148 of file RPCNoise.cc.
|
private |
Definition at line 143 of file RPCNoise.cc.
|
private |
Definition at line 144 of file RPCNoise.cc.
|
private |
Definition at line 151 of file RPCNoise.cc.
|
private |
Definition at line 145 of file RPCNoise.cc.
|
private |
Definition at line 146 of file RPCNoise.cc.
|
private |
Definition at line 150 of file RPCNoise.cc.
|
private |
Definition at line 141 of file RPCNoise.cc.
|
private |
Definition at line 142 of file RPCNoise.cc.
|
private |
Definition at line 149 of file RPCNoise.cc.
|
private |
Definition at line 123 of file RPCNoise.cc.
|
private |
Definition at line 124 of file RPCNoise.cc.
|
private |
Definition at line 115 of file RPCNoise.cc.
|
private |
Definition at line 105 of file RPCNoise.cc.