Public Member Functions | |
APVValidationPlots (const edm::ParameterSet &) | |
~APVValidationPlots () | |
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 | endJob () override |
Private Attributes | |
TH1F * | absoluteOccupancy [5][10] |
Int_t | APVAbsoluteOccupancy |
Float_t | APVGlobalPositionX |
Float_t | APVGlobalPositionY |
Float_t | APVGlobalPositionZ |
Double_t | APVMedianOccupancy |
Int_t | APVNumber |
Int_t | DetRawId |
Int_t | Disc |
DQMStore * | dqmStore |
TFile * | infile |
std::string | infilename |
TTree * | intree |
Int_t | IsBack |
Int_t | IsExternalString |
Int_t | IsStereo |
Int_t | IsZMinusSide |
Int_t | Layer_Ring |
std::vector< std::string > | layerName |
TH1F * | medianOccupancy [5][10] |
TH2F * | medianVsAbsoluteOccupancy [5][10] |
Int_t | ModulePosition |
std::vector< unsigned int > | nLayers |
Int_t | NumberOfStrips |
std::ostringstream | oss |
std::string | outfilename |
Int_t | RodStringPetal |
Int_t | SubDetId |
std::vector< std::string > | subDetName |
MonitorElement * | tmp |
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 41 of file APVValidationPlots.cc.
|
explicit |
Definition at line 112 of file APVValidationPlots.cc.
APVValidationPlots::~APVValidationPlots | ( | ) |
Definition at line 121 of file APVValidationPlots.cc.
|
overrideprivatevirtual |
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 144 of file APVValidationPlots.cc.
References absoluteOccupancy, DQMStore::book1D(), DQMStore::book2D(), dqmStore, MonitorElement::getTH1F(), MonitorElement::getTH2F(), i, j, layerName, medianOccupancy, medianVsAbsoluteOccupancy, nLayers, cppFunctionSkipper::operator, oss, DQMStore::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, subDetName, and tmp.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 227 of file APVValidationPlots.cc.
References absoluteOccupancy, APVAbsoluteOccupancy, APVGlobalPositionX, APVGlobalPositionY, APVGlobalPositionZ, APVMedianOccupancy, APVNumber, DQMStore::cd(), DetRawId, Disc, dqmStore, i, infile, infilename, intree, IsBack, IsExternalString, IsStereo, IsZMinusSide, Layer_Ring, medianOccupancy, medianVsAbsoluteOccupancy, ModulePosition, NumberOfStrips, outfilename, RodStringPetal, DQMStore::save(), and SubDetId.
|
private |
Definition at line 65 of file APVValidationPlots.cc.
Referenced by beginJob(), and endJob().
|
private |
Definition at line 93 of file APVValidationPlots.cc.
Referenced by endJob().
|
private |
Definition at line 89 of file APVValidationPlots.cc.
Referenced by endJob().
|
private |
Definition at line 90 of file APVValidationPlots.cc.
Referenced by endJob().
|
private |
Definition at line 91 of file APVValidationPlots.cc.
Referenced by endJob().
|
private |
Definition at line 94 of file APVValidationPlots.cc.
Referenced by endJob().
|
private |
Definition at line 92 of file APVValidationPlots.cc.
Referenced by endJob().
|
private |
Definition at line 78 of file APVValidationPlots.cc.
Referenced by endJob().
|
private |
Definition at line 81 of file APVValidationPlots.cc.
Referenced by endJob().
|
private |
Definition at line 54 of file APVValidationPlots.cc.
Referenced by beginJob(), and endJob().
|
private |
Definition at line 74 of file APVValidationPlots.cc.
Referenced by endJob().
|
private |
Definition at line 71 of file APVValidationPlots.cc.
Referenced by endJob().
|
private |
Definition at line 75 of file APVValidationPlots.cc.
Referenced by endJob().
|
private |
Definition at line 82 of file APVValidationPlots.cc.
Referenced by endJob().
|
private |
Definition at line 83 of file APVValidationPlots.cc.
Referenced by endJob().
|
private |
Definition at line 86 of file APVValidationPlots.cc.
Referenced by endJob().
|
private |
Definition at line 84 of file APVValidationPlots.cc.
Referenced by endJob().
|
private |
Definition at line 80 of file APVValidationPlots.cc.
Referenced by endJob().
|
private |
Definition at line 69 of file APVValidationPlots.cc.
Referenced by beginJob().
|
private |
Definition at line 64 of file APVValidationPlots.cc.
Referenced by beginJob(), and endJob().
|
private |
Definition at line 63 of file APVValidationPlots.cc.
Referenced by beginJob(), and endJob().
|
private |
Definition at line 87 of file APVValidationPlots.cc.
Referenced by endJob().
|
private |
Definition at line 68 of file APVValidationPlots.cc.
Referenced by beginJob().
|
private |
Definition at line 88 of file APVValidationPlots.cc.
Referenced by endJob().
|
private |
Definition at line 52 of file APVValidationPlots.cc.
Referenced by beginJob().
|
private |
Definition at line 72 of file APVValidationPlots.cc.
Referenced by endJob().
|
private |
Definition at line 85 of file APVValidationPlots.cc.
Referenced by endJob().
|
private |
Definition at line 79 of file APVValidationPlots.cc.
Referenced by endJob().
|
private |
Definition at line 67 of file APVValidationPlots.cc.
Referenced by beginJob().
|
private |
Definition at line 56 of file APVValidationPlots.cc.
Referenced by beginJob().