Skip to content
Snippets Groups Projects
Commit 8b5c50b2 authored by Yorgos Voutsinas's avatar Yorgos Voutsinas Committed by Frank Gaede
Browse files

some cosmetics

parent baa3b191
No related branches found
No related tags found
No related merge requests found
...@@ -372,6 +372,7 @@ namespace DD4hep { ...@@ -372,6 +372,7 @@ namespace DD4hep {
/** Same as outer_phi for the first inner face. /** Same as outer_phi for the first inner face.
*/ */
double inner_phi0 ; double inner_phi0 ;
/** Azimuthal angle of the first module in barrel layout /** Azimuthal angle of the first module in barrel layout
* DEPRECATED! PLEASE POPULATE INNER/OUTER PHI0 INSTEAD * DEPRECATED! PLEASE POPULATE INNER/OUTER PHI0 INSTEAD
......
...@@ -147,6 +147,7 @@ namespace DD4hep { ...@@ -147,6 +147,7 @@ namespace DD4hep {
std::ostream& operator<<( std::ostream& io , const LayeredCalorimeterData& d ) { std::ostream& operator<<( std::ostream& io , const LayeredCalorimeterData& d ) {
boost::io::ios_base_all_saver ifs(io); boost::io::ios_base_all_saver ifs(io);
io << " -- LayeredCalorimeterData : " << std::scientific << std::endl ; io << " -- LayeredCalorimeterData : " << std::scientific << std::endl ;
switch (d.layoutType){ switch (d.layoutType){
case LayeredCalorimeterStruct::BarrelLayout: { io << " LayoutType : BarrelLayout " << std::endl ; io << " extent[ rmin, rmax, zmin, zmax ] : " case LayeredCalorimeterStruct::BarrelLayout: { io << " LayoutType : BarrelLayout " << std::endl ; io << " extent[ rmin, rmax, zmin, zmax ] : "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment