|
close
Warning:
Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.
- Timestamp:
-
Jan 8, 2017, 4:25:34 PM (8 years ago)
- Author:
-
Clarence Wret
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v74
|
v75
|
|
148 | 148 | class T2K_CC1pip_H2O_XSec_1Dpmu_nu : public Measurement1D { |
149 | 149 | public: |
150 | | T2K_CC1pip_H2O_XSec_1Dpmu_nu(std::string inputfile, FitWeight *rw, std::string type, std::string fakeDataFile); |
| 150 | T2K_CC1pip_H2O_XSec_1Dpmu_nu(std::string inputfile, |
| 151 | FitWeight *rw, std::string type, std::string fakeDataFile); |
151 | 152 | virtual ~T2K_CC1pip_H2O_XSec_1Dpmu_nu() {}; |
152 | 153 | |
… |
… |
|
246 | 247 | |
247 | 248 | //******************************************************************** |
248 | | T2K_CC1pip_H2O_XSec_1Dpmu_nu::T2K_CC1pip_H2O_XSec_1Dpmu_nu(std::string inputfile, FitWeight *rw, std::string type, std::string fakeDataFile){ |
| 249 | T2K_CC1pip_H2O_XSec_1Dpmu_nu::T2K_CC1pip_H2O_XSec_1Dpmu_nu( |
| 250 | std::string inputfile, FitWeight *rw, |
| 251 | std::string type, std::string fakeDataFile){ |
249 | 252 | //******************************************************************** |
250 | 253 | |
… |
… |
|
260 | 263 | // hTruthNEUT is the NEUT cross-section given by experimenter |
261 | 264 | // hTruthGENIE is the GENIE cross-section given by experimenter |
262 | | SetDataFromFile(GeneralUtils::GetTopLevelDir()+"/data/T2K/CC1pip/H2O/nd280data-numu-cc1pi-xs-on-h2o-2015.root","MuMom/hResultTot"); |
263 | | SetCovarFromDataFile(GeneralUtils::GetTopLevelDir()+"/data/T2K/CC1pip/H2O/nd280data-numu-cc1pi-xs-on-h2o-2015.root", "MuMom/TotalCovariance", true); |
| 265 | SetDataFromFile(GeneralUtils::GetTopLevelDir()+ |
| 266 | "/data/T2K/CC1pip/H2O/nd280data-numu-cc1pi-xs-on-h2o-2015.root", |
| 267 | "MuMom/hResultTot"); |
| 268 | SetCovarFromDataFile(GeneralUtils::GetTopLevelDir()+ |
| 269 | "/data/T2K/CC1pip/H2O/nd280data-numu-cc1pi-xs-on-h2o-2015.root", |
| 270 | "MuMom/TotalCovariance", true); |
264 | 271 | |
265 | 272 | SetupDefaultHist(); |
… |
… |
|
544 | 551 | |
545 | 552 | //******************************************************************** |
546 | | T2K_CC1pip_H2O_XSec_1Dpmu_nu::T2K_CC1pip_H2O_XSec_1Dpmu_nu(std::string inputfile, FitWeight *rw, std::string type, std::string fakeDataFile){ |
| 553 | T2K_CC1pip_H2O_XSec_1Dpmu_nu::T2K_CC1pip_H2O_XSec_1Dpmu_nu( |
| 554 | std::string inputfile, FitWeight *rw, |
| 555 | std::string type, std::string fakeDataFile){ |
547 | 556 | //******************************************************************** |
548 | 557 | |
… |
… |
|
558 | 567 | // hTruthNEUT is the NEUT cross-section given by experimenter |
559 | 568 | // hTruthGENIE is the GENIE cross-section given by experimenter |
560 | | SetDataFromFile(GeneralUtils::GetTopLevelDir()+"/data/T2K/CC1pip/H2O/nd280data-numu-cc1pi-xs-on-h2o-2015.root","MuMom/hResultTot"); |
561 | | SetCovarFromDataFile(GeneralUtils::GetTopLevelDir()+"/data/T2K/CC1pip/H2O/nd280data-numu-cc1pi-xs-on-h2o-2015.root", "MuMom/TotalCovariance", true); |
| 569 | SetDataFromFile(GeneralUtils::GetTopLevelDir()+ |
| 570 | "/data/T2K/CC1pip/H2O/nd280data-numu-cc1pi-xs-on-h2o-2015.root", |
| 571 | "MuMom/hResultTot"); |
| 572 | SetCovarFromDataFile(GeneralUtils::GetTopLevelDir()+ |
| 573 | "/data/T2K/CC1pip/H2O/nd280data-numu-cc1pi-xs-on-h2o-2015.root", |
| 574 | "MuMom/TotalCovariance", true); |
562 | 575 | |
563 | 576 | SetupDefaultHist(); |
… |
… |
|
602 | 615 | class T2K_CC1pip_H2O_XSec_1Dpmu_nu : public Measurement1D { |
603 | 616 | public: |
604 | | T2K_CC1pip_H2O_XSec_1Dpmu_nu(std::string inputfile, FitWeight *rw, std::string type, std::string fakeDataFile); |
| 617 | T2K_CC1pip_H2O_XSec_1Dpmu_nu(std::string inputfile, FitWeight *rw, |
| 618 | std::string type, std::string fakeDataFile); |
605 | 619 | virtual ~T2K_CC1pip_H2O_XSec_1Dpmu_nu() {}; |
606 | 620 | |
|