Skip to content

Commit

Permalink
Update SiPixelActionExecutor.h
Browse files Browse the repository at this point in the history
Looks like gcc is not happy with clang-format changes. I have opened a issue with clang-format team (https://bugs.llvm.org/show_bug.cgi?id=41807 ) . For now I propose that we fix this manually
  • Loading branch information
smuzaffar committed May 9, 2019
1 parent f27611d commit 1b332fd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions DQM/SiPixelMonitorClient/interface/SiPixelActionExecutor.h
Expand Up @@ -24,14 +24,14 @@ enum funcType { EachBinContent, Entries, Mean, Sum, WeightedSum };
#define PI 3.141592
#define PI_2 1.570796

#define NLev1 \
4 // Number of HalfCylinders in Endcap or number of Shells in Barrel, which is \
// bigger
#define NLev2 3 // Number of Disks in Endcap or number of Layers in Barrel, which is bigger
#define NLev3 \
22 // Number of Blades in Endcap or number of Ladders in Barrel, which is \
// bigger
#define NLev4 7 // Number of Modules - different for Endcap and Barrel, which is bigger
// Number of HalfCylinders in Endcap or number of Shells in Barrel, which is bigger
#define NLev1 4
// Number of Disks in Endcap or number of Layers in Barrel, which is bigger
#define NLev2 3
// Number of Blades in Endcap or number of Ladders in Barrel, which is bigger
#define NLev3 22
// Number of Modules - different for Endcap and Barrel, which is bigger
#define NLev4 7

#define NCyl 4
#define NDisk 2
Expand Down

0 comments on commit 1b332fd

Please sign in to comment.