Skip to content

Commit db95c8c

Browse files
authored
Commented unused variable in CalibAnaTree.h after reviewing context to make Clang build work.
1 parent dcbb0d6 commit db95c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

duneana/CalibAna/CalibAnaTree.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ class dune::CalibAnaTree : public art::EDAnalyzer {
235235

236236
float fRadiusInt;
237237
float fRadiusExt;
238-
float fElectronVelocity;
238+
//float fElectronVelocity; //You have a local variable of the same name, and it's only used in analyze(). So commenting this out to make Clang happy.
239239
float fCoincidenceWd1_left;
240240
float fCoincidenceWd1_right;
241241
float fCoincidenceWd2_left;

0 commit comments

Comments
 (0)