mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-02 18:04:57 +01:00
new separate receiver
This commit is contained in:
11
slsReceiverSoftware/slsDetectorCalibration/gMapDemo.C
Normal file
11
slsReceiverSoftware/slsDetectorCalibration/gMapDemo.C
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
//.L energyCalibration.cpp+
|
||||
//.L gainMap.C+
|
||||
TFile fin("/data/moench_xbox_20140113/MoTarget_45kV_0_8mA_120V_cds_g4.root");
|
||||
TH2F *h2=fin.Get("h2");
|
||||
TH2F *gMap=gainMap(h2,4);
|
||||
gMap->Draw("colz");
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user