Public Member Functions | |
ListGroups (const edm::ParameterSet &) | |
virtual | ~ListGroups () |
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 | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginJob () override |
void | endJob () override |
void | fillColor () |
void | fillGradient () |
void | fillMaterialDifferences () |
std::vector< std::pair < std::shared_ptr< TLine > , std::shared_ptr< TText > > > | overlayEtaReferences () |
void | produceAndSaveSummaryPlot (const edm::EventSetup &) |
Private Attributes | |
std::vector< unsigned int > | m_color |
std::map< std::string, std::pair< float, float > > | m_diff |
std::vector< int > | m_gradient |
std::set< std::string > | m_group_names |
std::vector < MaterialAccountingGroup * > | m_groups |
std::vector< TH2F * > | m_plots |
bool | m_saveSummaryPlot |
std::map< std::string, std::pair< float, float > > | m_values |
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 83 of file ListGroups.cc.
ListGroups::ListGroups | ( | const edm::ParameterSet & | iPSet | ) |
Definition at line 118 of file ListGroups.cc.
References fillColor(), fillGradient(), fillMaterialDifferences(), edm::ParameterSet::getUntrackedParameter(), m_groups, m_plots, and m_saveSummaryPlot.
|
virtual |
Definition at line 128 of file ListGroups.cc.
References g, m_groups, m_plots, and plotResiduals::plot().
|
overrideprivatevirtual |
Implements edm::EDAnalyzer.
Definition at line 420 of file ListGroups.cc.
References DDFilteredView::addFilter(), gather_cfg::cout, dddGetString(), alcazmumu_cfi::filter, DDFilteredView::geoHistory(), edm::EventSetup::get(), h, m_group_names, m_saveSummaryPlot, DDFilteredView::next(), not_equals, position, produceAndSaveSummaryPlot(), DDSpecificsFilter::setCriteria(), and DDFilteredView::translation().
|
inlineoverrideprivatevirtual |
|
overrideprivatevirtual |
|
private |
|
private |
Definition at line 139 of file ListGroups.cc.
References hitfit::delta_r(), diffTwoXMLs::g1, diffTwoXMLs::g2, i, cuy::ii, cmsHarvester::index, m_gradient, diffTwoXMLs::r1, diffTwoXMLs::r2, and relval_machine::steps.
Referenced by ListGroups().
|
private |
Definition at line 5 of file ListGroupsMaterialDifference.h.
References m_diff, and m_values.
Referenced by ListGroups().
|
private |
Definition at line 241 of file ListGroups.cc.
References deltaR(), eta, create_public_lumi_plots::exp, cmsPerfStripChart::format, groupFilesInBlocks::lines, funct::tan(), and theta().
Referenced by produceAndSaveSummaryPlot().
|
private |
Definition at line 297 of file ListGroups.cc.
References svgfig::canvas(), g, edm::EventSetup::get(), create_public_lumi_plots::leg, geometryCSVtoXML::line, groupFilesInBlocks::lines, m_color, m_diff, m_gradient, m_group_names, m_groups, m_plots, m_values, gen::n, overlayEtaReferences(), and pileupReCalc_HLTpaths::scale.
Referenced by analyze().
|
private |
Definition at line 102 of file ListGroups.cc.
Referenced by fillColor(), and produceAndSaveSummaryPlot().
|
private |
Definition at line 114 of file ListGroups.cc.
Referenced by fillMaterialDifferences(), and produceAndSaveSummaryPlot().
|
private |
Definition at line 103 of file ListGroups.cc.
Referenced by fillGradient(), and produceAndSaveSummaryPlot().
|
private |
Definition at line 100 of file ListGroups.cc.
Referenced by analyze(), and produceAndSaveSummaryPlot().
|
private |
Definition at line 101 of file ListGroups.cc.
Referenced by ListGroups(), produceAndSaveSummaryPlot(), and ~ListGroups().
|
private |
Definition at line 99 of file ListGroups.cc.
Referenced by ListGroups(), produceAndSaveSummaryPlot(), and ~ListGroups().
|
private |
Definition at line 98 of file ListGroups.cc.
Referenced by analyze(), and ListGroups().
|
private |
Definition at line 115 of file ListGroups.cc.
Referenced by fillMaterialDifferences(), and produceAndSaveSummaryPlot().