Skip to content

Commit 790ac59

Browse files
committed
Blank line before the ETL structure prints
1 parent 70348ac commit 790ac59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Geometry/MTDGeometryBuilder/test/MTDDigiGeometryAnalyzer.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ void MTDDigiGeometryAnalyzer::analyze(const edm::Event& iEvent, const edm::Event
142142
auto const& etldet = *(dynamic_cast<const MTDGeomDetUnit*>(pDD->detsETL().front()));
143143
checkPixelsAcceptance(etldet);
144144

145+
// ETL structure prints
146+
edm::LogVerbatim("MTDDigiGeometryAnalyzer") << "\n";
147+
sunitt_ << "\n";
145148
CheckETLstructure(*pDD);
146149

147150
edm::LogVerbatim("MTDUnitTest") << sunitt_.str();

0 commit comments

Comments
 (0)