#include <DTNoiseCalibration.h>
Classes | |
class | DTNoiseCalibration |
Public Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
void | beginJob () |
void | beginRun (const edm::Run &run, const edm::EventSetup &setup) |
DTNoiseCalibration (const edm::ParameterSet &ps) | |
Constructor. More... | |
void | endJob () |
virtual | ~DTNoiseCalibration () |
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< 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 (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 Member Functions | |
std::string | getChamberName (const DTChamberId &) const |
std::string | getChannelName (const DTWireId &) const |
std::string | getLayerName (const DTLayerId &) const |
std::string | getSuperLayerName (const DTSuperLayerId &) const |
Private Attributes | |
std::map< DTChamberId, TH1F * > | chamberOccupancyVsLumiMap_ |
std::map< DTChamberId, TH1F * > | chamberOccupancyVsTimeMap_ |
std::string | dbLabel_ |
int | defaultTtrig_ |
edm::InputTag | digiLabel_ |
edm::ESHandle< DTGeometry > | dtGeom_ |
TH1F * | hTDCTriggerWidth_ |
unsigned int | lumiMax_ |
double | maximumNoiseRate_ |
int | nevents_ |
bool | readDB_ |
TFile * | rootFile_ |
time_t | runBeginTime_ |
time_t | runEndTime_ |
std::map< DTLayerId, TH1F * > | theHistoOccupancyMap_ |
std::map< DTWireId, TH1F * > | theHistoOccupancyVsLumiMap_ |
int | timeWindowOffset_ |
double | triggerWidth_ |
edm::ESHandle< DTTtrig > | tTrigMap_ |
bool | useAbsoluteRate_ |
bool | useTimeWindow_ |
std::vector< DTWireId > | wireIdWithHisto_ |
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) |
Definition at line 31 of file DTNoiseCalibration.h.
DTNoiseCalibration::DTNoiseCalibration | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 42 of file DTNoiseCalibration.cc.
|
virtual |
Destructor.
Definition at line 416 of file DTNoiseCalibration.cc.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 118 of file DTNoiseCalibration.cc.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 88 of file DTNoiseCalibration.cc.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 98 of file DTNoiseCalibration.cc.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 327 of file DTNoiseCalibration.cc.
|
private |
Definition at line 465 of file DTNoiseCalibration.cc.
|
private |
Definition at line 420 of file DTNoiseCalibration.cc.
|
private |
Definition at line 428 of file DTNoiseCalibration.cc.
|
private |
Definition at line 448 of file DTNoiseCalibration.cc.
|
private |
Definition at line 89 of file DTNoiseCalibration.h.
|
private |
Definition at line 91 of file DTNoiseCalibration.h.
|
private |
Definition at line 66 of file DTNoiseCalibration.h.
|
private |
Definition at line 65 of file DTNoiseCalibration.h.
|
private |
Definition at line 53 of file DTNoiseCalibration.h.
|
private |
Definition at line 77 of file DTNoiseCalibration.h.
|
private |
Definition at line 83 of file DTNoiseCalibration.h.
|
private |
Definition at line 69 of file DTNoiseCalibration.h.
|
private |
Definition at line 57 of file DTNoiseCalibration.h.
|
private |
Definition at line 71 of file DTNoiseCalibration.h.
|
private |
Definition at line 64 of file DTNoiseCalibration.h.
|
private |
Definition at line 81 of file DTNoiseCalibration.h.
|
private |
Definition at line 73 of file DTNoiseCalibration.h.
|
private |
Definition at line 74 of file DTNoiseCalibration.h.
|
private |
Definition at line 85 of file DTNoiseCalibration.h.
|
private |
Definition at line 87 of file DTNoiseCalibration.h.
|
private |
Definition at line 56 of file DTNoiseCalibration.h.
|
private |
Definition at line 55 of file DTNoiseCalibration.h.
|
private |
Definition at line 79 of file DTNoiseCalibration.h.
|
private |
Definition at line 58 of file DTNoiseCalibration.h.
|
private |
Definition at line 54 of file DTNoiseCalibration.h.
|
private |
Definition at line 68 of file DTNoiseCalibration.h.