CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
ListIds Class Reference
Inheritance diagram for ListIds:
edm::one::EDAnalyzer<> edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

 ListIds (const edm::ParameterSet &)
 
 ~ListIds () override
 
- Public Member Functions inherited from edm::one::EDAnalyzer<>
 EDAnalyzer ()=default
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDAnalyzerBase () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Member Functions

void analyze (const edm::Event &, const edm::EventSetup &) override
 
void beginJob () override
 
void endJob () override
 

Private Attributes

std::vector< std::string > materials_
 
bool printMaterial_
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- 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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
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)
 

Detailed Description

Definition at line 68 of file ListIds.cc.

Constructor & Destructor Documentation

ListIds::ListIds ( const edm::ParameterSet pset)

Definition at line 85 of file ListIds.cc.

86  : printMaterial_(pset.getUntrackedParameter<bool>("printMaterial")),
87  materials_(pset.getUntrackedParameter<std::vector<std::string> >("materials")) {}
T getUntrackedParameter(std::string const &, T const &) const
bool printMaterial_
Definition: ListIds.cc:81
std::vector< std::string > materials_
Definition: ListIds.cc:82
ListIds::~ListIds ( )
override

Definition at line 89 of file ListIds.cc.

89 {}

Member Function Documentation

void ListIds::analyze ( const edm::Event evt,
const edm::EventSetup setup 
)
overrideprivate

Definition at line 91 of file ListIds.cc.

References GeomDet::components(), gather_cfg::cout, dddGetString(), DetId::det(), TrackerGeometry::dets(), ALCARECOTkAlBeamHalo_cff::filter, spr::find(), DDFilteredView::firstChild(), alignBH_cfg::fixed, DDName::fullname(), GeomDet::geographicalId(), DDFilteredView::geoHistory(), edm::EventSetup::get(), h, mps_fire::i, DDFilteredView::logicalPart(), DDLogicalPart::material(), materials_, DDBase< N, C >::name(), DDFilteredView::next(), AlCaHLTBitMon_ParallelJobs::p, CfgNavigationSchool_cfi::parts, GeomDet::position(), position, printMaterial_, DetId::rawId(), AlCaHLTBitMon_QueryRunRegistry::string, GeomDet::subDetector(), DetId::subdetId(), GeometricDet::Tracker, DDFilteredView::translation(), CmsTrackerStringToEnum::type(), PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().

