From 003bb73817236a835d18ff4def8879e131b04d65 Mon Sep 17 00:00:00 2001 From: Tim Cox <Timothy.Cox@cern.ch> Date: Fri, 20 Feb 2015 12:06:43 +0100 Subject: [PATCH] remove unused variables --- RecoLocalMuon/CSCSegment/src/CSCSegAlgoDF.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RecoLocalMuon/CSCSegment/src/CSCSegAlgoDF.h b/RecoLocalMuon/CSCSegment/src/CSCSegAlgoDF.h index 6a3be86c4070c..1b2a6eab3837d 100644 --- a/RecoLocalMuon/CSCSegment/src/CSCSegAlgoDF.h +++ b/RecoLocalMuon/CSCSegment/src/CSCSegAlgoDF.h @@ -24,7 +24,7 @@ * built from wire or strip only hits to be used in segment reconstruction.<BR> * * Also, only a certain muonsPerChamberMax maximum number of segments can be produced in the - * chamber. <BR> + * chamber. [Seems to be hardwired rather than using this variable?] <BR> * * Alternative algorithms can be used for the segment building * by writing classes like this, and then selecting which one is actually @@ -126,13 +126,13 @@ class CSCSegAlgoDF : public CSCSegmentAlgorithm { bool debug; bool preClustering; int minHitsForPreClustering; - bool testSeg; + // bool testSeg; bool Pruning; int minLayersApart; int nHitsPerClusterIsShower; - float nSigmaFromSegment; + // float nSigmaFromSegment; int minHitsPerSegment; - int muonsPerChamberMax; + // int muonsPerChamberMax; double dRPhiFineMax; double dPhiFineMax; float tanPhiMax;