1#ifndef Physics_ControlSample_EvtSelExample_H
2#define Physics_ControlSample_EvtSelExample_H
4#include "GaudiKernel/AlgFactory.h"
5#include "GaudiKernel/Algorithm.h"
6#include "GaudiKernel/NTuple.h"
39 double m_energyThreshold;
42 NTuple::Tuple* m_tuple;
43 NTuple::Item<long> m_runNo;
44 NTuple::Item<long> m_event;
EvtSelExample(const std::string &name, ISvcLocator *pSvcLocator)