- Timestamp:
 - 01/31/13 12:34:30 (13 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  fact/tools/rootmacros/PulseTemplates/pixel.C (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
fact/tools/rootmacros/PulseTemplates/pixel.C
r14808 r14812 782 782 } 783 783 784 // mPixelOverlayXaxisRight =70; ///TODO: get it from the root file785 // mPixelOverlayXaxisLeft =230; ///TODO: get it from the root file786 // mBSLMean =-1; ///TODO: get it from the root file787 // mGainMean =9; ///TODO: get it from the root file788 // mOptions ="SRM"; ///TODO: get it from the root file789 784 790 785 if (mVerbosityLevel > 2) cout << endl << "...load pixel histograms" << endl; … … 803 798 if (mVerbosityLevel > 3) cout << "\t...loading " << HistoName("hEdgeProfile", order) << endl; 804 799 hEdgeProfile[order] = (TProfile*)mDirectory->Get( ChooseCycleNumber( HistoName("hEdgeProfile", order), 1) ); 805 } 800 801 802 } 803 // mPixelOverlayXaxisRight =70; ///TODO: get it from the root file 804 // mPixelOverlayXaxisLeft =230; ///TODO: get it from the root file 805 // mBSLMean =-2; ///TODO: get it from the root file 806 // mGainMean =11; ///TODO: get it from the root file 807 // mOptions ="SRM"; ///TODO: get it from the root file 808 809 mPixelOverlayXaxisRight = hEdgeOverlay[0]->GetBinCenter( 810 hEdgeOverlay[0]->GetXaxis()->GetFirst() 811 ); 812 813 mPixelOverlayXaxisLeft = hEdgeOverlay[0]->GetBinCenter( 814 hEdgeOverlay[0]->GetXaxis()->GetLast() 815 ); 806 816 807 817 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  