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 &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
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::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
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 wantsInputProcessBlocks ()
 
static bool wantsProcessBlocks ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 

Detailed Description

Definition at line 15 of file DumpFWTGeoRecoGeometry.cc.

Constructor & Destructor Documentation

◆ DumpFWTGeoRecoGeometry()

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 {}

◆ ~DumpFWTGeoRecoGeometry()

DumpFWTGeoRecoGeometry::~DumpFWTGeoRecoGeometry ( void  )
inlineoverride

Definition at line 18 of file DumpFWTGeoRecoGeometry.cc.

18 {}

Member Function Documentation

◆ analyze()

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

Implements edm::EDAnalyzer.

Definition at line 35 of file DumpFWTGeoRecoGeometry.cc.

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 }

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

◆ beginJob()

void DumpFWTGeoRecoGeometry::beginJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 49 of file DumpFWTGeoRecoGeometry.cc.

49 {}

◆ endJob()

void DumpFWTGeoRecoGeometry::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 51 of file DumpFWTGeoRecoGeometry.cc.

51 {}

Member Data Documentation

◆ m_outputFileName

std::string DumpFWTGeoRecoGeometry::m_outputFileName
private

Definition at line 26 of file DumpFWTGeoRecoGeometry.cc.

Referenced by analyze().

◆ m_tag

std::string DumpFWTGeoRecoGeometry::m_tag
private

Definition at line 25 of file DumpFWTGeoRecoGeometry.cc.

Referenced by analyze().

edm::ESTransientHandle::product
T const * product() const
Definition: ESTransientHandle.h:51
FWTGeoRecoGeometry::manager
TGeoManager * manager(void) const
Definition: FWTGeoRecoGeometry.h:47
edm
HLT enums.
Definition: AlignableModifier.h:19
DumpFWTGeoRecoGeometry::m_outputFileName
std::string m_outputFileName
Definition: DumpFWTGeoRecoGeometry.cc:26
FWTGeoRecoGeometryRecord
Definition: FWTGeoRecoGeometryRecord.h:9
config
Definition: config.py:1
edm::EventSetup::get
T get() const
Definition: EventSetup.h:80
relativeConstraints.geom
geom
Definition: relativeConstraints.py:72
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
FrontierConditions_GlobalTag_cff.file
file
Definition: FrontierConditions_GlobalTag_cff.py:13
get
#define get
edm::ESTransientHandle
Definition: ESTransientHandle.h:41
DumpFWTGeoRecoGeometry::m_tag
std::string m_tag
Definition: DumpFWTGeoRecoGeometry.cc:25