File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Validation/MtdValidation/plugins Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3118,7 +3118,7 @@ void MtdTracksValidation::fillDescriptions(edm::ConfigurationDescriptions& descr
31183118 edm::ParameterSetDescription desc;
31193119
31203120 desc.add <std::string>(" folder" , " MTD/Tracks" );
3121- desc.add <bool >(" optionalPlots" , false );
3121+ desc.add <bool >(" optionalPlots" , true );
31223122 desc.add <edm::InputTag>(" inputTagG" , edm::InputTag (" generalTracks" ));
31233123 desc.add <edm::InputTag>(" inputTagT" , edm::InputTag (" trackExtenderWithMTD" ));
31243124 desc.add <edm::InputTag>(" inputTagV" , edm::InputTag (" offlinePrimaryVertices4D" ));
Original file line number Diff line number Diff line change @@ -3201,7 +3201,7 @@ void Primary4DVertexValidation::fillDescriptions(edm::ConfigurationDescriptions&
32013201 desc.add <edm::InputTag>(" probK" , edm::InputTag (" tofPID:probK" ));
32023202 desc.add <edm::InputTag>(" probP" , edm::InputTag (" tofPID:probP" ));
32033203 desc.add <bool >(" useOnlyChargedTracks" , true );
3204- desc.addUntracked <bool >(" optionalPlots" , false );
3204+ desc.addUntracked <bool >(" optionalPlots" , true );
32053205 desc.add <bool >(" use3dNoTime" , false );
32063206 desc.add <double >(" trackweightTh" , 0.5 );
32073207 desc.add <double >(" mvaTh" , 0.8 );
You can’t perform that action at this time.
0 commit comments