Ignore:
Timestamp:
02/27/13 12:25:30 (12 years ago)
Author:
Jens Buss
Message:
bootstapping>: bin values extracted from bincenter
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/rootmacros/PulseTemplates/FCalcPulseTemplate.C

    r14943 r14962  
    102102//        TString     InRootFileName          = "20120802_200mV_Stacking_G13B-2AWW8.root",
    103103        TString     InputPath               = "analysis/PulsTemplateAnalysis/20120802/",
    104         TString     OutputRootFileName      = "20120802_0mV_Extraction_G11B-2AWW8_model2.root",
     104        TString     OutputRootFileName      = "20120802_0mV_Extraction_G11B-2AWW8_model1.root",
    105105//        TString     OutputRootFileName      = "20120802_200mV_Extraction_G13B-2AWW8_model0.root",
    106106        TString     OutPutPath              = "analysis/PulsTemplateAnalysis/20120802/",
     
    113113        int     npixel                  = 1,
    114114        int     pixelSetSize            = 200,
    115         int     maxPulseOrder           = 6,
     115        int     maxPulseOrder           = 1,
    116116        // ------------{ analysis parameters }------------
    117117        float   meanGain                = 11.,
    118118        float   meanBsl                 = -2.5,
    119119        int     bootstrapIt             = 10,
    120         int     pulseModell             = 0,
     120        int     pulseModell             = 1,
    121121        float   pixelOverlayXaxisLeft   = 0,
    122122        float   pixelOverlayXaxisRight  = 400,
     
    381381        title += i;
    382382        hMedianErrors[i].SetNameTitle(title, title);
    383         hMedianErrors[i].SetBins(roi, -0.5, roi + 0.5);
     383        hMedianErrors[i].SetBins(roi, -0.5, roi - 0.5);
    384384
    385385        //hMeanErrors
     
    388388        title += i;
    389389        hMeanErrors[i].SetNameTitle(title, title);
    390         hMeanErrors[i].SetBins(roi, -0.5, roi + 0.5);
     390        hMeanErrors[i].SetBins(roi, -0.5, roi - 0.5);
    391391
    392392        //hMaxErrors
     
    395395        title += i;
    396396        hMaxErrors[i].SetNameTitle(title, title);
    397         hMaxErrors[i].SetBins(roi, -0.5, roi + 0.5);
     397        hMaxErrors[i].SetBins(roi, -0.5, roi - 0.5);
    398398    }
    399399
     
    547547                }
    548548
     549                // shifting stacking in y TEST
     550                //-------------------------------------
     551
     552                TH2* temporary = pixel[pixelID]->hEdgeOverlay[pulse_order];
     553                temporary->GetYaxis()->UnZoom();
     554                    temporary->GetYaxis()->SetLimits(
     555                    temporary->GetYaxis()->GetBinLowEdge( temporary->GetYaxis()->GetFirst() ) - 0.25,
     556                    temporary->GetYaxis()->GetBinUpEdge(  temporary->GetYaxis()->GetLast() )  - 0.25
     557                                          );
     558
     559
    549560                // Calculate Max Prop. Value of each slice
    550561                //-------------------------------------
Note: See TracChangeset for help on using the changeset viewer.