Skip to content
Snippets Groups Projects
Commit f34cde4c authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

Merge branch 'lintao/evtmix/itk-otk-window' into 'master'

Update ITK/OTK time window.

See merge request cepc/CEPCSW!261
parents f4def2b9 5b6b3c2b
No related branches found
No related tags found
1 merge request!261Update ITK/OTK time window.
......@@ -40,7 +40,7 @@ struct BackgroundEvent {
kMUON = 6, // 100 ns // from Xiaolong Wang
kNSubDetType
};
std::vector<double> subdet2twindow = {200, 200, 34000, 1000, 150, 1000, 100}; // key is subdet, value is time window.
std::vector<double> subdet2twindow = {200, 30, 34000, 30, 150, 1000, 100}; // key is subdet, value is time window.
std::vector<std::vector<std::string>> subdet2colnames = {
{"VXD"},
{"ITK"},
......
......@@ -112,9 +112,9 @@ private:
// Time window for VXD, ITK, TPC, OTK, ECAL, HCAL, MUON
// Only the hits between [-T, T] ns are loaded
Gaudi::Property<double> m_vxd_time_window{this, "VXDTimeWindow", 200.0, "The time window for VXD in ns"};
Gaudi::Property<double> m_itk_time_window{this, "ITKTimeWindow", 200.0, "The time window for ITK in ns"};
Gaudi::Property<double> m_itk_time_window{this, "ITKTimeWindow", 30.0, "The time window for ITK in ns"};
Gaudi::Property<double> m_tpc_time_window{this, "TPCTimeWindow", 34000.0, "The time window for TPC in ns"};
Gaudi::Property<double> m_otk_time_window{this, "OTKTimeWindow", 1000.0, "The time window for OTK in ns"};
Gaudi::Property<double> m_otk_time_window{this, "OTKTimeWindow", 30.0, "The time window for OTK in ns"};
Gaudi::Property<double> m_ecal_time_window{this, "EcalTimeWindow", 150.0, "The time window for ECAL in ns"};
Gaudi::Property<double> m_hcal_time_window{this, "HcalTimeWindow", 1000.0, "The time window for HCAL in ns"};
Gaudi::Property<double> m_muon_time_window{this, "MuonTimeWindow", 100.0, "The time window for MUON in ns"};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment