#include <GlobalTest.h>
Public Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
void | beginJob () |
void | endJob () |
GlobalTest (const edm::ParameterSet &) | |
~GlobalTest () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Attributes | |
MonitorElement * | caloEnergyEBH_ [nMaxH] |
MonitorElement * | caloEnergyEEH_ [nMaxH] |
edm::InputTag | cfTrackTag_ |
edm::InputTag | cfVertexTag_ |
DQMStore * | dbe_ |
std::string | filename_ |
TFile * | histfile_ |
char * | labels [nrHistos] |
int | maxbunch_ |
int | minbunch_ |
MonitorElement * | nrPileupsH_ [nMaxH] |
MonitorElement * | nrTracksH_ [nMaxH] |
MonitorElement * | nrVerticesH_ [nMaxH] |
MonitorElement * | trackPartIdH_ [nMaxH] |
Static Private Attributes | |
static const int | nMaxH =10 |
static const int | nrHistos =6 |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
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::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
CurrentProcessingContext const * | currentContext () const |
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: test suite for Mixing Module
Definition at line 40 of file GlobalTest.h.
|
explicit |
Definition at line 47 of file GlobalTest.cc.
References gather_cfg::cout, filename_, maxbunch_, and minbunch_.
GlobalTest::~GlobalTest | ( | ) |
Definition at line 57 of file GlobalTest.cc.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 130 of file GlobalTest.cc.
References caloEnergyEBH_, caloEnergyEEH_, cfTrackTag_, cfVertexTag_, MonitorElement::Fill(), edm::Event::getByLabel(), i, maxbunch_, minbunch_, nrTracksH_, nrVerticesH_, AlCaHLTBitMon_QueryRunRegistry::string, and trackPartIdH_.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 64 of file GlobalTest.cc.
References DQMStore::book1D(), caloEnergyEBH_, caloEnergyEEH_, dbe_, i, cuy::ii, diffTwoXMLs::label, labels, maxbunch_, minbunch_, nrPileupsH_, nrTracksH_, nrVerticesH_, cppFunctionSkipper::operator, DQMStore::setCurrentFolder(), DQMStore::showDirStructure(), AlCaHLTBitMon_QueryRunRegistry::string, and trackPartIdH_.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 118 of file GlobalTest.cc.
References dbe_, filename_, i, labels, and DQMStore::save().
|
private |
Definition at line 61 of file GlobalTest.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 62 of file GlobalTest.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 69 of file GlobalTest.h.
Referenced by analyze().
|
private |
Definition at line 70 of file GlobalTest.h.
Referenced by analyze().
|
private |
Definition at line 64 of file GlobalTest.h.
Referenced by beginJob(), and endJob().
|
private |
Definition at line 51 of file GlobalTest.h.
Referenced by endJob(), and GlobalTest().
|
private |
Definition at line 54 of file GlobalTest.h.
|
private |
Definition at line 67 of file GlobalTest.h.
Referenced by beginJob(), and endJob().
|
private |
Definition at line 53 of file GlobalTest.h.
Referenced by analyze(), beginJob(), and GlobalTest().
|
private |
Definition at line 52 of file GlobalTest.h.
Referenced by analyze(), beginJob(), and GlobalTest().
|
staticprivate |
Definition at line 56 of file GlobalTest.h.
|
staticprivate |
Definition at line 66 of file GlobalTest.h.
|
private |
Definition at line 57 of file GlobalTest.h.
Referenced by beginJob().
|
private |
Definition at line 59 of file GlobalTest.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 58 of file GlobalTest.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 60 of file GlobalTest.h.
Referenced by analyze(), and beginJob().