Skip to content

Commit

Permalink
Please consider the following formatting changes (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild authored Aug 23, 2024
1 parent 912b424 commit 8f2e06c
Show file tree
Hide file tree
Showing 4 changed files with 269 additions and 250 deletions.
7 changes: 3 additions & 4 deletions ALICE3/Core/DetLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
namespace o2::fastsim
{

struct DetLayer
{
struct DetLayer {
// TString for holding name
TString name;

Expand All @@ -34,14 +33,14 @@ struct DetLayer
float z; // z dimension in centimeters

// material variables
float x0; // radiation length
float x0; // radiation length
float xrho; // density

// resolution variables for active layers
float resRPhi; // RPhi resolution in centimeters
float resZ; // Z resolution in centimeters

// efficiency
// efficiency
float eff; // detection efficiency
};

Expand Down
Loading

0 comments on commit 8f2e06c

Please sign in to comment.