37 m_evt = findNode::getClass<SQEvent >(topNode,
"SQEvent");
38 m_hard_evt = findNode::getClass<SQHardEvent>(topNode,
"SQHardEvent");
44 gSystem->mkdir(
"result",
true);
46 m_ofs.open(
"result/log.txt");
48 m_file =
new TFile(
"result/output.root",
"RECREATE");
49 m_h1_n_ttdc =
new TH1D(
"h1_n_ttdc",
";N of Taiwan TDCs", 100, -0.5, 99.5);
65 if (evt_id == 27294) cout <<
"E " << evt_id <<
" C " << coda_evt_id <<
" S " << sp_id <<
" N " << n_ttdc << endl;
67 m_h1_n_ttdc->Fill(n_ttdc);
68 if (n_ttdc != 82) m_ofs << evt_id <<
"\t" << coda_evt_id <<
"\t" << n_ttdc <<
"\n";
76 TCanvas* c1 =
new TCanvas(
"c1",
"");
81 c1->SaveAs(
"result/h1_n_ttdc.png");
int End(PHCompositeNode *topNode)
Called at the end of all processing.
int Init(PHCompositeNode *topNode)
int process_event(PHCompositeNode *topNode)
AnaHardEvent(const std::string &name="AnaHardEvent")
int InitRun(PHCompositeNode *topNode)
virtual int get_spill_id() const =0
Return the spill ID.
virtual int get_event_id() const =0
Return the event ID, which is unique per run.
virtual short get_n_board_taiwan() const =0
Return the number of Taiwan-TDC boards read out.
virtual int get_coda_event_id() const =0
Return the Coda-event ID, which is unique per run.