1#ifndef Physics_Analysis_DQA_EMC_H
2#define Physics_Analysis_DQA_EMC_H
4#include "GaudiKernel/AlgFactory.h"
5#include "GaudiKernel/Algorithm.h"
6#include "GaudiKernel/NTuple.h"
12#include "TProfile2D.h"
33 DQA_EMC(
const std::string& name, ISvcLocator* pSvcLocator);
43 ITHistSvc* m_thistsvc;
45 NTuple::Tuple* m_tuple;
46 NTuple::Item<long> m_ixtal;
47 NTuple::Item<long> m_npart;
48 NTuple::Item<long> m_ntheta;
49 NTuple::Item<long> m_nphi;
50 NTuple::Item<double> m_theta;
51 NTuple::Item<double> m_phi;
52 NTuple::Item<double> m_emcX;
53 NTuple::Item<double> m_emcY;
54 NTuple::Item<double> m_eSeed;
55 NTuple::Item<double> m_e5x5;
56 NTuple::Item<double> m_energy;
57 NTuple::Item<long> m_time;
60 TH1F* m_HistEnergyEast;
61 TH1F* m_HistEnergyWest;