Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120959
b: "refs/heads/CMSSW_7_0_X"
c: 4536dc8
h: "refs/heads/CMSSW_7_0_X"
i:
  120957: ce6fae7
  120955: 4b38c8e
  120951: 5c2f4d3
  120943: 71125ea
  120927: 15ca289
  120895: f24d9e7
  120831: 9eb7416
v: v3
  • Loading branch information
Andrea Venturi committed Oct 8, 2012
1 parent 6859738 commit 7aa1ab9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"refs/heads/hi_d20131223": d7335b053d7fe03e98f9f59af6a20004362628e8
refs/heads/gh-pages: a3d9046c56a3ca3dc64ad63f7295276c81ac876a
"refs/heads/analysis_53X_01": 3019419e9784b2b092fc6b5c503b2e0177cbe926
"refs/heads/CMSSW_7_0_X": 5e770d83d539c3426a0067a77e1fc60707092675
"refs/heads/CMSSW_7_0_X": 4536dc8d05bffbc897cc6a6abd5f6c2d2bd53065
7 changes: 4 additions & 3 deletions trunk/DataFormats/TrackerCommon/src/ClusterSummary.cc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ int ClusterSummary::GetVariableLocation ( std::string var ) const {

int placeInUserVector = -1;

/*

int cnt = 0;
for(std::vector<std::string>::const_iterator it = userContent.begin(); it != userContent.end(); ++it) {

Expand All @@ -67,8 +67,9 @@ int ClusterSummary::GetVariableLocation ( std::string var ) const {
else ++cnt;

}
*/


/*
if ( var == "cHits" )
placeInUserVector = NMODULES;
else if (var == "cSize" )
Expand All @@ -83,7 +84,7 @@ int ClusterSummary::GetVariableLocation ( std::string var ) const {
placeInUserVector = CLUSTERCHARGEPIXELS;
else
placeInUserVector = -1;

*/
if (placeInUserVector == -1){
std::ostringstream err;
err<<"No information for requested var "<<var<<". Please check if you have chosen a proper variable.";
Expand Down

0 comments on commit 7aa1ab9

Please sign in to comment.