CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
DumpFWTGeoRecoGeometry Class Reference
Inheritance diagram for DumpFWTGeoRecoGeometry:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

 DumpFWTGeoRecoGeometry (const edm::ParameterSet &config)
 
 ~DumpFWTGeoRecoGeometry (void) override
 
- Public Member Functions inherited from edm::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
std::string workerType () const
 
 ~EDAnalyzer () 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 &event, const edm::EventSetup &eventSetup) override
 
void beginJob (void) override
 
void endJob (void) override
 

Private Attributes

std::string m_outputFileName
 
std::string m_tag
 

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 &)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- 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 15 of file DumpFWTGeoRecoGeometry.cc.

Constructor & Destructor Documentation

DumpFWTGeoRecoGeometry::DumpFWTGeoRecoGeometry ( const edm::ParameterSet config)
explicit

Definition at line 29 of file DumpFWTGeoRecoGeometry.cc.

30  : m_tag(config.getUntrackedParameter<std::string>("tagInfo", "unknown")),
31  m_outputFileName(config.getUntrackedParameter<std::string>("outputFileName", "cmsTGeoReco.root"))
32 
33 {}
T getUntrackedParameter(std::string const &, T const &) const
DumpFWTGeoRecoGeometry::~DumpFWTGeoRecoGeometry ( void  )
inlineoverride

Definition at line 18 of file DumpFWTGeoRecoGeometry.cc.

References analyze(), beginJob(), and endJob().

18 {}

Member Function Documentation

void DumpFWTGeoRecoGeometry::analyze ( const edm::Event event,
const edm::EventSetup eventSetup 
)
overrideprivate

Definition at line 35 of file DumpFWTGeoRecoGeometry.cc.

References FrontierConditions_GlobalTag_cff::file, relativeConstraints::geom, edm::EventSetup::get(), m_outputFileName, m_tag, FWTGeoRecoGeometry::manager(), and edm::ESTransientHandle< T >::product().

Referenced by ~DumpFWTGeoRecoGeometry().

35  {
36  using namespace edm;
37 
39  eventSetup.get<FWTGeoRecoGeometryRecord>().get(geoh);
40  TGeoManager* geom = geoh.product()->manager(); //const_cast<TGeoManager*>( geoh.product()->manager());
41 
42  TFile file(m_outputFileName.c_str(), "RECREATE");
43  file.WriteTObject(&*geom);
44  file.WriteTObject(new TNamed("CMSSW_VERSION", gSystem->Getenv("CMSSW_VERSION")));
45  file.WriteTObject(new TNamed("tag", m_tag.c_str()));
46  file.Close();
47 }
TGeoManager * manager(void) const
T const * product() const
HLT enums.
T get() const
Definition: EventSetup.h:73
void DumpFWTGeoRecoGeometry::beginJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 49 of file DumpFWTGeoRecoGeometry.cc.

Referenced by ~DumpFWTGeoRecoGeometry().

49 {}
void DumpFWTGeoRecoGeometry::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 51 of file DumpFWTGeoRecoGeometry.cc.

References DEFINE_FWK_MODULE.

Referenced by ~DumpFWTGeoRecoGeometry().

51 {}

Member Data Documentation

std::string DumpFWTGeoRecoGeometry::m_outputFileName
private

Definition at line 26 of file DumpFWTGeoRecoGeometry.cc.

Referenced by analyze().

std::string DumpFWTGeoRecoGeometry::m_tag
private

Definition at line 25 of file DumpFWTGeoRecoGeometry.cc.

Referenced by analyze().