38 #include "TGeoManager.h" 39 #include "TGeoMatrix.h" 86 std::cout <<
"In the DumpSimGeometry::analyze method..." << std::endl;
93 int level = 1 + geom->GetTopVolume()->CountNodes(100, 3);
95 std::cout <<
"In the DumpSimGeometry::analyze method...obtained main geometry, level=" 96 << level << std::endl;
100 f.WriteTObject(geom);
101 f.WriteTObject(
new TNamed(
"CMSSW_VERSION", gSystem->Getenv(
"CMSSW_VERSION" )));
102 f.WriteTObject(
new TNamed(
"tag",
m_tag.c_str()));
T getUntrackedParameter(std::string const &, T const &) const
#define DEFINE_FWK_MODULE(type)
~DumpSimGeometry() override
T const * product() const
void analyze(const edm::Event &, const edm::EventSetup &) override
std::string m_outputFileName
DumpSimGeometry(const edm::ParameterSet &)