#include <L1TOccupancyClient.h>
|
| L1TOccupancyClient (const edm::ParameterSet &ps) |
| Constructor. More...
|
|
virtual | ~L1TOccupancyClient () |
| Destructor. More...
|
|
virtual void | analyze (edm::Event const &, edm::EventSetup const &) final |
|
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final |
|
virtual void | beginRun (edm::Run const &, edm::EventSetup const &) |
|
| DQMEDHarvester (void) |
|
virtual void | endJob () final |
|
virtual void | endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final |
|
virtual void | endRun (edm::Run const &, edm::EventSetup const &) |
|
| EDAnalyzer ()=default |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| EDAnalyzerBase () |
|
ModuleDescription const & | moduleDescription () const |
|
virtual | ~EDAnalyzerBase () |
|
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 () |
|
|
void | book (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter) |
|
void | dqmEndJob (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter) override |
|
void | dqmEndLuminosityBlock (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter, const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) |
|
double | xySymmetry (const edm::ParameterSet &ps, std::string test_name, std::vector< std::pair< int, double > > &deadChannels, std::vector< std::pair< int, double > > &statDev, bool &enoughStats) |
|
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) |
|
|
int | compareWithStrip (TH2F *histo, std::string test, int binStrip, int nBins, int axis, double avg, const edm::ParameterSet &ps, std::vector< std::pair< int, double > > &deadChannels) |
|
double | getAvrg (TH2F *h2f, std::string test, int axis, int nBins, int binStrip, int avrgMode) |
|
void | getBinCoordinateOnAxisWithValue (TH2F *h2f, double content, int &coord, int axis) |
|
void | printDeadChannels (const std::vector< std::pair< int, double > > &deadChannels, TH2F *h2f, const std::vector< std::pair< int, double > > &statDev, std::string test_name) |
|
Definition at line 30 of file L1TOccupancyClient.h.
L1TOccupancyClient::~L1TOccupancyClient |
( |
| ) |
|
|
virtual |
int L1TOccupancyClient::compareWithStrip |
( |
TH2F * |
histo, |
|
|
std::string |
test, |
|
|
int |
binStrip, |
|
|
int |
nBins, |
|
|
int |
axis, |
|
|
double |
avg, |
|
|
const edm::ParameterSet & |
ps, |
|
|
std::vector< std::pair< int, double > > & |
deadChannels |
|
) |
| |
|
private |
double L1TOccupancyClient::getAvrg |
( |
TH2F * |
h2f, |
|
|
std::string |
test, |
|
|
int |
axis, |
|
|
int |
nBins, |
|
|
int |
binStrip, |
|
|
int |
avrgMode |
|
) |
| |
|
private |
void L1TOccupancyClient::getBinCoordinateOnAxisWithValue |
( |
TH2F * |
h2f, |
|
|
double |
content, |
|
|
int & |
coord, |
|
|
int |
axis |
|
) |
| |
|
private |
void L1TOccupancyClient::printDeadChannels |
( |
const std::vector< std::pair< int, double > > & |
deadChannels, |
|
|
TH2F * |
h2f, |
|
|
const std::vector< std::pair< int, double > > & |
statDev, |
|
|
std::string |
test_name |
|
) |
| |
|
private |
double L1TOccupancyClient::xySymmetry |
( |
const edm::ParameterSet & |
ps, |
|
|
std::string |
test_name, |
|
|
std::vector< std::pair< int, double > > & |
deadChannels, |
|
|
std::vector< std::pair< int, double > > & |
statDev, |
|
|
bool & |
enoughStats |
|
) |
| |
|
protected |
TFile* L1TOccupancyClient::file_ |
|
private |
std::map<std::string,MonitorElement*> L1TOccupancyClient::meCertification |
|
private |
std::map<std::string,MonitorElement*> L1TOccupancyClient::meDifferential |
|
private |
bool L1TOccupancyClient::verbose_ |
|
private |