diff --git a/[refs] b/[refs] index 5fc106077f23f..2cccd0f0442c5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/l1t-devel-CMSSW_7_4_0_pre5: 081bd1affbca445f38bb56ddbfe089bb4f2b2533 +refs/heads/l1t-devel-CMSSW_7_4_0_pre5: 241ad6c3df32b76271690119ba4cd68108d7672d diff --git a/trunk/Alignment/CommonAlignmentProducer/src/AlignmentTwoBoyDecayTrackSelector.cc b/trunk/Alignment/CommonAlignmentProducer/src/AlignmentTwoBoyDecayTrackSelector.cc index 64a02e72ffc5a..cf0185f6ac4e9 100644 --- a/trunk/Alignment/CommonAlignmentProducer/src/AlignmentTwoBoyDecayTrackSelector.cc +++ b/trunk/Alignment/CommonAlignmentProducer/src/AlignmentTwoBoyDecayTrackSelector.cc @@ -28,7 +28,6 @@ AlignmentTwoBodyDecayTrackSelector::AlignmentTwoBodyDecayTrackSelector(const edm if (theMassrangeSwitch){ theMinMass = cfg.getParameter( "minXMass" ); theMaxMass = cfg.getParameter( "maxXMass" ); - theMass = cfg.getParameter( "PDGMass" ); theDaughterMass = cfg.getParameter( "daughterMass" ); theCandNumber = cfg.getParameter( "numberOfCandidates" );//Number of candidates to keep LogDebug("Alignment") << "> Massrange min,max : " << theMinMass << "," << theMaxMass @@ -37,7 +36,6 @@ AlignmentTwoBodyDecayTrackSelector::AlignmentTwoBodyDecayTrackSelector(const edm }else{ theMinMass = 0; theMaxMass = 0; - theMass = 0; theDaughterMass = 0; } theChargeSwitch = cfg.getParameter( "applyChargeFilter" );