24 std::string componentName = iConfig.
getParameter<std::string>(
"ComponentName");
32 std::string tmp_string = iConfig.
getParameter<std::string>(
"GeometryStructure");
34 if ( tmp_string ==
"MTCC" ) {
36 }
else if ( tmp_string ==
"TIF" ) {
38 }
else if ( tmp_string ==
"TIFTOB" ) {
40 }
else if ( tmp_string ==
"TIFTIB" ) {
42 }
else if ( tmp_string ==
"TIFTIBTOB" ) {
44 }
else if ( tmp_string ==
"TIFTOBTEC" ) {
46 }
else if ( tmp_string ==
"P5" ) {
48 }
else if ( tmp_string ==
"FullDetector" ) {
50 }
else if ( tmp_string ==
"FullDetectorII" ) {
56 tmp_string = iConfig.
getParameter<std::string>(
"SeedingType");
58 if ( tmp_string ==
"TwoRingSeeds" ) {
60 }
else if ( tmp_string ==
"FourRingSeeds" ) {
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
RoadMaker::GeometryStructure geometryStructure_
~RoadMapMakerESProducer()
RoadMapMakerESProducer(const edm::ParameterSet &)
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
const DepRecordT & getRecord() const
ReturnType produce(const RoadMapRecord &)
edm::serviceregistry::AllArgsMaker< DTDataMonitorInterface, DTDataIntegrityTask > maker
std::auto_ptr< Roads > ReturnType
RoadMaker::SeedingType seedingType_
T const * product() const
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
void dump(std::string ascii_filename="roads.dat") const