Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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