#include <DPGAnalysis/SiStripTools/plugins/APVCyclePhaseMonitor.cc>
Public Member Functions | |
APVCyclePhaseMonitor (const edm::ParameterSet &) | |
~APVCyclePhaseMonitor () | |
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 | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) override |
virtual void | beginJob () override |
virtual void | beginRun (const edm::Run &, const edm::EventSetup &) override |
virtual void | endJob () override |
virtual void | endRun (const edm::Run &, const edm::EventSetup &) override |
Private Attributes | |
edm::EDGetTokenT < APVCyclePhaseCollection > | _apvphasecollectionToken |
std::map< std::string, TH1F * > | _hphases |
std::map< std::string, TProfile * > | _hphasevsorbit |
std::map< std::string, TH1F ** > | _hselectedphases |
std::map< std::string, TH1F ** > | _hselectedphasessize |
std::map< std::string, TH1F ** > | _hselectedphasesvector |
std::map< std::string, TProfile ** > | _hselectedphasevectorvsorbit |
std::map< std::string, TProfile ** > | _hselectedphasevsorbit |
unsigned int | _nevents |
std::vector< std::string > | _selectedparts |
std::vector< std::string > | _selectedvectorparts |
const unsigned int | m_LSfrac |
const unsigned int | m_maxLS |
RunHistogramManager | m_rhm |
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) |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 51 of file APVCyclePhaseMonitor.cc.
|
explicit |
Definition at line 93 of file APVCyclePhaseMonitor.cc.
References _hselectedphases, _hselectedphasessize, _hselectedphasesvector, _hselectedphasevectorvsorbit, _hselectedphasevsorbit, _selectedparts, _selectedvectorparts, edm::ParameterSet::getParameter(), m_LSfrac, m_maxLS, m_rhm, RunHistogramManager::makeTH1F(), and RunHistogramManager::makeTProfile().
APVCyclePhaseMonitor::~APVCyclePhaseMonitor | ( | ) |
Definition at line 143 of file APVCyclePhaseMonitor.cc.
|
overrideprivatevirtual |
Implements edm::EDAnalyzer.
Definition at line 158 of file APVCyclePhaseMonitor.cc.
References _apvphasecollectionToken, _hphases, _hphasevsorbit, _hselectedphases, _hselectedphasessize, _hselectedphasesvector, _hselectedphasevectorvsorbit, _hselectedphasevsorbit, _nevents, _selectedparts, _selectedvectorparts, HILowLumiHLTOfflineSource_cfi::dirname, HcalObjRepresent::Fill(), edm::Event::getByToken(), m_LSfrac, m_maxLS, TFileDirectory::mkdir(), edm::EventBase::orbitNumber(), and edm::Event::run().
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 278 of file APVCyclePhaseMonitor.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 230 of file APVCyclePhaseMonitor.cc.
References _hphases, _hphasevsorbit, _hselectedphases, _hselectedphasessize, _hselectedphasesvector, _hselectedphasevectorvsorbit, _hselectedphasevsorbit, RunHistogramManager::beginRun(), estimatePileup::hist, and m_rhm.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 285 of file APVCyclePhaseMonitor.cc.
References _nevents.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 271 of file APVCyclePhaseMonitor.cc.
|
private |
Definition at line 66 of file APVCyclePhaseMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 72 of file APVCyclePhaseMonitor.cc.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 76 of file APVCyclePhaseMonitor.cc.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 73 of file APVCyclePhaseMonitor.cc.
Referenced by analyze(), APVCyclePhaseMonitor(), and beginRun().
|
private |
Definition at line 75 of file APVCyclePhaseMonitor.cc.
Referenced by analyze(), APVCyclePhaseMonitor(), and beginRun().
|
private |
Definition at line 74 of file APVCyclePhaseMonitor.cc.
Referenced by analyze(), APVCyclePhaseMonitor(), and beginRun().
|
private |
Definition at line 78 of file APVCyclePhaseMonitor.cc.
Referenced by analyze(), APVCyclePhaseMonitor(), and beginRun().
|
private |
Definition at line 77 of file APVCyclePhaseMonitor.cc.
Referenced by analyze(), APVCyclePhaseMonitor(), and beginRun().
|
private |
Definition at line 79 of file APVCyclePhaseMonitor.cc.
|
private |
Definition at line 67 of file APVCyclePhaseMonitor.cc.
Referenced by analyze(), and APVCyclePhaseMonitor().
|
private |
Definition at line 68 of file APVCyclePhaseMonitor.cc.
Referenced by analyze(), and APVCyclePhaseMonitor().
|
private |
Definition at line 70 of file APVCyclePhaseMonitor.cc.
Referenced by analyze(), and APVCyclePhaseMonitor().
|
private |
Definition at line 69 of file APVCyclePhaseMonitor.cc.
Referenced by analyze(), and APVCyclePhaseMonitor().
|
private |
Definition at line 71 of file APVCyclePhaseMonitor.cc.
Referenced by APVCyclePhaseMonitor(), and beginRun().