From 8b5c50b244d2a7769e6d94d9cb2efe7d3b616b25 Mon Sep 17 00:00:00 2001
From: Yorgos Voutsinas <georgios.voutsinas@desy.de>
Date: Fri, 24 Mar 2017 17:51:53 +0100
Subject: [PATCH] some cosmetics

---
 DDRec/include/DDRec/DetectorData.h | 1 +
 DDRec/src/DetectorData.cpp         | 1 +
 2 files changed, 2 insertions(+)

diff --git a/DDRec/include/DDRec/DetectorData.h b/DDRec/include/DDRec/DetectorData.h
index f630cabc9..d9ac543ec 100644
--- a/DDRec/include/DDRec/DetectorData.h
+++ b/DDRec/include/DDRec/DetectorData.h
@@ -372,6 +372,7 @@ namespace DD4hep {
       /** Same as outer_phi for the first inner face.
        */
       double  inner_phi0  ;
+      
 
        /** Azimuthal angle of the first module in barrel layout
        *  DEPRECATED! PLEASE POPULATE INNER/OUTER PHI0 INSTEAD
diff --git a/DDRec/src/DetectorData.cpp b/DDRec/src/DetectorData.cpp
index f817a8d73..e94335418 100644
--- a/DDRec/src/DetectorData.cpp
+++ b/DDRec/src/DetectorData.cpp
@@ -147,6 +147,7 @@ namespace DD4hep {
     
     std::ostream& operator<<( std::ostream& io , const LayeredCalorimeterData& d ) {
       boost::io::ios_base_all_saver ifs(io);
+      
       io <<  " -- LayeredCalorimeterData : "  << std::scientific << std::endl ; 
       switch (d.layoutType){
       case LayeredCalorimeterStruct::BarrelLayout: { io <<  " LayoutType : BarrelLayout "  << std::endl ;  io <<  "  extent[ rmin, rmax, zmin, zmax ] : " 
-- 
GitLab