#include <RecoLocalMuon/RPCNoise/src/RPCNoise.cc>
Public Member Functions | |
RPCNoise (const edm::ParameterSet &) | |
~RPCNoise () | |
Public Member Functions inherited from edm::EDFilter | |
EDFilter () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDFilter () |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () 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 (const std::string &iProcessName, std::vector< const char * > &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 Member Functions | |
virtual void | beginJob () override |
virtual void | endJob () override |
virtual 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 | |
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 RPCNoise_example::fillHistograms, edm::ParameterSet::getUntrackedParameter(), RPCNoise_example::histogramFileName, RPCNoise_example::nCSCStripsCut, RPCNoise_example::nCSCWiresCut, RPCNoise_example::nDTDigisCut, RPCNoise_example::nRPCHitsCut, and AlCaHLTBitMon_QueryRunRegistry::string.
RPCNoise::~RPCNoise | ( | ) |
Definition at line 167 of file RPCNoise.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDFilter.
Definition at line 173 of file RPCNoise.cc.
References RPCNoise_example::fillHistograms, RPCNoise_example::histogramFileName, and iEvent.
|
overrideprivatevirtual |
Reimplemented from edm::EDFilter.
Definition at line 234 of file RPCNoise.cc.
References gather_cfg::cout, and RPCNoise_example::fillHistograms.
|
overrideprivatevirtual |
Implements edm::EDFilter.
Definition at line 292 of file RPCNoise.cc.
References gather_cfg::cout, RPCNoise_example::fillHistograms, iEvent, kLayer(), min(), RPCNoise_example::nCSCStripsCut, RPCNoise_example::nCSCWiresCut, RPCNoise_example::nDTDigisCut, RPCNoise_example::nRPCHitsCut, RPCDetId::region(), RPCDetId, HLT_25ns14e33_v1_cff::rpcRecHits, and RecoTauPiZeroBuilderPlugins_cfi::strips.
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.