You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configurable<std::string> ccdburl{"ccdb-url", "http://alice-ccdb.cern.ch", "url of the ccdb repository"};
43
-
Configurable<std::string> cfg_swt_names{"cfg_swt_names", "fHighTrackMult,fHighFt0Mult", "comma-separated software trigger names"}; // !trigger names have to be pre-registered in dileptonTable.h for bit operation!
44
+
Configurable<std::string> cfg_swt_names{"cfg_swt_names", "fLMeeIMR,fLMeeHMR", "comma-separated software trigger names"}; // !trigger names have to be pre-registered in dileptonTable.h for bit operation!
44
45
o2::framework::Configurable<std::string> ccdbPathSoftwareTrigger{"ccdbPathSoftwareTrigger", "EventFiltering/Zorro/", "ccdb path for ZORRO objects"};
45
46
Configurable<uint64_t> bcMarginForSoftwareTrigger{"bcMarginForSoftwareTrigger", 100, "Number of BCs of margin for software triggers"};
auto bc = collision.templatebc_as<aod::BCsWithTimestamps>(); // don't use foundBC.
136
137
initCCDB(bc);
137
138
138
139
uint16_t trigger_bitmap = 0;
139
-
uint16_t analyzed_bitmap = 0;
140
-
uint16_t analyzedToI_bitmap = 0;
140
+
//uint16_t analyzed_bitmap = 0;
141
+
//uint16_t analyzedToI_bitmap = 0;
141
142
registry.fill(HIST("hCollisionCounter"), 1); // all
142
143
143
144
if (zorro.isSelected(bc.globalBC(), bcMarginForSoftwareTrigger)) { // triggered event
@@ -154,28 +155,24 @@ struct skimmerOTS {
154
155
// LOGF(info, "swtname = %s is fired. swt index in original swt table = %d, swt index for EM table = %d", swtname.data(), mTOIidx[idx], o2::aod::pwgem::dilepton::swt::aliasLabels.at(swtname));
0 commit comments