1#ifndef Physics_Analysis_DQAFillEx_H
2#define Physics_Analysis_DQAFillEx_H
4#include "GaudiKernel/AlgFactory.h"
5#include "GaudiKernel/Algorithm.h"
6#include "GaudiKernel/NTuple.h"
26 DQAFillEx(
const std::string& name, ISvcLocator* pSvcLocator);
35 NTuple::Tuple* m_tuple;
36 NTuple::Item<long> m_runNo;
37 NTuple::Item<long> m_event;
DQAFillEx(const std::string &name, ISvcLocator *pSvcLocator)