Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvia Taroni committed Sep 28, 2011
1 parent 081bd1a commit 241ad6c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ AlignmentTwoBodyDecayTrackSelector::AlignmentTwoBodyDecayTrackSelector(const edm
if (theMassrangeSwitch){
theMinMass = cfg.getParameter<double>( "minXMass" );
theMaxMass = cfg.getParameter<double>( "maxXMass" );
theMass = cfg.getParameter<double>( "PDGMass" );
theDaughterMass = cfg.getParameter<double>( "daughterMass" );
theCandNumber = cfg.getParameter<unsigned int>( "numberOfCandidates" );//Number of candidates to keep
LogDebug("Alignment") << "> Massrange min,max : " << theMinMass << "," << theMaxMass
Expand All @@ -37,7 +36,6 @@ AlignmentTwoBodyDecayTrackSelector::AlignmentTwoBodyDecayTrackSelector(const edm
}else{
theMinMass = 0;
theMaxMass = 0;
theMass = 0;
theDaughterMass = 0;
}
theChargeSwitch = cfg.getParameter<bool>( "applyChargeFilter" );
Expand Down

0 comments on commit 241ad6c

Please sign in to comment.