26 virtual public IIncidentListener,
39 void handle(
const Incident&);
91 inline void setTrigChan(
int i,
int j) { m_trigChannel[i] = j; }
99 if(j) m_trigCondition[i] = 1;
100 else m_trigCondition[i] = 0;
157 inline void setTofHitPos(map<
int,vector<int>,greater<int> > i) { tofHitPos = i; }
172 inline map<int,vector<int>,greater<int> >
getTofHitPos() {
return tofHitPos; }
214 inline void setEmcClusId(map<
int,vector<complex<int> >, greater<int> > i) { emcClusId = i; }
252 inline double getBTCEnergy(
int theta,
int phi) {
return emcBTCEnergy[theta][phi]; }
253 inline double getWETCEnergy(
int theta,
int phi) {
return emcWETCEnergy[theta][phi]; }
254 inline double getEETCEnergy(
int theta,
int phi) {
return emcEETCEnergy[theta][phi]; }
255 inline map<int,vector<complex<int> >,greater<int> >
getEmcClusId() {
return emcClusId; }
322 std::vector<int> trigOut;
324 std::vector<std::string> trigChannel;
325 std::vector<std::string> trigCondName;
326 std::vector<std::string> trigTable;
327 std::vector<int> channelNo;
335 bool mdc_STrk_BB,mdc_NStrkN,mdc_NStrk2,mdc_NStrk1;
336 bool mdc_LTrk_BB,mdc_NLtrkN,mdc_NLtrk2,mdc_NLtrk1;
337 bool mdc_NItrk1,mdc_NItrk2;
340 std::vector<int> mdcStrkId;
341 std::vector<int> mdcLtrkId;
345 bool tof_NBTof1,tof_NBTof2,tof_NETof1,tof_NETof2,tof_NTof1;
346 bool tof_BTofBB,tof_ETofBB;
348 map<int,vector<int>,greater<int> > tofHitPos;
349 std::vector<int> btofHitMap;
350 std::vector<int> etofHitMap;
354 bool emc_NClus1, emc_NClus2, emc_NBClus1, emc_NEClus1, emc_BClusBB,emc_EClusBB,emc_Clus_Z,emc_BClus_PHI;
355 bool emc_EClus_PHI,emc_BEtot_H,emc_EEtot_H,emc_Etot_L,emc_Etot_M,emc_BL_Z;
356 bool emc_Diff_B,emc_Diff_E,emc_BL_BBLK,emc_BL_EBLK;
359 double emcBarrelGate, emcEndGate;
360 double emcTotE,emcLTotE,emcRTotE,emcBTotE,emcETotE,emcLBTotE,emcRBTotE,emcWETotE,emcEETotE;
361 int emcNbCluster,emcNweCluster,emcNeeCluster;
362 std::vector<double> emcBlockE;
363 std::vector<double> emcClusE;
364 map<int,vector<complex<int> >, greater<int> > emcClusId;
365 double emcBTCEnergy[TrigConf::TCTHETANO_B][TrigConf::TCPHINO_B];
366 double emcWETCEnergy[TrigConf::TCTHETANO_E][TrigConf::TCPHINO_E];
367 double emcEETCEnergy[TrigConf::TCTHETANO_E][TrigConf::TCPHINO_E];
371 bool muc_BB3478, muc_BB37;
374 int muc_nhitEE, muc_nhitBR, muc_nhitWE, muc_nhitTotal;
375 int muc_nlayerBR, muc_nlayerWE, muc_nlayerEE;
376 int muc_ntrackBR, muc_ntrackEC;
377 int muc_n3ltracktotal;
378 std::vector<int> muc_vlayerSeg;
379 std::vector<int> muc_vhitLayer;
380 std::vector<int> muc_vhitSeg;
381 std::vector<int> muc_index;
385 bool tm_NATrk1, tm_NATrk2, tm_ATrk_BB, tm_NBTrk1, tm_NBTrk2, tm_BTrk_BB, tm_NCTrk1, tm_NCTrk2, tm_CTrk_BB;
388 std::vector<std::string> vTrigLine;
391 std::vector<int> vTrigCond;
397 int m_trigCondition[48];
398 int m_trigChannel[16];
406 std::string trigTableFile;
439 static const std::string COND_NAME[48];