-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrerun_fit_hole.c
More file actions
16 lines (13 loc) · 1.19 KB
/
rerun_fit_hole.c
File metadata and controls
16 lines (13 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
gROOT->Reset();
gROOT->ProcessLineSync(".L mcp_cal.c++");
// gROOT->ProcessLineSync("fit_hole(\"~/shane/cal2013/rootfiles/238Pu_R_mcp_mask2_rawMCP.root\",\"h_R_mcpX_2\")",1);
gROOT->ProcessLineSync("fit_hole(\"~/shane/cal2013/rootfiles/238Pu_R_mcp_mask2_rawMCP.root\",\"h_R_mcp_map_2\",2)");
// gROOT->ProcessLineSync("fit_hole(\"~/shane/cal2013/rootfiles/238Pu_R_mcp_NoMask_rawMCP.root\",\"h_R_mcp_map_physical_2\",2)");
// gROOT->ProcessLineSync("fit_hole(\"~/shane/cal2013/rootfiles/238Pu_R_mcp_NoMask_rawMCP.root\",\"h_R_mcp_map_reconstructed_2\",2)");
// gROOT->ProcessLineSync("fit_hole(\"~/shane/cal2013/rootfiles/238Pu_R_mcp_NoMask_rawMCP.root\",\"h_R_mcp_map_missingA_2\",2)");
// gROOT->ProcessLineSync("fit_hole(\"~/shane/cal2013/rootfiles/238Pu_R_mcp_NoMask_rawMCP.root\",\"h_R_mcp_map_missingB_2\",2)");
// gROOT->ProcessLineSync("fit_hole(\"~/shane/cal2013/rootfiles/238Pu_R_mcp_NoMask_rawMCP.root\",\"h_R_mcp_map_missingC_2\",2)");
// gROOT->ProcessLineSync("fit_hole(\"~/shane/cal2013/rootfiles/238Pu_R_mcp_NoMask_rawMCP.root\",\"h_R_mcp_map_missingD_2\",2)");
// gROOT->ProcessLineSync("find_active_area(\"~/shane/cal2013/rootfiles/238Pu_R_mcp_NoMask_rawMCP.root\",\"h_R_mcp_map_2\")");
}