#include <DTPreCalibrationTask.h>
Public Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Analyze. More... | |
void | beginJob () |
BeginJob. More... | |
void | bookOccupancyPlot (int wheel, int sector) |
void | bookTimeBoxes (int wheel, int sector) |
Book histos. More... | |
DTPreCalibrationTask (const edm::ParameterSet &ps) | |
Constructor. More... | |
void | endJob () |
EndJob. More... | |
virtual | ~DTPreCalibrationTask () |
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 | |
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 |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Attributes | |
DQMStore * | dbe |
edm::EDGetTokenT < DTDigiCollection > | digiLabel |
std::string | folderName |
int | maxTriggerWidth |
int | minTriggerWidth |
std::map< std::pair< int, int > , MonitorElement * > | OccupancyHistos |
std::string | outputFileName |
bool | saveFile |
std::map< std::pair< int, int > , MonitorElement * > | TimeBoxes |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
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) |
Analysis on DT digis (TB + occupancy) before the calibration step
Definition at line 34 of file DTPreCalibrationTask.h.
DTPreCalibrationTask::DTPreCalibrationTask | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 34 of file DTPreCalibrationTask.cc.
References dtTPAnalyzer_cfg::digiLabel, edm::ParameterSet::getUntrackedParameter(), LogTrace, cppFunctionSkipper::operator, and dumpDBToFile_GT_ttrig_cfg::outputFileName.
|
virtual |
|
virtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 75 of file DTPreCalibrationTask.cc.
References dtTPAnalyzer_cfg::digiLabel, HcalObjRepresent::Fill(), DTLayerId::layer(), edm::second(), DTChamberId::station(), DTSuperLayerId::superlayer(), and cuy::yBin.
|
virtual |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 60 of file DTPreCalibrationTask.cc.
References LogTrace.
void DTPreCalibrationTask::bookOccupancyPlot | ( | int | wheel, |
int | sector | ||
) |
Definition at line 137 of file DTPreCalibrationTask.cc.
void DTPreCalibrationTask::bookTimeBoxes | ( | int | wheel, |
int | sector | ||
) |
Book histos.
Definition at line 124 of file DTPreCalibrationTask.cc.
|
virtual |
EndJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 115 of file DTPreCalibrationTask.cc.
References dumpDBToFile_GT_ttrig_cfg::outputFileName.
|
private |
Definition at line 59 of file DTPreCalibrationTask.h.
|
private |
Definition at line 60 of file DTPreCalibrationTask.h.
|
private |
Definition at line 65 of file DTPreCalibrationTask.h.
|
private |
Definition at line 62 of file DTPreCalibrationTask.h.
|
private |
Definition at line 61 of file DTPreCalibrationTask.h.
|
private |
Definition at line 71 of file DTPreCalibrationTask.h.
|
private |
Definition at line 64 of file DTPreCalibrationTask.h.
|
private |
Definition at line 63 of file DTPreCalibrationTask.h.
|
private |
Definition at line 68 of file DTPreCalibrationTask.h.