Changeset 3624 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 04/01/04 14:52:32 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/calibration.C
r3606 r3624 27 27 { 28 28 29 const TString inpath = "/home/rootdata/BlindPixel/"; 29 // const TString inpath = "/mnt/Data/rootdata/CrabNebula/2004_01_27/"; 30 const TString inpath = "/mnt/Data/rootdata/Miscellaneous/2004_03_03/"; 31 // const TString inpath = "/home/rootdata/BlindPixel/"; 30 32 31 33 MRunIter pruns; 32 34 MRunIter cruns; 33 35 34 pruns.AddRun(22007,inpath); 35 cruns.AddRun(22006,inpath); 36 pruns.AddRun(20132,inpath); 37 cruns.AddRun(20134,inpath); 38 // cruns.AddRun(16774,inpath); 36 39 37 40 gStyle->SetOptStat(1111); … … 204 207 // 205 208 // histblind.DrawClone("all"); 206 // histcharge[ 555].DrawClone("all");209 // histcharge[400].DrawClone("all"); 207 210 // histcharge(5).DrawClone("all"); 208 211 // histtime[5].DrawClone("fourierevents"); 209 212 for (Int_t aidx=0;aidx<2;aidx++) 213 { 214 histcharge.GetAverageHiGainArea(aidx).DrawClone("all"); 215 histcharge.GetAverageLoGainArea(aidx).DrawClone("all"); 216 } 217 218 for (Int_t sector=1;sector<7;sector++) 219 { 220 histcharge.GetAverageHiGainSector(sector).DrawClone("all"); 221 histcharge.GetAverageLoGainSector(sector).DrawClone("all"); 222 } 223 224 210 225 // Create histograms to display 211 226 MHCamera disp1 (geomcam, "Cal;Charge", "Fitted Mean Charges");
Note:
See TracChangeset
for help on using the changeset viewer.