We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcbb0d6 commit db95c8cCopy full SHA for db95c8c
duneana/CalibAna/CalibAnaTree.h
@@ -235,7 +235,7 @@ class dune::CalibAnaTree : public art::EDAnalyzer {
235
236
float fRadiusInt;
237
float fRadiusExt;
238
- float fElectronVelocity;
+ //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.
239
float fCoincidenceWd1_left;
240
float fCoincidenceWd1_right;
241
float fCoincidenceWd2_left;
0 commit comments