#include <string>
#include <vector>
#include <map>
#include <iostream>
#include <iomanip>
#include "boost/format.hpp"
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/ESTransientHandle.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "FWCore/ParameterSet/interface/types.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "DataFormats/DetId/interface/DetId.h"
#include "DataFormats/Math/interface/Vector3D.h"
#include "DetectorDescription/Core/interface/DDFilteredView.h"
#include "DetectorDescription/Core/interface/DDCompactView.h"
#include "DetectorDescription/Core/interface/DDMaterial.h"
#include "Geometry/Records/interface/IdealGeometryRecord.h"
#include <TROOT.h>
#include <TProfile2D.h>
#include <TColor.h>
#include <TStyle.h>
#include <TCanvas.h>
#include <TFrame.h>
#include <TText.h>
#include <TLegend.h>
#include <TLegendEntry.h>
#include <TLine.h>
#include "MaterialAccountingGroup.h"
#include "TrackingMaterialPlotter.h"
#include "ListGroupsMaterialDifference.h"
#include "FWCore/PluginManager/interface/ModuleDef.h"
#include "FWCore/Framework/interface/MakerMacros.h"
Go to the source code of this file.
Classes | |
class | ListGroups |
Functions | |
static double | dddGetDouble (const std::string &s, DDFilteredView const &view) |
static std::string | dddGetString (const std::string &s, DDFilteredView const &view) |
static bool | dddGetStringRaw (const DDFilteredView &view, const std::string &name, std::string &value) |
static std::ostream & | operator<< (std::ostream &out, const math::XYZVector &v) |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker < edm::ParameterSetDescriptionFiller < ListGroups > > | s_filler__LINE__ ("ListGroups") |
static const edm::MakerPluginFactory::PMaker < edm::WorkerMaker< ListGroups > > | s_maker__LINE__ ("ListGroups") |
|
inlinestatic |
Definition at line 60 of file ListGroups.cc.
References dddGetStringRaw(), AlCaHLTBitMon_QueryRunRegistry::string, and relativeConstraints::value.
|
inlinestatic |
Definition at line 69 of file ListGroups.cc.
References dddGetStringRaw(), AlCaHLTBitMon_QueryRunRegistry::string, and relativeConstraints::value.
Referenced by ListGroups::analyze().
|
static |
Definition at line 41 of file ListGroups.cc.
References DDfetch(), Exception, mps_fire::result, DDFilteredView::specificsV(), and DDValue::strings().
Referenced by dddGetDouble(), and dddGetString().
|
inlinestatic |
Definition at line 78 of file ListGroups.cc.
|
static |
|
static |