Main Page
Namespaces
Classes
Package Documentation
DetectorDescription
DDCMS
interface
DDDetector.h
Go to the documentation of this file.
1
#ifndef DETECTOR_DESCRIPTION_DD_DETECTOR_H
2
#define DETECTOR_DESCRIPTION_DD_DETECTOR_H
3
4
#include <string>
5
6
namespace
dd4hep
{
7
class
Detector
;
8
}
9
10
namespace
cms
{
11
struct
DDDetector
{
12
DDDetector
();
13
void
process
(
const
std::string
&
file
);
14
dd4hep::Detector
&
description
()
const
{
return
*m_description; };
15
private
:
16
dd4hep::Detector
*
m_description
;
17
};
18
}
19
20
#endif
align::Detector
Definition:
StructureType.h:88
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
cms::DDDetector
Definition:
DDDetector.h:11
cms::DDDetector::m_description
dd4hep::Detector * m_description
Definition:
DDDetector.h:14
FrontierConditions_GlobalTag_cff.file
file
Definition:
FrontierConditions_GlobalTag_cff.py:13
LaserDQM_cfg.process
process
Definition:
LaserDQM_cfg.py:3
cms
Namespace of DDCMS conversion namespace.
Definition:
ProducerAnalyzer.cc:21
heppy_report.description
description
Definition:
heppy_report.py:46
dd4hep
Definition:
DDDetector.h:6
Generated for CMSSW Reference Manual by
1.8.11