Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ptcox committed Feb 20, 2015
1 parent 26e2537 commit 003bb73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RecoLocalMuon/CSCSegment/src/CSCSegAlgoDF.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 003bb73

Please sign in to comment.