Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
EventTemplate.h
1/*
2 *Generated by hal-cmake
3 */
4#ifndef HAL_CMAKE_TEMPLATES_EVENTTEMPLATE_H_
5#define HAL_CMAKE_TEMPLATES_EVENTTEMPLATE_H_
6
7#include <Hal/Event.h>
8
9namespace MyHal {
10
11 class EventTemplate : public Hal::Event {
12 public:
15 virtual void Update(Hal::EventInterface* interface);
16 virtual void Clear(Option_t* opt = " ") {};
17 virtual Bool_t ExistInTree() const;
18 virtual TString GetFormatName() const;
19 virtual ~EventTemplate();
20 ClassDef(EventTemplate, 1)
21 };
22
23} // namespace MyHal
24
25#endif /* HAL_CMAKE_TEMPLATES_EVENTTEMPLATE_H_ */
Hal::EventInterface * CreateInterface() const
virtual TString GetFormatName() const
virtual void Clear(Option_t *opt=" ")
virtual Bool_t ExistInTree() const
virtual void Update(Hal::EventInterface *interface)