# | Line 2300 | Line 2300 | float find_one_correction_factor(string | |
---|---|---|
2300 | TCanvas *cancorr = new TCanvas("cancorr","Canvas for Response Correction"); | |
2301 | cancorr->SetLogz(); | |
2302 | cancorr->SetRightMargin(0.13); | |
2303 | < | TCut zptforresponsepresentation(Restrmasscut&&SpecialCut&&passtrig); |
2303 | > | TCut zptforresponsepresentation(cutmass&&SpecialCut&&passtrig); |
2304 | ||
2305 | if(PlottingSetup::DoBTag) zptforresponsepresentation=zptforresponsepresentation&&PlottingSetup::bTagRequirement; | |
2306 | TH2F *niceresponseplotd = new TH2F("niceresponseplotd","",100,0,600,100,0,5); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |