Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
---
yaml
---
svn_rev: 107916
current_ref: refs/heads/l1t-devel-CMSSW_7_4_0_pre5
current_commit: 241ad6c
head_branch: refs/heads/l1t-devel-CMSSW_7_4_0_pre5
migrated_from: v3
  • Loading branch information
Silvia Taroni committed Sep 28, 2011
1 parent 13e1c35 commit c66931b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/l1t-devel-CMSSW_7_4_0_pre5: 081bd1affbca445f38bb56ddbfe089bb4f2b2533
refs/heads/l1t-devel-CMSSW_7_4_0_pre5: 241ad6c3df32b76271690119ba4cd68108d7672d
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 c66931b

Please sign in to comment.