4 // Copyright(c) 2003, IceCube Experiment at the South Pole, All rights reserved.
5 // See cxx source for full Copyright notice.
17 class EvtAna : public TTask
20 EvtAna(const char* name="",const char* title=""); // Constructor
21 virtual ~EvtAna(); // Destructor
22 virtual void Exec(Option_t* opt); // The actions to be performed
24 ClassDef(EvtAna,1) // Just a class to test the IceTask concept