CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
DumpSimGeometry Class Reference

#include <Reve/DumpSimGeometry/src/DumpSimGeometry.cc>

Inheritance diagram for DumpSimGeometry:
edm::one::EDAnalyzer<> edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

 DumpSimGeometry (const edm::ParameterSet &)
 
 ~DumpSimGeometry () override
 
- Public Member Functions inherited from edm::one::EDAnalyzer<>
 EDAnalyzer ()=default
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () 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
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (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::array< std::vector< ModuleDescription const *> *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, 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
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
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
 

Private Attributes

const edm::ESGetToken< TGeoManager, DisplayGeomRecordm_geomToken
 
std::string m_outputFileName
 
std::string m_tag
 

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)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< Bconsumes (edm::InputTag tag) noexcept
 
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<Transition Tr = Transition::Event>
constexpr auto esConsumes ()
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag)
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
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)
 
void resetItemsToGetFrom (BranchType iType)
 

Detailed Description

Description: <one line="" class="" summary>="">

Implementation: <Notes on="" implementation>="">

Definition at line 49 of file DumpSimGeometry.cc.

Constructor & Destructor Documentation

◆ DumpSimGeometry()

DumpSimGeometry::DumpSimGeometry ( const edm::ParameterSet ps)
explicit

Definition at line 65 of file DumpSimGeometry.cc.

References edm::ParameterSet::getUntrackedParameter(), m_outputFileName, m_tag, and AlCaHLTBitMon_QueryRunRegistry::string.

65  : m_geomToken(esConsumes()) {
66  m_tag = ps.getUntrackedParameter<std::string>("tag", "unknown");
67  m_outputFileName = ps.getUntrackedParameter<std::string>("outputFileName", "cmsSimGeom.root");
68 }
std::string m_tag
T getUntrackedParameter(std::string const &, T const &) const
std::string m_outputFileName
const edm::ESGetToken< TGeoManager, DisplayGeomRecord > m_geomToken

◆ ~DumpSimGeometry()

DumpSimGeometry::~DumpSimGeometry ( )
override

Definition at line 70 of file DumpSimGeometry.cc.

70  {
71  // do anything here that needs to be done at desctruction time
72  // (e.g. close files, deallocate resources etc.)
73 }

Member Function Documentation

◆ analyze()

void DumpSimGeometry::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 76 of file DumpSimGeometry.cc.

References gather_cfg::cout, f, relativeConstraints::geom, edm::EventSetup::getTransientHandle(), personalPlayback::level, m_geomToken, m_outputFileName, m_tag, and edm::ESTransientHandle< T >::product().

76  {
77  std::cout << "In the DumpSimGeometry::analyze method..." << std::endl;
78  using namespace edm;
79 
81  const TGeoManager* geom = geoh.product(); // const_cast<TGeoManager*>(geoh.product());
82 
83  int level = 1 + geom->GetTopVolume()->CountNodes(100, 3);
84 
85  std::cout << "In the DumpSimGeometry::analyze method...obtained main geometry, level=" << level << std::endl;
86 
87  // TFile f(TString::Format("cmsSimGeom-%d.root", level), "RECREATE");
88  TFile f(m_outputFileName.c_str(), "RECREATE");
89  f.WriteTObject(geom);
90  f.WriteTObject(new TNamed("CMSSW_VERSION", gSystem->Getenv("CMSSW_VERSION")));
91  f.WriteTObject(new TNamed("tag", m_tag.c_str()));
92  f.Close();
93 }
std::string m_tag
double f[11][100]
T const * product() const
HLT enums.
ESTransientHandle< T > getTransientHandle(const ESGetToken< T, R > &iToken) const
Definition: EventSetup.h:141
std::string m_outputFileName
const edm::ESGetToken< TGeoManager, DisplayGeomRecord > m_geomToken

Member Data Documentation

◆ m_geomToken

const edm::ESGetToken<TGeoManager, DisplayGeomRecord> DumpSimGeometry::m_geomToken
private

Definition at line 59 of file DumpSimGeometry.cc.

Referenced by analyze().

◆ m_outputFileName

std::string DumpSimGeometry::m_outputFileName
private

Definition at line 58 of file DumpSimGeometry.cc.

Referenced by analyze(), and DumpSimGeometry().

◆ m_tag

std::string DumpSimGeometry::m_tag
private

Definition at line 57 of file DumpSimGeometry.cc.

Referenced by analyze(), and DumpSimGeometry().