91  {
92  std::cout << "______________________________ DDD ______________________________" << std::endl;
94  setup.get<IdealGeometryRecord>().get(hDdd);
95 
96  std::string attribute = "TkDDDStructure";
97  CmsTrackerStringToEnum theCmsTrackerStringToEnum;
99  DDFilteredView fv(*hDdd, filter);
100  if (theCmsTrackerStringToEnum.type(dddGetString(attribute, fv)) != GeometricDet::Tracker) {
101  fv.firstChild();
102  if (theCmsTrackerStringToEnum.type(dddGetString(attribute, fv)) != GeometricDet::Tracker)
103  throw cms::Exception("Configuration") << "The first child of the DDFilteredView is not what is expected \n"
104  << dddGetString(attribute, fv);
105  }
106 
107  std::cout << std::fixed << std::setprecision(3);
108  bool printAnyMaterial = (std::find(materials_.begin(), materials_.end(), "ANY") != materials_.end());
109  do {
110  // print the full hierarchy of all elements whose material
111  // has been specified by the user. An empty list of
112  // materials will print no elements. The special
113  // keyword ANY (in any location of the vector)
114  // will select all elements.
115  if (printAnyMaterial ||
116  (std::find(materials_.begin(), materials_.end(), fv.logicalPart().material().name().fullname()) !=
117  materials_.end())) {
118  // start from 2 to skip the leading /OCMS[0]/CMSE[1] part
119  const DDGeoHistory &history = fv.geoHistory();
120  std::cout << '/';
121  for (unsigned int h = 2; h < history.size(); ++h) {
122  std::cout << '/' << history[h].logicalPart().name().ns() << ":" << history[h].logicalPart().name().name() << '['
123  << history[h].copyno() << ']';
124  }
125  if (printMaterial_)
126  std::cout << " Material: |" << fv.logicalPart().material().name() << "|";
127  // DD3Vector and DDTranslation are the same type as math::XYZVector
128  math::XYZVector position = fv.translation() / 10.; // mm -> cm
129  std::cout << "\t" << position << std::endl;
130  }
131  } while (fv.next());
132  std::cout << std::endl;
133 
134  std::cout << "______________________________ std::vector<GeomDet*> from TrackerGeometry::dets() "
135  "______________________________"
136  << std::endl;
138  setup.get<TrackerDigiGeometryRecord>().get(hGeo);
139 
140  std::cout << std::fixed << std::setprecision(3);
141  auto const &dets = hGeo->dets();
142  for (unsigned int i = 0; i < dets.size(); ++i) {
143  const GeomDet &det = *dets[i];
144 
145  // Surface::PositionType is a typedef for Point3DBase<float,GlobalTag> a.k.a. GlobalPoint
146  const Surface::PositionType &p = det.position();
147  math::XYZVector position(p.x(), p.y(), p.z());
148 
149  std::cout << det.subDetector() << '\t' << det.geographicalId().det() << '\t' << det.geographicalId().subdetId()
150  << '\t' << det.geographicalId().rawId() << "\t" << position;
151  const std::vector<const GeomDet *> &parts = det.components();
152  if (!parts.empty()) {
153  std::cout << "\t[" << parts[0]->geographicalId().rawId();
154  for (unsigned int j = 1; j < parts.size(); ++j)
155  std::cout << '\t' << parts[j]->geographicalId().rawId();
156  std::cout << ']';
157  }
158  std::cout << std::endl;
159  }
160 }
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
bool printMaterial_
Definition: ListIds.cc:81
constexpr uint32_t rawId() const
get the raw id
Definition: DetId.h:50
T y() const
Definition: PV3DBase.h:63
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
Definition: FindCaloHit.cc:20
const DetContainer & dets() const override
Returm a vector of all GeomDet (including all GeomDetUnits)
const Surface::PositionType & position() const
The position (origin of the R.F.)
Definition: GeomDet.h:48
T z() const
Definition: PV3DBase.h:64
constexpr int subdetId() const
get the contents of the subdetector field (not cast into any detector&#39;s numbering enum) ...
Definition: DetId.h:41
DetId geographicalId() const
The label of this GeomDet.
Definition: GeomDet.h:79
static std::string dddGetString(const std::string &s, const DDFilteredView &view)
Definition: ListIds.cc:56
std::vector< DDExpandedNode > DDGeoHistory
Geometrical &#39;path&#39; of the current node up to the root-node.
virtual std::vector< const GeomDet * > components() const
Returns direct components, if any.
Definition: GeomDet.h:88
XYZVectorD XYZVector
spatial vector with cartesian internal representation
Definition: Vector3D.h:30
std::vector< std::string > materials_
Definition: ListIds.cc:82
static int position[264][3]
Definition: ReadPGInfo.cc:509
T get() const
Definition: EventSetup.h:71
virtual SubDetector subDetector() const
Which subdetector.
Definition: GeomDet.cc:44
T x() const
Definition: PV3DBase.h:62
GeometricDet::GeometricEnumType type(std::string const &) const
constexpr Detector det() const
get the detector field from this detid
Definition: DetId.h:39
void ListIds::beginJob ( void  )
inlineoverrideprivatevirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 75 of file ListIds.cc.

References endJob().

75 {}
void ListIds::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 162 of file ListIds.cc.

References DEFINE_FWK_MODULE.

Referenced by beginJob().

162 {}

Member Data Documentation

std::vector<std::string> ListIds::materials_
private

Definition at line 82 of file ListIds.cc.

Referenced by analyze().

bool ListIds::printMaterial_
private

Definition at line 81 of file ListIds.cc.

Referenced by analyze().