Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:21:37

0001 {
0002 gROOT->ProcessLine(TString(".L ")+ TString(gSystem->Getenv("CMSSW_BASE")) + TString("/src/L1Trigger/RegionalCaloTrigger/test/Calib_RootScripts/L1RCTCalibrator.C++"));
0003 TChain* aChain = new TChain("L1RCTCalibrator");
0004 std::cout << "Added " << aChain->Add("/scratch/lgray/PGun2pi2gamma_calibration/*.root") << " to TChain\n" << std::endl;
0005 L1RCTCalibrator* a = new L1RCTCalibrator(aChain);
0006 a->makeCalibration();
0007 gROOT->ProcessLine(".q");
0008 }