7 region_ids_ =
pset.getUntrackedParameter<std::vector<Int_t> >(
"regionIds");
9 layer_ids_ =
pset.getUntrackedParameter<std::vector<Int_t> >(
"layerIds");
15 TString occ_folder =
"MuonGEMDigisV/GEMDigisTask/Strip/Occupancy/";
16 TString eff_folder =
"MuonGEMDigisV/GEMDigisTask/Strip/Efficiency/";
23 TString strip_eta_name =
"matched_strip_occ_eta" + name_suffix_re;
24 TString simhit_eta_name =
"muon_simhit_occ_eta" + name_suffix_re;
25 TString strip_eta_path = occ_folder + strip_eta_name;
26 TString simhit_eta_path = occ_folder + simhit_eta_name;
27 TString eff_eta_name =
"eff_eta" + name_suffix_re;
28 TString eff_eta_title =
"Eta Efficiency (Muon Only) :" + title_suffix_re;
30 bookEff1D(booker, getter, strip_eta_path, simhit_eta_path, eff_folder, eff_eta_name, eff_eta_title);
37 TString strip_phi_name =
"matched_strip_occ_phi" + name_suffix_re_st;
38 TString simhit_phi_name =
"muon_simhit_occ_phi" + name_suffix_re_st;
39 TString strip_phi_path = occ_folder + strip_phi_name;
40 TString simhit_phi_path = occ_folder + simhit_phi_name;
41 TString eff_phi_name =
"eff_phi" + name_suffix_re_st;
42 TString eff_phi_title =
"Phi Efficiency (Muon Only) :" + title_suffix_re;
44 bookEff1D(booker, getter, strip_phi_path, simhit_phi_path, eff_folder, eff_phi_name, eff_phi_title);
47 TString strip_det_name =
"matched_strip_occ_det" + name_suffix_re_st;
48 TString simhit_det_name =
"muon_simhit_occ_det" + name_suffix_re_st;
49 TString strip_det_path = occ_folder + strip_det_name;
50 TString simhit_det_path = occ_folder + simhit_det_name;
51 TString eff_det_name =
"eff_det" + name_suffix_re_st;
52 TString eff_det_title =
"Detector Component Efficiency (Muon Only) :" + title_suffix_re_st;
54 bookEff2D(booker, getter, strip_det_path, simhit_det_path, eff_folder, eff_det_name, eff_det_title);