File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
RecoTracker/MkFit/plugins Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ void MkFitProducer::fillDescriptions(edm::ConfigurationDescriptions& description
113113 desc.add (" clustersToSkip" , edm::InputTag ());
114114 desc.add <std::string>(" buildingRoutine" , " cloneEngine" )
115115 ->setComment (" Valid values are: 'bestHit', 'standard', 'cloneEngine'" );
116- desc.add <edm::ESInputTag>(" config" )-> setComment (
117- " ESProduct that has the mkFit configuration parameters for this iteration" );
116+ desc.add <edm::ESInputTag>(" config" , edm::ESInputTag ( " " ))
117+ -> setComment ( " ESProduct that has the mkFit configuration parameters for this iteration" );
118118 desc.add (" seedCleaning" , true )->setComment (" Clean seeds within mkFit" );
119119 desc.add (" removeDuplicates" , true )->setComment (" Run duplicate removal within mkFit" );
120120 desc.add (" backwardFitInCMSSW" , false )
@@ -126,7 +126,7 @@ void MkFitProducer::fillDescriptions(edm::ConfigurationDescriptions& description
126126 " the module time" );
127127
128128 edm::ParameterSetDescription descCCC;
129- descCCC.add <double >(" value" );
129+ descCCC.add <double >(" value" , - 999 . );
130130 desc.add (" minGoodStripCharge" , descCCC);
131131
132132 descriptions.add (" mkFitProducerDefault" , desc);
You can’t perform that action at this time.
0 commit comments