#include <string>
#include <vector>
#include <iostream>
#include <algorithm>
#include "FWCore/Framework/interface/one/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/ESHandle.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/CommonDetUnit/interface/GeomDet.h"
#include "Geometry/Records/interface/TrackerDigiGeometryRecord.h"
#include "Geometry/Records/interface/IdealGeometryRecord.h"
#include "Geometry/TrackerNumberingBuilder/interface/CmsTrackerStringToEnum.h"
#include "Geometry/TrackerNumberingBuilder/interface/GeometricDet.h"
#include "Geometry/TrackerGeometryBuilder/interface/TrackerGeometry.h"
#include "FWCore/PluginManager/interface/ModuleDef.h"
#include "FWCore/Framework/interface/MakerMacros.h"
Go to the source code of this file.
Classes | |
class | ListIds |
Functions | |
static std::string | dddGetString (const std::string &s, const DDFilteredView &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< ListIds > > | s_filler__LINE__ ("ListIds") |
static const edm::MakerPluginFactory::PMaker< edm::WorkerMaker< ListIds > > | s_maker__LINE__ ("ListIds") |
|
inlinestatic |
Definition at line 56 of file ListIds.cc.
References dddGetStringRaw(), AlCaHLTBitMon_QueryRunRegistry::string, and relativeConstraints::value.
Referenced by ListIds::analyze().
|
static |
Definition at line 28 of file ListIds.cc.
References DDfetch(), ValidateTausOnQCD_cff::parameter, mps_fire::result, DDFilteredView::specificsV(), and DDValue::strings().
Referenced by dddGetString().
|
inlinestatic |
Definition at line 64 of file ListIds.cc.
|
static |
|
static |