Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153478
b: "refs/heads/CMSSW_8_1_X"
c: fe96bd7
h: "refs/heads/CMSSW_8_1_X"
  • Loading branch information
davidlange6 committed Sep 19, 2015
1 parent 75ec527 commit 45a30dd
Show file tree
Hide file tree
Showing 101 changed files with 2,506 additions and 2,139 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
"refs/heads/CMSSW_8_1_X": d5293ed9c965fdc4f0c612b1f3fa3ca2354d9157
"refs/heads/CMSSW_8_1_X": fe96bd70c36163f153767c11c0d73c926585e4ff
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ void GlobalTrackerMuonAlignment::analyzeTrackTrack
AlgebraicSymMatrix55 Cml(tsosMuon.localError().matrix() + extrapolationT.localError().matrix());
bool ierrLoc = !m.Invert();
if (ierrLoc && debug_ && info) {
std::cout<< " ==== Error inverting Local covariance matrix ==== "<<std::cout;
std::cout<< " ==== Error inverting Local covariance matrix ==== "<<std::endl;
continue;}
double chi_Loc = ROOT::Math::Similarity(Vml,m);
if(debug_)
Expand Down Expand Up @@ -1802,7 +1802,7 @@ void GlobalTrackerMuonAlignment::analyzeTrackTrajectory
AlgebraicSymMatrix55 Cml(tsosMuon.localError().matrix() + extrapolationT.localError().matrix());
bool ierrLoc = !m.Invert();
if (ierrLoc && debug_ && info) {
std::cout<< " ==== Error inverting Local covariance matrix ==== "<<std::cout;
std::cout<< " ==== Error inverting Local covariance matrix ==== "<<std::endl;
continue;}
double chi_Loc = ROOT::Math::Similarity(Vml,m);
if(debug_)
Expand Down
253 changes: 189 additions & 64 deletions trunk/Alignment/OfflineValidation/macros/PlotAlignmentValidation.C

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class PlotAlignmentValidation {
void setOutputDir( std::string dir );
void setTreeBaseDir( std::string dir = "TrackerOfflineValidationStandalone");

THStack* addHists(const char *selection, const TString &residType = "xPrime", TLegend **myLegend = 0, bool printModuleIds = false);//add hists fulfilling 'selection' on TTree; residType: xPrime,yPrime,xPrimeNorm,yPrimeNorm,x,y,xNorm; if (printModuleIds): cout DetIds
THStack* addHists(const TString& selection, const TString &residType = "xPrime", TLegend **myLegend = 0, bool printModuleIds = false);//add hists fulfilling 'selection' on TTree; residType: xPrime,yPrime,xPrimeNorm,yPrimeNorm,x,y,xNorm; if (printModuleIds): cout DetIds

// These are helpers for DMR plotting

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ void CosmicSplitterValidation::analyze(const edm::Event& iEvent, const edm::Even
if(type==int(StripSubdetector::TIB)){++nhitinTIB2;}
if(type==int(StripSubdetector::TOB)){++nhitinTOB2;}
if(type==int(StripSubdetector::TID)){++nhitinTID2;}
//\\if(type==int(StripSubdetector::TEC)){++nhitinTEC2;}
if(type==int(StripSubdetector::TEC)){++nhitinTEC2;}
if(type==int( kBPIX)){++nhitinBPIX2;}
if(type==int( kFPIX)){++nhitinFPIX2;}

Expand Down Expand Up @@ -486,7 +486,7 @@ void CosmicSplitterValidation::analyze(const edm::Event& iEvent, const edm::Even
if(type==int(StripSubdetector::TIB)){++nhitinTIBorg;}
if(type==int(StripSubdetector::TOB)){++nhitinTOBorg;}
if(type==int(StripSubdetector::TID)){++nhitinTIDorg;}
//\\if(type==int(StripSubdetector::TEC)){++nhitinTECorg;}
if(type==int(StripSubdetector::TEC)){++nhitinTECorg;}
if(type==int( kBPIX)){++nhitinBPIXorg;}
if(type==int( kFPIX)){++nhitinFPIXorg;}

Expand Down
251 changes: 178 additions & 73 deletions trunk/Alignment/OfflineValidation/plugins/TrackerOfflineValidation.cc

Large diffs are not rendered by default.

Loading

0 comments on commit 45a30dd

Please sign in to comment.